-
Notifications
You must be signed in to change notification settings - Fork 196
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
pyppeteer.errors.NetworkError: Request is already handled #60
Comments
You need update the dependencies |
well, I'm having the same error as ts - it just opens the chromium and then it ended with pyppeteer.errors.NetworkError: Request is already handled. |
this happens because there's two request listeners at the same time. merge the block_images listener with the inject_widget one to fix. |
Look my fork here https://github.com/MacKey-255/GoodByeCatpcha |
Same issue
How to fix it ? Any one has an PR for this? |
@Francesco149 I'm using your fork repo to test, but an error raised:
As I'm using it in a docker container, I set the headless to true in Do you have any suggestion? |
Expected Behavior
demo.py, after adjusting the proxy settings, connecting to the recaptcha demo site and returning a result.
Current Behavior
it starts up normally, as soon as communication with the server is expected it crashes with following error:
Steps to reproduce
Additional information
i updated to python 3.7 as expected an error in aiohttp to cause the trouble first, i also added the additional command to install chrome successfully. taken from another Issue here.
The setup is headless.
The text was updated successfully, but these errors were encountered: