NopeCHALLC / nopecha-extension

Automated CAPTCHA solver for your browser. Works with Selenium, Puppeteer, Playwright, and more.
MIT License
6.92k stars 99 forks source link

Recaptcha broken not showing up (BUG) #49

Closed GITHUBTRASHACCOUNT closed 5 months ago

GITHUBTRASHACCOUNT commented 5 months ago

image image

j-w-yun commented 5 months ago

The problem that you're seeing is unrelated to this project, as it is a symptom of your network / browser configuration. The most likely cause of this is that you are using a slow proxy / network connection which fails to load the resources from Google. Please check your network connection and let us know if the problem persists.

arthurauffray commented 5 months ago

@NopeCHALLC I've got a similar issue, and the Nopecha extension causes it; the problem is non-existent while the extension is disabled. It also occurs whether the extension is turned on or off from the popup.

Even on the nope cha demo page, the captchas don't load (a NET ERR too many redirects)

Screenshot 2024-06-10 at 1 40 29 AM

This occurs on other websites, too, and the captcha boxes typically load this:

Screenshot 2024-06-10 at 1 41 55 AM

But occasionally (or after staying on the page for a while they turn to this:

Screenshot 2024-06-10 at 1 41 22 AM
Le0Developer commented 5 months ago

@NopeCHALLC I've got a similar issue, and the Nopecha extension causes it; the problem is non-existent while the extension is disabled. It also occurs whether the extension is turned on or off from the popup.

Even on the nope cha demo page, the captchas don't load (a NET ERR too many redirects) Screenshot 2024-06-10 at 1 40 29 AM

This occurs on other websites, too, and the captcha boxes typically load this: Screenshot 2024-06-10 at 1 41 55 AM

But occasionally (or after staying on the page for a while they turn to this: Screenshot 2024-06-10 at 1 41 22 AM

Disable the Buster extension.

arthurauffray commented 5 months ago

Disable the Buster extension.

Ah, yes, this solved it for me; not sure if this occurs with a lot of users, maybe worth to put this somewhere. Do you have details on why having both extensions causes this?

Thanks!