-
Notifications
You must be signed in to change notification settings - Fork 35
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
ChromeDriver install fail #95
Comments
Same issue here with 1.4.5 |
Same, and previous workaround doesn't work for me either
(on the 'Install Google Chrome' step) |
@hoylemd Did you use 1.4.4 for this workaround? |
Not at first, but rolling back to 1.4.4 did make it work, so I'm rollin with
(apt-get update might have helped but i doubt it does, i'll update this when i conform) |
For a workaround we're using
|
I'm looking into it right now, this was actually caused by an a change in the api endpoint, the |
Awesome, thanks for the rapid response @ryanbourdais |
Pull Request opened, comments and reviews are much appreciated. I am hoping that this is the end of this chrome driver saga, but I'll keep an eye on this repository in the coming days to make sure. |
A new version of this orb has been cut, v1.4.6, and should resolve this issue. I will leave this issue open for the remainder of the week in case this issue is not resolved |
1.4.6 worked for a few days when it was installing chrome v116, now it is failing again after installing v117. Setting the chrome-version to v116 causes the same problem as before:
|
@secobarbital that seems to be a separate issue, can you open a new issue with a build link? |
Upgrading the browser-tools Orb to version 1.4.6 in our CircleCI configuration in order to address the failure when installing Chromedriver: ``` Installed version of Google Chrome is 116.0.5845.140 curl: (22) The requested URL returned error: 404 Exited with code exit status 22 ``` Related issue: CircleCI-Public/browser-tools-orb#95.
Upgrading the browser-tools Orb to version 1.4.6 in our CircleCI configuration in order to address the failure when installing Chromedriver: ``` Installed version of Google Chrome is 116.0.5845.140 curl: (22) The requested URL returned error: 404 Exited with code exit status 22 ``` Related issue: CircleCI-Public/browser-tools-orb#95.
Orb version
browser-tools: circleci/[email protected]
What happened
"Install ChromeDriver" step fails, output is:
Expected behavior
It should install whatever the latest version of Chrome can be downloaded.
I think the issue is with this LOC
browser-tools-orb/src/scripts/install-chromedriver.sh
Line 160 in 5cd25d0
its returning
116
instead of116.0.5845.96
For example:
The text was updated successfully, but these errors were encountered: