-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
Failures downloading 115 #200
Comments
@dnys1 |
Wouldn't locking chrome-driver cause mismatch between |
We are currently experiencing the same issue. Just throwing this as an idea here as I may not know all the consequences of my suggestion, but how about fetching the latest point release of the same Chrome version in case the
I mean before that line, checking the
E.g. for the problematic version
And picking the last one with the Do you see some issue with this approach as a fallback mechanism? I understand that the legacy |
@ahukkanen Of course, we welcome pull requests for your suggestions! |
Also seeing this. Latest version of chrome being picked up by |
I think that @petschki's comment in #199 is valid. I.e. this action should allow you to specify that would like to use Chrome's latest This is a feature in https://github.com/browser-actions/setup-chrome, for example. It's worth noting that the latest stable build (115.0.5790.170) currently appears in the good versions matrix: |
We're having troubles with this action failing on downloading the latest Chromedriver. It should apparently be fixed in the later master, but it doesn't appear to work for us, so we'll lock to the latest commit for now. See nanasess/setup-chromedriver#200 for details.
We're having troubles with the setup-chromedriver action failing on downloading the latest Chromedriver. This version locks the action itself, and also version locks the chromedriver. See nanasess/setup-chromedriver#200 for details.
Thank you all for your contributions!, Fixed version has been released. |
I am currently having this problem but running in windows-latest. Can the fix commit be adopted in the ps1 to ensure cross platform consistency? Edit: I have created the PR for this here |
This is now failing again, as the currently installed Chrome version is 118. Hopefully, removing the version lock will now work again, and nanasess/setup-chromedriver#200 has hopefully been fixed.
This reverts d2620e7, as Selenium is now failing again. The currently installed Chrome version is 118. Hopefully nanasess/setup-chromedriver#200 has been fixed by now.
Currently seeing lots of failures when trying to download ChromeDriver 115 on Linux runners
The text was updated successfully, but these errors were encountered: