SO-Close-Vote-Reviewers / UserScripts

Various user scripts that add features to the review queue or to the chat room
Other
57 stars 40 forks source link

Unclosed Request Review Script dies on reports from deleted users #95

Closed paulroub closed 7 years ago

paulroub commented 7 years ago

The request at https://chat.stackoverflow.com/transcript/message/37904956#37904956 is from user8234819, with no link. checkDone() looks for the reporting-user's <a> tag and blindly tests its href attribute. Since there is no link here, we fail with

Uncaught TypeError: Cannot read property 'href' of null
at Object.funcs.checkDone (eval at E_c (:3:221), :82:83)
at XMLHttpRequest.xhr.addEventListener.event (eval at E_c (:3:221), :218:27)

rschrieken commented 7 years ago

merged the PR, thanks!