-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not working if cloudflare captcha comes instead of automatically bot detection. #7
Comments
In case anyone has come across this issue, the captcha appears anytime you are running puppeteer using devTools on, as the challenge page uses the "debugger;" trick to block scripts from being fully executed. I turned the devtools off, and the example works perfectly. |
I set devTool = false but it not working. |
Never share your 2captcha key publicly. |
I think that is a different error, double check your key and see if it’s valid |
Hey, this inject.js seems like to has stopped working in cases where Cloudflare displays a captcha.
Like when your IP is partially blocked.
The possible way to reproduce this is by using an bright data US proxy or better try with 10 different proxy IPs, You will be able to reproduce this whenever cloudflare displays an captcha.
This works perfectly in the case when captcha is not there.
The text was updated successfully, but these errors were encountered: