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

出现chrome浏览器不支持问题 #128

Open
baidongcaas opened this issue Sep 16, 2023 · 9 comments
Open

出现chrome浏览器不支持问题 #128

baidongcaas opened this issue Sep 16, 2023 · 9 comments

Comments

@baidongcaas
Copy link

This version of ChromeDriver only supports Chrome version 114

@ShakesBill
Copy link

错误提示里有写当前版本,下载对应版本的chromedriver放到jabletv的文件夹里替换旧版,https://googlechromelabs.github.io/chrome-for-testing/#stable

@baidongcaas
Copy link
Author

错误提示里有写当前版本,下载对应版本的chromedriver放到jabletv的文件夹里替换旧版,https://googlechromelabs.github.io/chrome-for-testing/#stable

thank you, i solved this by your method.

@kptung
Copy link

kptung commented Sep 22, 2023

目前114版本已無法使用,要用stable版本117

@mikechan0731
Copy link

剛剛測試,要更新到 120 以上才能抓

@baidongcaas
Copy link
Author

baidongcaas commented Dec 9, 2023 via email

@kptung
Copy link

kptung commented Dec 9, 2023

stable版本可以用約2個月,記得2個月更換一次就可

@baidongcaas
Copy link
Author

baidongcaas commented Dec 9, 2023 via email

@8680
Copy link

8680 commented Sep 25, 2024

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "F:\Tools\JableTVDownload-main\main.py", line 26, in
download(url)
File "F:\Tools\JableTVDownload-main\download.py", line 48, in download
dr = webdriver.Chrome(options=options)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\Tools\JableTVDownload-main\jable\Lib\site-packages\selenium\webdriver\chrome\webdriver.py", line 45, in init
super().init(
File "F:\Tools\JableTVDownload-main\jable\Lib\site-packages\selenium\webdriver\chromium\webdriver.py", line 50, in init
if finder.get_browser_path():
^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\Tools\JableTVDownload-main\jable\Lib\site-packages\selenium\webdriver\common\driver_finder.py", line 47, in get_browser_path
return self._binary_paths()["browser_path"]
^^^^^^^^^^^^^^^^^^^^
File "F:\Tools\JableTVDownload-main\jable\Lib\site-packages\selenium\webdriver\common\driver_finder.py", line 78, in _binary_paths
raise NoSuchDriverException(msg) from err
selenium.common.exceptions.NoSuchDriverException: Message: Unable to obtain driver for chrome; For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors/driver_location

ChromeDriver stable 版本:
128.0.6613.120
有根大的知道怎么解决吗

@8680
Copy link

8680 commented Sep 25, 2024

Traceback (most recent call last):
File "C:\Python312\Lib\site-packages\selenium\webdriver\common\driver_finder.py", line 75, in _binary_paths
raise ValueError(f'The browser path is not a valid file: {output["browser_path"]}')
ValueError: The browser path is not a valid file:

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "F:\Tools\JableTVDownload-main\main.py", line 26, in
download(url)
File "F:\Tools\JableTVDownload-main\download.py", line 48, in download
dr = webdriver.Chrome(options=options)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Python312\Lib\site-packages\selenium\webdriver\chrome\webdriver.py", line 45, in init
super().init(
File "C:\Python312\Lib\site-packages\selenium\webdriver\chromium\webdriver.py", line 50, in init
if finder.get_browser_path():
^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Python312\Lib\site-packages\selenium\webdriver\common\driver_finder.py", line 47, in get_browser_path
return self._binary_paths()["browser_path"]
^^^^^^^^^^^^^^^^^^^^
File "C:\Python312\Lib\site-packages\selenium\webdriver\common\driver_finder.py", line 78, in _binary_paths
raise NoSuchDriverException(msg) from err
selenium.common.exceptions.NoSuchDriverException: Message: Unable to obtain driver for chrome; For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors/driver_location

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

No branches or pull requests

5 participants