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

远程主机强迫关闭了一个现有的连接 #120

Open
ifreed0m opened this issue Aug 12, 2023 · 0 comments
Open

远程主机强迫关闭了一个现有的连接 #120

ifreed0m opened this issue Aug 12, 2023 · 0 comments

Comments

@ifreed0m
Copy link

Unable to obtain driver using Selenium Manager: Selenium Manager failed for: F:\jr\jable\lib\site-packages\selenium\webdriver\common\windows\selenium-manager.exe --browser chrome --output json.
error sending request for url (https://chromedriver.storage.googleapis.com/LATEST_RELEASE_115): error trying to connect: 远程主机强迫关闭了一个现有的连接。 (os error 10054)
Traceback (most recent call last):
File "F:\jr\JableTVDownload-main\JableTVDownload-main\main.py", line 35, in
process_single_job(args, url)
File "F:\jr\JableTVDownload-main\JableTVDownload-main\main.py", line 13, in process_single_job
(folder_path, file_name) = download(url)
File "F:\jr\JableTVDownload-main\JableTVDownload-main\download.py", line 42, in download
dr = webdriver.Chrome(chrome_options=options)
File "F:\jr\jable\lib\site-packages\selenium\webdriver\chrome\webdriver.py", line 82, in init
service.path = DriverFinder.get_path(service, options)
File "F:\jr\jable\lib\site-packages\selenium\webdriver\common\driver_finder.py", line 43, in get_path
raise err
File "F:\jr\jable\lib\site-packages\selenium\webdriver\common\driver_finder.py", line 40, in get_path
path = shutil.which(service.path) or SeleniumManager().driver_location(options)
File "F:\jr\jable\lib\site-packages\selenium\webdriver\common\selenium_manager.py", line 91, in driver_location
result = self.run(args)
File "F:\jr\jable\lib\site-packages\selenium\webdriver\common\selenium_manager.py", line 112, in run
raise SeleniumManagerException(f"Selenium Manager failed for: {command}.\n{result}{stderr}")
selenium.common.exceptions.SeleniumManagerException: Message: Selenium Manager failed for: F:\jr\jable\lib\site-packages\selenium\webdriver\common\windows\selenium-manager.exe --browser chrome --output json.
error sending request for url (https://chromedriver.storage.googleapis.com/LATEST_RELEASE_115): error trying to connect: 远程主机强迫关闭了一个现有的连接。 (os error 10054)

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

1 participant