Skip to content
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

InvalidSessionIdException #463

Closed
motin opened this issue Aug 16, 2019 · 1 comment
Closed

InvalidSessionIdException #463

motin opened this issue Aug 16, 2019 · 1 comment
Labels

Comments

@motin
Copy link
Contributor

motin commented Aug 16, 2019

In a recent Tranco top 500 crawl, this was the most significant error - showed up 34 times. 34/500 = 6.8%.

asctime | 2019-08-15 20:04:19,389
exception | InvalidSessionIdException: Message: Tried to run command without establishing a connection
traceback-0 | Traceback (most recent call last):   File "/opt/OpenWPM/automation/BrowserManager.py", line 483, in BrowserManager     browser_params, manager_params, extension_socket)   File "/opt/OpenWPM/automation/Commands/command_executor.py", line 15, in execute_command     extension_socket=extension_socket)   File "/opt/OpenWPM/automation/Commands/browser_commands.py", line 139, in get_website     close_other_windows(webdriver)
traceback-1 | File "/opt/OpenWPM/automation/Commands/browser_commands.py", line 72, in close_other_windows     main_handle = webdriver.current_window_handle   File "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 711, in current_window_handle     return self.execute(Command.W3C_GET_CURRENT_WINDOW_HANDLE)['value']   File "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 321, in execute     self.error_handler.check_response(response)
traceback-2 | File "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/remote/errorhandler.py", line 242, in check_response     raise exception_class(message, screen, stacktrace) InvalidSessionIdException: Message: Tried to run command without establishing a connection

More information at: https://sentry.prod.mozaws.net/operations/web-crawls/issues/6137168/?query=is:unresolved%20CRAWL_REFERENCE:openwpm-crawls/2019_08_15_webcompat_crawl_test_1

@englehardt
Copy link
Collaborator

Fixed as part of #255 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants