dessant / buster

Captcha solver extension for humans, available for Chrome, Edge and Firefox
https://addons.mozilla.org/en-US/firefox/addon/buster-captcha-solver/
GNU General Public License v3.0
7.89k stars 593 forks source link

Error when using Wit.ai (TypeError) #406

Closed hpfariz closed 3 months ago

hpfariz commented 4 months ago

System

Extension

Bug description After setting up my Wit.ai API key, a TypeError comes when using the extension.

Logs

Browser:

script.js:1 Uncaught (in promise)
TypeError: Cannot read properties of undefined (reading 'addEventListener')
    at y (script.js:1:59667)
    at async script.js:1:61754
dessant commented 4 months ago

I cannot reproduce the issue, are you using an unmodified version installed from the Chrome Web Store, or have you edited the source code of the extension?

Does the extension show the same error when you switch back to the Wit.ai (managed) service?

hpfariz commented 4 months ago

When I switch back to the Wit.ai (managed) services, the extension shows no error. I tried using the Google Cloud Speech-to-Text service, and the extension also shows no errors.

I downloaded the extension right from the Chrome Web Store, and I have not edited the source code for the extension. The issue is currently still reproducible on my device.

dessant commented 4 months ago

Please share a site link with a reCAPTCHA widget where the error occurs.

l-Nuril-l commented 3 months ago

It may not be related to this issue, but captcha doesn't work with extension. https://issues.chromium.org/issues/40927938 image

dessant commented 3 months ago

@l-Nuril-l, I cannot reproduce the issue, the reCAPTCHA widget loads below the comment field after signing in. Yes, your issue is different.

There is nothing I can do with both of your issues because I cannot reproduce them, and there is a bunch of important information missing. If you want to find a way for reproducing the issue, you will have to record your steps in a new browser profile and share the steps you took, including a screen recording showing everying, from the browser you use to the error message you get in the browser console on a specific site.

l-Nuril-l commented 3 months ago

@dessant In my case it turns out. Latest versions of extensions conflict with each other. https://github.com/NopeCHALLC/nopecha-extension https://chromewebstore.google.com/detail/nopecha-captcha-solver/dknlfmjaanfblgfdfebhijalfmhmjjjo

l-Nuril-l commented 3 months ago

@dessant Could you fix the conflict? I would like to use 2 extensions as before.

dessant commented 3 months ago

@l-Nuril-l, see this comment for details: https://github.com/dessant/buster/issues/407#issuecomment-2159116449