You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When clicking on the vote count of a post, this error is logged:
Uncaught TypeError: Cannot read properties of undefined (reading '0')
at Object.success (bypass_min_rep_view_vote_counts_script.js:119:34)
at i (jquery.min.js:2:27449)
at Object.fireWith [as resolveWith] (jquery.min.js:2:28213)
at y (jquery.min.js:4:22721)
at b.onload.b.onreadystatechange (jquery.min.js:4:27968)
When clicking on the vote count of a post, this error is logged:
The traceback leads to this line:
...in which
json
is:This is due to
postId
not being correctly retrieved:The "Post timeline" button can be used instead:
The text was updated successfully, but these errors were encountered: