-
-
Notifications
You must be signed in to change notification settings - Fork 71
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
[BUG] Protocol Mismatch #259
Comments
same issue here, regardless if I use my own hosted version on azure blob storage or the github one:
on this line: const executablePath = await chromium.executablePath(chromiumPackUrl); running on localhost the fact that it says code: 'ERR_ASSERTION', with expected being https: and actual being c: makes it look like it is trying to access a local file, while the value of the chromiumPackUrl really is an https link I have double checked the npm installed version is 121.0.0. Also tried with 123.0.1 as module and as tar file --> same result |
Same error here, any way to fix? @Sparticuz |
same here |
same |
same issue |
Same here |
same |
same issue |
Finally I choose "Render" to host my App. You should use a Dockerfile to init Puppeteer. It was the only solution for this problem.
|
same issue pls |
This package is for Linux only. It will not work on windows. |
Environment
chromium
Version: 123.0.1puppeteer
/puppeteer-core
Version: 22.6.5Expected Behavior
Puppeteer launched normally ( i run it at local first )
Current Behavior
Error: protocol mismatch after a while
Steps to Reproduce
the code is exactly same as example remote-min-binary
As i searched again, this package chromium-min is just for linux, is it true? can i used it in windows? i want to deploy it at netlify server cuz it limit was 50mb, then i try to using chromium-min and use external chromium (your github tar exactly), but it cannot launched as it normally
thx.
The text was updated successfully, but these errors were encountered: