[🐛 Bug]: chromedriver unexpectedly exited. Status code was: -5 - - -
See original GitHub issueWhat happened?
browser = webdriver.Chrome(
File “/home/snippetbucket/source/odoo/venv3.8/lib/python3.8/site-packages/selenium/webdriver/chrome/webdriver.py”, line 70, in init super(WebDriver, self).init(DesiredCapabilities.CHROME[‘browserName’], “goog”, File “/home/snippetbucket/source/odoo/venv3.8/lib/python3.8/site-packages/selenium/webdriver/chromium/webdriver.py”, line 90, in init self.service.start() File “/home/snippetbucket/source/odoo/venv3.8/lib/python3.8/site-packages/selenium/webdriver/common/service.py”, line 98, in start self.assert_process_still_running() File “/home/snippetbucket/source/odoo/venv3.8/lib/python3.8/site-packages/selenium/webdriver/common/service.py”, line 110, in assert_process_still_running raise WebDriverException( selenium.common.exceptions.WebDriverException: Message: Service /home/snippetbucket/.wdm/drivers/chromedriver/linux64/101.0.4951.41/chromedriver unexpectedly exited. Status code was: -5 - - -
How can we reproduce the issue?
running bottle server
in background use python selenium
Relevant log output
chat = WhatsApp()
File "/home/snippetbucket/source/odoo/venv3.8/lib/python3.8/site-packages/alright/__init__.py", line 33, in __init__
browser = webdriver.Chrome(
File "/home/snippetbucket/source/odoo/venv3.8/lib/python3.8/site-packages/selenium/webdriver/chrome/webdriver.py", line 70, in __init__
super(WebDriver, self).__init__(DesiredCapabilities.CHROME['browserName'], "goog",
File "/home/snippetbucket/source/odoo/venv3.8/lib/python3.8/site-packages/selenium/webdriver/chromium/webdriver.py", line 90, in __init__
self.service.start()
File "/home/snippetbucket/source/odoo/venv3.8/lib/python3.8/site-packages/selenium/webdriver/common/service.py", line 98, in start
self.assert_process_still_running()
File "/home/snippetbucket/source/odoo/venv3.8/lib/python3.8/site-packages/selenium/webdriver/common/service.py", line 110, in assert_process_still_running
raise WebDriverException(
selenium.common.exceptions.WebDriverException: Message: Service /home/snippetbucket/.wdm/drivers/chromedriver/linux64/101.0.4951.41/chromedriver unexpectedly exited. Status code was: -5 - - -
Operating System
ubuntu 20
Selenium version
latest
What are the browser(s) and version(s) where you see this issue?
101.0.4951
What are the browser driver(s) and version(s) where you see this issue?
101.0.4951
Are you using Selenium Grid?
No response
Issue Analytics
- State:
- Created a year ago
- Comments:5 (1 by maintainers)
Top GitHub Comments
chromium-browser is already the newest version (92.0.4515.98~buster-rpt2) Switching to “apt-get install chromium” now. Think that was the issue
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.