Closed lemeow125 closed 1 month ago
This issue popped up only recently. Before this ReCAPTCHAv2 request codes were valid clicking the checkbox automatically passes the test. Here's a snapshot of it working previously.
We've also found another user who seems to have encountered the same issue here though it appears they haven't found a solution yet
As per our testing, we've found that manually solving the CAPTCHAv2 challenge and passing the resulting code to a different session/tab works. With this we are able to get the expected behavior and ReCAPTCHAv2 challenge is passed.
https://github.com/2captcha/2captcha-python/assets/63192778/66d3e65b-50ae-4c89-a135-fb5264c0b771
The ReCAPTCHAv2 code does seem to change once the checkbox is clicked on the 2nd browser tab/session.
I've met same issue, please help me
same issue
same issue
how do you deal with token?
driver.execute_script(f"document.getElementById('g-recaptcha-response').value='{response}';")???
Describe the issue
The ReCAPTCHAv2 code returned by the 2captcha-python library is not working for this URL
There are no errors present when sending a request, or receiving the code. The CAPTCHAv2 code is correctly entered but clicking the checkbox still shows the challenge rather than passing it
Per 2CAPTCHA support's suggestion on our ticket, we have also tested sandbox mode to isolate any issues. This does not work. We have also tried the provided Firefox addon/extension and that also does not work. The same issue persists
hello? can you help me?
For any questions not related directly to the Python module code please contact 2Captcha support team directly.
Describe the issue
The ReCAPTCHAv2 code returned by the 2captcha-python library is not working for this URL
There are no errors present when sending a request, or receiving the code. The CAPTCHAv2 code is correctly entered but clicking the checkbox still shows the challenge rather than passing it
Per 2CAPTCHA support's suggestion on our ticket, we have also tested sandbox mode to isolate any issues. This does not work. We have also tried the provided Firefox addon/extension and that also does not work. The same issue persists