hcjohn463 / JableTVDownload

下載 jable好幫手
Apache License 2.0
666 stars 149 forks source link

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

Open baidongcaas opened 1 year ago

baidongcaas commented 1 year ago

This version of ChromeDriver only supports Chrome version 114

ShakesBill commented 1 year ago

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

baidongcaas commented 1 year ago

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

thank you, i solved this by your method.

kptung commented 1 year ago

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

mikechan0731 commented 10 months ago

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

baidongcaas commented 10 months ago

非常感谢,我已经了解了

发自我的iPhone

------------------ 原始邮件 ------------------ 发件人: Mike Chan @.> 发送时间: 2023年12月9日 12:20 收件人: hcjohn463/JableTVDownload @.> 抄送: baidong_tum @.>, Author @.> 主题: Re: [hcjohn463/JableTVDownload] 出现chrome浏览器不支持问题 (Issue #128)

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

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

kptung commented 10 months ago

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

baidongcaas commented 10 months ago

行,非常感谢

发自我的iPhone

------------------ 原始邮件 ------------------ 发件人: kptung @.> 发送时间: 2023年12月9日 16:49 收件人: hcjohn463/JableTVDownload @.> 抄送: baidong_tum @.>, Author @.> 主题: Re: [hcjohn463/JableTVDownload] 出现chrome浏览器不支持问题 (Issue #128)

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

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

8680 commented 1 month ago

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 commented 1 month ago

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