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

ValueError: There is no such driver by url #629

Open
ahmettoktas opened this issue Sep 27, 2023 · 2 comments
Open

ValueError: There is no such driver by url #629

ahmettoktas opened this issue Sep 27, 2023 · 2 comments

Comments

@ahmettoktas
Copy link

raise ValueError(f"There is no such driver by url {resp.url}")

https://chromedriver.storage.googleapis.com/117.0.5938/chromedriver_mac_arm64.zip

@Simaregele
Copy link

Simaregele commented Sep 30, 2023

I had the same problem today

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/116.0.5845/chromedriver_win32.zip

@Simaregele
Copy link

I used poetry to update the dependencies. And the first thing I did when this problem occurred was to run the update via poetry. But the error persisted, then I wrote a message that it didn't work, but I decided to try to update the library via

pip install --upgrade webdriver_manager
The library was updated and everything worked.

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

2 participants