You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Probably google changed the location and webdriver has the wrong adress.
The text was updated successfully, but these errors were encountered: