-
-
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
Error 404 when downloading #190
Comments
We will expedite support for Chrome for Testing. |
Thank you for working on this so quickly! We are also experiencing this issue. |
TDD is on pause :) Fingers crossed. |
🤞🤞 |
hey @bseeger , @stell , @tagliala you can fix the version in the action + in your rails_helper for now until theres is an update here : ( so that your pipeline are not stuck )
in your rails_helper : |
Chromedriver has moved the endpoint to get the filenames for 115+. |
Add a temporary workaround for nanasess/setup-chromedriver#190
Thank you all for your contributions!, Fixed version has been released. |
Hi there! Thanks for the speedy update here. I found that after updating to use @v2, I still got an issue:
I can see that some other users had a similar issue here, and a follow-up patch was released. Do we need something similar here? Not sure if the issue can be fixed from within the setup-chromedriver action For now I have implemented a workaround by manually installing an older version of Chrome, which works fine, but would be great to remove that. My workaround, in case anyone else has the same issue:
|
…rary # Issue already fixed nanasess/setup-chromedriver#190
I'm also getting the same issue as @ejskipper. Will this be addressed? Should a new issue be opened for this? |
@ejskipper I haven't been able to get the solution above to work. Here's the URL for version I've also tried with the following versions:
Those were the versions listed on https://chromium.cypress.io/ for Linux in the Stable channel for major version 114: |
The issue reported by me has been fixed in the last version of |
All working fine for me now, thanks! I'm no longer using the above workaround, but just in case anyone needs it for some reason, I was using CHROME_VERSION: "114.0.5735.198-1". (cc @mcalthrop ) |
Ref: https://github.com/diowa/ruby3-rails7-bootstrap-heroku/actions/runs/5665831080/job/15351356245?pr=575
I think that it is because chromedriver 115 has not been uploaded yet
The text was updated successfully, but these errors were encountered: