question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Service chromedriver unexpectedly exited

See original GitHub issue

i run script /usr/local/bin/noip-renew-abdelilah.sh the the error is Traceback (most recent call last): File "./noip-renew.py", line 200, in <module> sys.exit(main()) File "./noip-renew.py", line 181, in main return (Robot(noip_username, noip_password, debug)).run() File "./noip-renew.py", line 48, in __init__ self.browser = self.init_browser() File "./noip-renew.py", line 62, in init_browser browser = webdriver.Chrome(options=options) File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/chrome/webdriver.py", line 73, in __init__ self.service.start() File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/common/service.py", line 98, in start self.assert_process_still_running() File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/common/service.py", line 111, in assert_process_still_running % (self.path, return_code) selenium.common.exceptions.WebDriverException: Message: Service chromedriver unexpectedly exited. Status code was: -4

i use debian Distributor ID: Debian Description: Debian GNU/Linux 10 (buster) Release: 10 Codename: buster

i use pyhon 3.7 /usr/local/bin/python -> /usr/bin/python3.7

i use pip3 pip 18.1 from /usr/lib/python3/dist-packages/pip (python 3.7)

i installed selenium 3 with pip3 selenium 3.141.0

i installed chromium chromium-common/stable,now 88.0.4324.182-1 chromium-driver/stable,now 88.0.4324.182-1 chromium-sandbox/stable,now 88.0.4324.182-1 chromium/stable,now 88.0.4324.182-1 libchromaprint1/stable,now 1.4.3-3

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
michaeleekkcommented, Mar 10, 2021

@hmidani-abdelilah I’m sorry, but I guess I don’t know what the problem is then…

  • Did you install the packages using apt-get ?
  • And you might want to give the steps using Docker a try.

Hope that helps you solving the issue.

0reactions
hmidani-abdelilahcommented, Mar 12, 2021

@AWydra thank you for helping yes i install the packages using "apt " i want to try docker to resolve this problem thank you 🙏

Read more comments on GitHub >

github_iconTop Results From Across the Web

Message: Service chromedriver unexpectedly exited. Status ...
It seems chromedriver needs some extra libraries. This solved the issue for me: apt-get install -y libglib2.0-0=2.50.3-2 \ libnss3=2:3.26.2-1.1+deb9u1 ...
Read more >
Chromedriver unexpectedly exits during pipeline run
I'm trying to run a selenium test on my pipeline but this error shows up: WebDriverException( selenium.common.exceptions.WebDriverException: Message:
Read more >
chromedriver unexpectedly exited. Status code was ... - GitHub
WebDriverException: Message: Service /home/snippetbucket/.wdm/drivers/chromedriver/linux64/101.0.4951.41/chromedriver unexpectedly exited.
Read more >
Errors Using Selenium/Chromedriver in DataBricks
WebdriverException: Message: Service /root/.wdm/drivers/chromedriver/linux64/107.0.5304/chromedriver unexpectedly exited.
Read more >
Web Crawler Question ####selenium | Data Science ... - Kaggle
WebDriverException: Message: Service ./chromedriver unexpectedly exited. Status code was: -9 ** And there also shows a window with:
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found