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

Cannot parse latest chromedriver version, so AutoUpgradeDrivers fails #444

Open
JonathanLennox opened this issue Jun 24, 2021 · 1 comment

Comments

@JonathanLennox
Copy link

The current version of chromedriver (as retrieved from https://chromedriver.storage.googleapis.com/LATEST_RELEASE) is 91.0.4472.101.

Unfortunately, because this is 10 total digits, this causes the AutoUpgradeDrivers task to fail with

ERROR tasks.AutoUpgradeDrivers  - java.lang.NumberFormatException: For input string: "9104472101"

because the version, with dots removed, is greater than Java's Integer.MAX_VALUE.

@rhpijnacker
Copy link

Hi Jonathan,

I ran into the same problem and also wanted support for Edge Chromium. Fixed both problems, see #445.

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