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 "/root/hackbox/waybackshot/waybackshotcli.py", line 18, in
wayback_shot.screenshot(url=args.url, date=args.dateFrom, dir=args.outputDIR, width=args.width, overwrite=args.replace, include_date=args.includeDate)
File "/usr/local/lib/python3.10/dist-packages/waybackshot/waybackshot.py", line 77, in screenshot
self.__getScreenshotFrom(snapshot_url)
File "/usr/local/lib/python3.10/dist-packages/waybackshot/waybackshot.py", line 121, in __getScreenshotFrom
driver = self.__get_driver(url)
File "/usr/local/lib/python3.10/dist-packages/waybackshot/waybackshot.py", line 160, in __get_driver
ChromeDriverManager(chrome_type=ChromeType.CHROMIUM).install()
File "/usr/local/lib/python3.10/dist-packages/webdriver_manager/chrome.py", line 32, in install
driver_path = self._get_driver_path(self.driver)
File "/usr/local/lib/python3.10/dist-packages/webdriver_manager/manager.py", line 19, in _get_driver_path
binary_path = self.driver_cache.find_driver(driver)
File "/usr/local/lib/python3.10/dist-packages/webdriver_manager/driver_cache.py", line 74, in find_driver
driver_version = driver.get_version()
File "/usr/local/lib/python3.10/dist-packages/webdriver_manager/driver.py", line 39, in get_version
self.get_latest_release_version()
File "/usr/local/lib/python3.10/dist-packages/webdriver_manager/driver.py", line 76, in get_latest_release_version
validate_response(resp)
File "/usr/local/lib/python3.10/dist-packages/webdriver_manager/utils.py", line 90, in validate_response
raise ValueError("There is no such driver by url {}".format(resp.url))
ValueError: There is no such driver by url https://chromedriver.storage.googleapis.com/LATEST_RELEASE_119.0.6045
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "/root/hackbox/waybackshot/waybackshotcli.py", line 18, in
wayback_shot.screenshot(url=args.url, date=args.dateFrom, dir=args.outputDIR, width=args.width, overwrite=args.replace, include_date=args.includeDate)
File "/usr/local/lib/python3.10/dist-packages/waybackshot/waybackshot.py", line 77, in screenshot
self.__getScreenshotFrom(snapshot_url)
File "/usr/local/lib/python3.10/dist-packages/waybackshot/waybackshot.py", line 121, in __getScreenshotFrom
driver = self.__get_driver(url)
File "/usr/local/lib/python3.10/dist-packages/waybackshot/waybackshot.py", line 160, in __get_driver
ChromeDriverManager(chrome_type=ChromeType.CHROMIUM).install()
File "/usr/local/lib/python3.10/dist-packages/webdriver_manager/chrome.py", line 32, in install
driver_path = self._get_driver_path(self.driver)
File "/usr/local/lib/python3.10/dist-packages/webdriver_manager/manager.py", line 19, in _get_driver_path
binary_path = self.driver_cache.find_driver(driver)
File "/usr/local/lib/python3.10/dist-packages/webdriver_manager/driver_cache.py", line 74, in find_driver
driver_version = driver.get_version()
File "/usr/local/lib/python3.10/dist-packages/webdriver_manager/driver.py", line 39, in get_version
self.get_latest_release_version()
File "/usr/local/lib/python3.10/dist-packages/webdriver_manager/driver.py", line 76, in get_latest_release_version
validate_response(resp)
File "/usr/local/lib/python3.10/dist-packages/webdriver_manager/utils.py", line 90, in validate_response
raise ValueError("There is no such driver by url {}".format(resp.url))
ValueError: There is no such driver by url https://chromedriver.storage.googleapis.com/LATEST_RELEASE_119.0.6045
The text was updated successfully, but these errors were encountered: