-
Notifications
You must be signed in to change notification settings - Fork 315
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
Possible problem with geckodriver #266
Comments
Hey, Were you able to solve that problem? |
I added a random waiting period right after the
Thanks. |
Related to #255. |
Should be fixed from the changes described in #255 (comment). Feel free to open a new issue if not. |
Hi,
When I perform a large scale measurement the crawl “crashes” with the following error message:
2019-02-20 18:49:46,567 - PoolWorker-3[MainThread] - browser_commands - ERROR : BROWSER 1: error visting internal link: Message: Failed to decode response from marionette
All following GET commands fail with the following error:
2019-02-20 18:49:46,583 - PoolWorker-3[MainThread] - browser_commands - ERROR : BROWSER 1: error visting internal link: Message: Tried to run command without establishing a connection
It seems to be related to geckodriver. Did anyone else experience something like this?
The text was updated successfully, but these errors were encountered: