-
Notifications
You must be signed in to change notification settings - Fork 33
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
No binaries are currently downloaded #44
Comments
Seems that https://www.googleapis.com/storage/v1/b/chromium-browser-snapshots/o/Mac%2F913272%2Fchrome-mac.zip?alt=media is returning a 404 so it's possibly on Google's side. |
Here's a link that works (instead of 913272 it needs refs_heads_main-913272): |
From above link, a workaround can be specifying the revision number in
edit: this seems to fail on |
Not sure if this is a temporary issue, but the last well known version following the numeric pattern is: https://storage.googleapis.com/chromium-browser-snapshots/index.html?prefix=Mac/913132/ |
Opened a quick and dirty fix for this: #45 |
PR should resolve issue on all OS |
Hi @maxrandolph, thank you for all the info, investigation and PR. I've just checked 'win' folders and revision specified in LAST_CHANGE file seems to be present as usual without any prefixes. |
Sounds good @dtolstyi. Thanks for the reply and for looking into it. It's possibly just a temporary glitch on Google's storage api which may fix itself with time. Noticed that yesterday the issue seemed to go away for a couple hours but then the |
Also thanks for providing the useful utility :-) |
@maxrandolph issue seems to have been resolved, for now. |
npm install chromium
seems to be broken currently. The file structure after running the install command leaves thenode_modules/chromium
folder without any binaries:The text was updated successfully, but these errors were encountered: