2captcha / 2captcha-python

Python 3 package for easy integration with the API of 2captcha captcha solving service to bypass recaptcha, hcaptcha, funcaptcha, geetest and solve any other captchas.
https://2captcha.com
MIT License
495 stars 93 forks source link

ReCAPTCHAv2 not passing on reportcontent.google.com #71

Open lemeow125 opened 4 months ago

lemeow125 commented 4 months ago

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 1 2

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

lemeow125 commented 4 months 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. image

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

lemeow125 commented 4 months ago

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.