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

background.js:1 (anonymous function) #40

Closed 3xploiton3 closed 6 months ago

3xploiton3 commented 8 months ago

[@nope/background/api/status] failed to fetch status [object Response] SyntaxError: Unexpected token '<', "<!DOCTYPE "... is not valid JSON

image

NopeCHA: CAPTCHA Solver v0.4.7

google-chrome 122

j-w-yun commented 6 months ago

It appears you are rate limited calling the /status endpoint at which point Cloudflare will return an HTML. The extension expects a JSON response, and the error you are seeing is because HTML can't be JSON parsed. You can ignore this error because there isn't a lasting effect; the rate-limit takes care of itself within a couple minutes.