gpt4 book ai didi

python - 如何修复错误 chromedriver 服务意外退出。状态代码为 : -6

转载 作者:太空宇宙 更新时间:2023-11-03 21:34:47 26 4
gpt4 key购买 nike

我正在使用 webdriver selenium。我遇到以下错误:

WebDriverException                        Traceback (most recent call last)
<ipython-input-10-25c7a5245744> in <module>()
1 from selenium import webdriver
----> 2 driver = webdriver.Chrome()
3 driver.get("http://www.google.com")
4 display.stop()

/usr/local/lib/python3.6/dist-packages/selenium/webdriver/chrome/webdriver.py in __init__(self, executable_path, port, options, service_args, desired_capabilities, service_log_path, chrome_options, keep_alive)
71 service_args=service_args,
72 log_path=service_log_path)
---> 73 self.service.start()
74
75 try:

/usr/local/lib/python3.6/dist-packages/selenium/webdriver/common/service.py in start(self)
96 count = 0
97 while True:
---> 98 self.assert_process_still_running()
99 if self.is_connectable():
100 break

/usr/local/lib/python3.6/dist-packages/selenium/webdriver/common/service.py in assert_process_still_running(self)
109 raise WebDriverException(
110 'Service %s unexpectedly exited. Status code was: %s'
--> 111 % (self.path, return_code)
112 )
113

WebDriverException: Message: Service chromedriver unexpectedly exited. Status code was: -6

我使用了 chromium-browser 版本 (70.0.3538.77-0ubuntu0.18.04.1)selenium 3.141.0chromedriver 版本 2.43 > .

我从许多来源进行搜索并意识到错误是 chromium 版本。因此,我尝试使用 !sudo apt-get install -y chromium-browser

安装最新版本

尽管如此,它在我的 Google Colab 上不起作用。

请帮我解决一下。非常感谢!

最佳答案

sudo snap install chromium

对我来说,这就是问题所在。通常 sudo apt install chromium-chromedriver 也会安装该快照,但如果没有,您必须手动安装该快照。

关于python - 如何修复错误 chromedriver 服务意外退出。状态代码为 : -6,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53302572/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com