-
Notifications
You must be signed in to change notification settings - Fork 976
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
OSError: Chromium downloadable not found #571
Comments
me same issue |
I am also seeing the same thing here. I believe it's possible to pass a specific Chromium path when using pyppeteer's |
same issue |
see: #573 |
Hi, For those who encounter this in August 2024, try replacing the url from: https://storage.googleapis.com to https://commondatastorage.googleapis.com |
I just installed the library in Pycharm in venv, I get the same error, can you help me? |
|
set the PYPPETEER_DOWNLOAD_HOST environment variable to https://commondatastorage.googleapis.com/ |
i tried like below,but not worked:
Chromium downloadable not found at https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1181205/chrome-win.zip: Received NoSuchKey</Cod e>The specified key does not exist.No such object: chromium-browser-snapshots/Win_x64/1181205/chrome-win.zip</Detail s>. |
Ever since I replaced pyppeteer with playwright, everything has been running smoothly (during my time with pyppeteer, I encountered all sorts of issues and errors that drove me crazy). I highly recommend swapping out the outdated pyppeteer framework for playwright or others. I hope this suggestion can be helpful for those who come after me. |
Still broken for me |
It's still broken for me |
During the execution of the
html.render()
function (which downloads Chromium) I got the following error:It seems like they removed version 1181205. There is no maintainer of the
pyppeteer
library so I thin it makes sense to do one of the following things:The text was updated successfully, but these errors were encountered: