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

Error!! #1

Open
blackcodersec opened this issue Nov 17, 2023 · 0 comments
Open

Error!! #1

blackcodersec opened this issue Nov 17, 2023 · 0 comments

Comments

@blackcodersec
Copy link

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

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