xHossein / PyPasser

Bypassing reCaptcha V3 by sending HTTP requests & solving reCaptcha V2 using speech to text engine.
MIT License
482 stars 106 forks source link

pypasser.exceptions.RecaptchaResponseNotFound #8

Open kreo79 opened 2 years ago

kreo79 commented 2 years ago

anchor url: https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LebGb0dAAAAALVVq5NyllkKd3O7ShkwHHAkqsoL&co=aHR0cHM6Ly93YWl0bGlzdC5hcGVuZnRleC5jb206NDQz&hl=ru&v=2uoiJ4hP3NUoP9v_eBNfU6CR&size=invisible&cb=7eimmxc1uvrj

Traceback (most recent call last):
  File "D:\PyCharm Projects\abuse_apenftex\main.py", line 99, in <module>
    loop.run_until_complete(send_async_requests(1))
  File "D:\Apps\Anaconda\envs\functions_env\lib\asyncio\base_events.py", line 642, in run_until_complete
    return future.result()
  File "D:\PyCharm Projects\abuse_apenftex\main.py", line 93, in send_async_requests
    return await asyncio.gather(*tasks)
  File "D:\PyCharm Projects\abuse_apenftex\main.py", line 64, in bound_fetch
  File "D:\PyCharm Projects\abuse_apenftex\main.py", line 43, in fetch
    await fetch(number=number, proxy=proxy, email=email, email_password=email_password, useragent=useragent)
  File "D:\PyCharm Projects\abuse_apenftex\main.py", line 43, in fetch
    recaptcha = reCaptchaV3("https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LebGb0dAAAAALVVq5NyllkKd3O7ShkwHHAkqsoL&co=aHR0cHM6Ly93YWl0bGlzdC5hcGVuZnRleC5jb206NDQz&hl=ru&v=2uoiJ4hP3NUoP9v_eBNfU6CR&size=inv
isible&cb=7eimmxc1uvrj")
  File "D:\Apps\Anaconda\envs\functions_env\lib\site-packages\pypasser\reCaptchaV3\__init__.py", line 46, in __new__
    recaptcha_response = cls.get_recaptcha_response(data['endpoint'],
  File "D:\Apps\Anaconda\envs\functions_env\lib\site-packages\pypasser\reCaptchaV3\__init__.py", line 86, in get_recaptcha_response
    raise RecaptchaResponseNotFound()
pypasser.exceptions.RecaptchaResponseNotFound: Recaptcha response not found.
thedemons commented 2 years ago

same problem here

dunderrrrrr commented 2 years ago

Can confirm this is still an issue.

joostgrunwald commented 1 year ago

idem

joostgrunwald commented 1 year ago

@xHossein

hamzaaitbrik commented 1 year ago

same