-
Notifications
You must be signed in to change notification settings - Fork 37
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
Multiple Solutions Required after submitting text #130
Comments
Does it just hang? If so, where in the code does it hang? |
Could you provide the website that this reCAPTCHA is on so I can take a look |
It can be seen on any captcha |
I am unable to reproduce this issue. When the transcribed text is submitted, the library performs checks to see if the answer was accepted or rejected: https://github.com/Xewdy444/Playwright-reCAPTCHA/blob/main/playwright_recaptcha/recaptchav2/sync_solver.py#L323-L357. |
Sometimes I get this error but the token is generated which is the wrong one..
The library should retrieve the token from the html instead of network interception.
I think it should resolve the challenge with the new audio challenge
The text was updated successfully, but these errors were encountered: