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 […] LATEST_RELEASE_116 #204

Closed
myhd opened this issue Sep 4, 2023 · 8 comments
Closed

ValueError: There is no such driver by url […] LATEST_RELEASE_116 #204

myhd opened this issue Sep 4, 2023 · 8 comments

Comments

@myhd
Copy link

myhd commented Sep 4, 2023

I'd LOVE to test this nifty app, but alas…
What can I do to resolve this?

MacOS 13.5.1
Version 116.0.5845.140 (Offizieller Build) (arm64)

Using the MacOS binary on M2 Chip.
First launch cant get past this error message:

xxx@xxx kleinanzeigen % ./kleinanzeigen-bot download

[INFO] Logging to [/Users/xxx/kleinanzeigen/kleinanzeigen-bot.log]...
[INFO] App version: 0.1.dev1+g51ef9c8
[WARNING] You provided no ads selector. Defaulting to "new".
[INFO] Loading config from [/Users/xxx/kleinanzeigen/config.yaml]...
[INFO]  -> found 145 categories
[INFO] Creating WebDriver session...
[INFO] Using Browser: GOOGLE-CHROME 116.0.5845 [/Applications/Google Chrome.app/Contents/MacOS/Google Chrome]
[ERROR] ValueError: There is no such driver by url https://chromedriver.storage.googleapis.com/LATEST_RELEASE_116
[40991] Failed to execute script '__main__' due to unhandled exception!
@Piranha1511
Copy link

+1
Same issue on my side

@ilyaZar
Copy link

ilyaZar commented Sep 10, 2023

Same issue on a linux machine

Platform:

Linux Mint 21.1 x86_64

Error message:

[INFO] Using Browser: GOOGLE-CHROME 116.0.5845 [/usr/bin/google-chrome]
[ERROR] ValueError: There is no such driver by url https://chromedriver.storage.googleapis.com/LATEST_RELEASE_116

@jniggemann
Copy link
Contributor

https://chromedriver.chromium.org/downloads

If you are using Chrome version 115 or newer, please consult the Chrome for Testing availability dashboard. This page provides convenient JSON endpoints for specific ChromeDriver version downloading.

@sebthom
Copy link
Contributor

sebthom commented Sep 17, 2023

Please try the latest release.

@jniggemann
Copy link
Contributor

Confirm latest is working on Win 10 21H2 64bit.

@myhd
Copy link
Author

myhd commented Sep 19, 2023

Please try the latest release.

Thanks! Under 13.5.2 (22G91) MacOS Ventura, creating a web driver session now works: A Chrome window comes up.

From there, I can't get to log in, but I might write another issue on that.

@sebthom
Copy link
Contributor

sebthom commented Sep 26, 2023

Thanks for the feedback.

@sebthom sebthom closed this as completed Sep 26, 2023
@ilyaZar
Copy link

ilyaZar commented Oct 8, 2023

Sorry for the delay, but just as a note on a linux mint system:

google-chrome-stable --version
Google Chrome 117.0.5938.149

works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

5 participants