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

Traceback issue on webdriver chrome #26

Open
GowthamNMk opened this issue Nov 16, 2022 · 4 comments
Open

Traceback issue on webdriver chrome #26

GowthamNMk opened this issue Nov 16, 2022 · 4 comments

Comments

@GowthamNMk
Copy link

GowthamNMk commented Nov 16, 2022

What to do if traceback error error on coding line 61 ,25,57, 155

@GowthamNMk
Copy link
Author

GowthamNMk commented Nov 16, 2022

image

Is there anyone has solution for this?

@vivekarora56
Copy link

Update Selenium, in requirements change the version to 4.9.0

@superdidi-star
Copy link

We found 2 numbers in the file
Traceback (most recent call last):
File "C:\Users\user\automator.py", line 61, in
driver = webdriver.Chrome(ChromeDriverManager().install(), options=options)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\user\Lib\site-packages\webdriver_manager\chrome.py", line 34, in install
driver_path = self._get_driver_path(self.driver)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\user\Lib\site-packages\webdriver_manager\manager.py", line 23, in _get_driver_path
driver_version = driver.get_version()
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\user\Lib\site-packages\webdriver_manager\driver.py", line 43, in get_version
return self.get_latest_release_version()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\user\Lib\site-packages\webdriver_manager\driver.py", line 67, in get_latest_release_version
validate_response(resp)
File "C:\Users\user\Lib\site-packages\webdriver_manager\utils.py", line 79, 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_128.0.6613

@superdidi-star
Copy link

Traceback (most recent call last):
File "C:\Users\user\automator.py", line 61, in
driver = webdriver.Chrome(ChromeDriverManager().install(), options=options)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\user\Lib\site-packages\webdriver_manager\chrome.py", line 34, in install
driver_path = self._get_driver_path(self.driver)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\user\Lib\site-packages\webdriver_manager\manager.py", line 23, in _get_driver_path
driver_version = driver.get_version()
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\user\Lib\site-packages\webdriver_manager\driver.py", line 43, in get_version
return self.get_latest_release_version()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\user\Lib\site-packages\webdriver_manager\driver.py", line 67, in get_latest_release_version
validate_response(resp)
File "C:\Users\user\Lib\site-packages\webdriver_manager\utils.py", line 79, 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_128.0.6613

C:\Users\user>

i changed the Selenium, in requirements change the version to 4.9.0, but still show value error, can someone help?

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

3 participants