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

getting chromuim download error on v2.0.0 #464

Open
ranshaa05 opened this issue Mar 1, 2024 · 2 comments
Open

getting chromuim download error on v2.0.0 #464

ranshaa05 opened this issue Mar 1, 2024 · 2 comments

Comments

@ranshaa05
Copy link

ranshaa05 commented Mar 1, 2024

hello, I'm trying to use the new version, but I seem to be getting this error:
OSError: Chromium downloadable not found at https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1181205/chrome-win.zip: Received <?xml version='1.0' encoding='UTF-8'?><Error><Code>NoSuchKey</Code><Message>The specified key does not exist.</Message><Details>No such object: chromium-browser-snapshots/Win_x64/1181205/chrome-win.zip</Details></Error>.

seems like the chromium zip for version 1181205 has been removed

@J4RF
Copy link

J4RF commented May 14, 2024

The package enforces a specific Chromium revision for no good reason, and in this release it's a revision that doesn't exist for Windows. Well done folks...

You can manually download the latest Chromium revision for Windows (.zip) here: https://chromium.woolyss.com/download/en/, then create a folder called 1181205 in C:\Users\AppData\Local\pyppeteer\pyppeteer\local-chromium, and drag the extracted chrome-win folder into the 1181205 folder.

@ranshaa05
Copy link
Author

The package enforces a specific Chromium revision for no good reason, and in this release it's a revision that doesn't exist for Windows. Well done folks...

You can manually download the latest Chromium revision for Windows (.zip) here: https://chromium.woolyss.com/download/en/, then create a folder called 1181205 in C:\Users\AppData\Local\pyppeteer\pyppeteer\local-chromium, and drag the extracted chrome-win folder into the 1181205 folder.

Yup, already dove into the code and figured this out. unfortunately, the Google repository pyppeteer uses is quite convoluted and weird to work with...
I might have a look at a platform-specific download PR if I have the time.

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