2captcha / 2captcha-python

Python 3 package for easy integration with the API of 2captcha captcha solving service to bypass recaptcha, hcaptcha, сloudflare turnstile, funcaptcha, geetest and solve any other captchas.
https://pypi.org/project/2captcha-python
MIT License
550 stars 92 forks source link

ReCAPTCHAv2 not passing on reportcontent.google.com #71

Closed lemeow125 closed 1 month ago

lemeow125 commented 8 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 8 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 8 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.

OwenChen0911 commented 1 month ago

I've met same issue, please help me

AliCl0ner commented 1 month ago

same issue

OwenChen0911 commented 1 month ago

same issue

how do you deal with token?

driver.execute_script(f"document.getElementById('g-recaptcha-response').value='{response}';")???

OwenChen0911 commented 1 month 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

hello? can you help me?

kratzky commented 1 month ago

For any questions not related directly to the Python module code please contact 2Captcha support team directly.