Skip to content
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

pypasser.exceptions.RecaptchaResponseNotFound #8

Open
kreo79 opened this issue Mar 28, 2022 · 5 comments
Open

pypasser.exceptions.RecaptchaResponseNotFound #8

kreo79 opened this issue Mar 28, 2022 · 5 comments

Comments

@kreo79
Copy link

kreo79 commented Mar 28, 2022

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
Copy link

same problem here

@dunderrrrrr
Copy link

Can confirm this is still an issue.

@joostgrunwald
Copy link

idem

@joostgrunwald
Copy link

@xHossein

@hamzaaitbrik
Copy link

same

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants