-
-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[websocket] ERROR: [Errno 111] Connection refused - goodbye #210
Comments
i have the same error running in a docker container |
Same error |
As far as I understood, when the browser is closed, the WebSocket connection remains open. I’m not sure why this was implemented or if I fully grasp the intended logic. However, adding the following line:
in the |
@aKob93 |
@Ehsan-U One option is to remove or comment out the line |
@aKob93 Thanks! |
@Ehsan-U |
I am encountering the following error message when calling:
driver.google_get("https://daftar-hitam.inaproc.id/", bypass_cloudflare=True)
code:
I am using botasaurus with Scrapy and running the crawler in Scrapyd. Below is the relevant code snippet:
I also tried using the @browser decorator, but I still get the same response.
Here is the error log I receive:
The text was updated successfully, but these errors were encountered: