-
Notifications
You must be signed in to change notification settings - Fork 7
"Failed to send feedback to Natty" in Safari #54
Copy link
Copy link
Closed
Description
When flagging a comment, the flag and comment are added, GenericBot succeeds, but it always ends with "Failed to send feedback to Natty"
The error appears to happen in this block (unminified from the minified version):
this.GetChannelPage(t).then(t => {
const r = $("#active-user", $(t)).attr("class").match(/user-(\d+)/);
r && r.length && e(parseInt(r[1], 10)),
n("Could not find user id")
})Based on the console output:
Unhandled Promise Rejection: TypeError: undefined is not an object (evaluating '$("#active-user",$(t)).attr("class").match')
The same version of the script works for me in Chrome, Firefox, etc. I haven't heard of others failing in Safari (macOS 11.1, Safari 14 -- although it happened in 13.x as well), but perhaps I've missed something?
Running Tampermonkey 4.11.6117
Reactions are currently unavailable