We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am encountering the following error message when calling: driver.google_get("https://daftar-hitam.inaproc.id/", bypass_cloudflare=True)
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:
from botasaurus.browser import browser, Driver from pyvirtualdisplay import Display display = Display(visible=1, size=(1920, 1080), backend="xvfb") display.start() driver = Driver() driver.google_get("https://daftar-hitam.inaproc.id/", bypass_cloudflare=True) cookies = driver.get_cookies()
I also tried using the @browser decorator, but I still get the same response.
Here is the error log I receive:
2024-12-10 05:43:53 [websocket] INFO: Websocket connected 2024-12-10 05:43:54 [websocket] ERROR: Connection to remote host was lost. - goodbye 2024-12-10 05:43:54 [websocket] ERROR: [Errno 111] Connection refused - goodbye 2024-12-10 05:43:54 [websocket] ERROR: [Errno 111] Connection refused - goodbye 2024-12-10 05:43:54 [websocket] ERROR: [Errno 111] Connection refused - goodbye 2024-12-10 05:43:54 [websocket] ERROR: [Errno 111] Connection refused - goodbye
The text was updated successfully, but these errors were encountered:
I am also getting same error. Tried to run in WSL environment.
Sorry, something went wrong.
No branches or pull requests
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: