You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
self.connection.close()
in the .../botasaurus_driver/core/browser.py module, specifically in the close_chrome() function, helped solve the issue for me.
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: