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 I click the buster icon, the circle animation appears for some time, and it stops. My mouse never moves, and eventually, the animation stops, and nothing happens.
However, if I click the audio button manually and focus on the text field, it types it in correctly.
Logs
Browser:
Uncaught (in promise) TypeError: Cannot read property 'addEventListener' of undefined
at E (script.js:formatted:3799)
at www.google.com/recaptcha/api2/async chrome-extension:/mpbjkejclgfgadiemmefgebjfooflfhl/src/solve/script.js:1
E @ script.js:formatted:3799
^^^ I ran Buster twice
Please also check if document.querySelector('audio#audio-source') returns anything in the console tab, make sure to select the correct frame (bframe) before issuing the command.
document.querySelector('audio#audio-source') is null :/ (I have selected the bframe).
you should have been also getting an error when the mouse doesn't move.
I got a push notification the first time, saying something was wrong, but not the second.
Please also do this query in bframe after manually visiting the audio challenge: document.querySelector('audio')
Share a screenshot of the resulting element. I guess they are changing something in the widget layout and it is deployed to a subset of users only. Do you see the play button when you get this error?
Something interesting: this only happens when using the non-primary monitor. When on the primary monitor, Buster actually moves the cursor and everything works as expected. Perhaps it is related to #72?
System
Extension
Bug description
When I click the buster icon, the circle animation appears for some time, and it stops. My mouse never moves, and eventually, the animation stops, and nothing happens.
However, if I click the audio button manually and focus on the text field, it types it in correctly.
Logs
Browser:
^^^ I ran Buster twice
document.querySelector('audio#audio-source')
is null :/ (I have selected the bframe).I got a push notification the first time, saying something was wrong, but not the second.
Client app:
Thanks a lot for your help! 😊
The text was updated successfully, but these errors were encountered: