-
-
Notifications
You must be signed in to change notification settings - Fork 465
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
JSONDecodeError for installation with GeckoDriverManager #273
Comments
Updated to webdriver_manager v. 3.5.2. The problem persists.
|
I solved a problem like this for Chrome, using: os.environ['WDM_LOCAL'] = '1' |
Thanks, but this doesn't work. Error persists. |
yes, if everything is working correctly and actual error is not yet resolved, there should be ValueError instead of jsondecodeerror if not i think it could be fixed and you may not even need the pr |
- fix tests utils - fix/stabilize tests with selenium
- fix tests utils - fix/stabilize tests with selenium
- fix tests utils - fix/stabilize tests
- fix test utils - update CHANGELOG.md with SergeyPirogov#273
- fix test utils - update CHANGELOG.md with #273
Recently (first time noticed it last week) when trying to install GeckoDriver using the GeckoDriverManager it freezes for a couple minutes on
Trying to download new driver from […]
and then raises aJSONDecodeError
while trying to raise aValueError
indicating it didn't receive a 200 response. I do have an active internet connection.Version of webdriver_manager: 3.2.1
OS: Arch
The text was updated successfully, but these errors were encountered: