Skip to content

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

@SimonBard

Description

@SimonBard
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions