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

"There is no such driver by url" > wrong url in chromedriver? #691

Open
SimonBard opened this issue Jan 13, 2025 · 0 comments
Open

"There is no such driver by url" > wrong url in chromedriver? #691

SimonBard opened this issue Jan 13, 2025 · 0 comments

Comments

@SimonBard
Copy link

Traceback (most recent call last):
  File "C:\Users\simon\MeineDocs\Programmierung\webscraper python\mydealz_message.py", line 79, in <module>
    main()
  File "C:\Users\simon\MeineDocs\Programmierung\webscraper python\mydealz_message.py", line 21, in main
    driver = webdriver.Chrome(service=ChromeService(ChromeDriverManager().install()))
  File "C:\Python310\lib\site-packages\webdriver_manager\chrome.py", line 39, in install
    driver_path = self._get_driver_path(self.driver)
  File "C:\Python310\lib\site-packages\webdriver_manager\core\manager.py", line 30, in _get_driver_path
    file = self._download_manager.download_file(driver.get_url())
  File "C:\Python310\lib\site-packages\webdriver_manager\core\download_manager.py", line 28, in download_file
    response = self._http_client.get(url)
  File "C:\Python310\lib\site-packages\webdriver_manager\core\http.py", line 33, in get
    self.validate_response(resp)
  File "C:\Python310\lib\site-packages\webdriver_manager\core\http.py", line 16, in validate_response
    raise ValueError(f"There is no such driver by url {resp.url}")
ValueError: There is no such driver by url https://chromedriver.storage.googleapis.com/131.0.6778/chromedriver_win32.zip

Probably google changed the location and webdriver has the wrong adress.

The link is not working. This link should be the correct one:
https://storage.googleapis.com/chrome-for-testing-public/131.0.6778.264/win64/chromedriver-win64.zip
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