PyPasser
PyPasser copied to clipboard
pypasser.exceptions.RecaptchaResponseNotFound
trafficstars
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.
same problem here
Can confirm this is still an issue.
idem
@xHossein
same