Skip to content
This repository has been archived by the owner on Sep 10, 2021. It is now read-only.

Could not find browser revision 809590 #139

Open
Arcens opened this issue Nov 8, 2020 · 2 comments
Open

Could not find browser revision 809590 #139

Arcens opened this issue Nov 8, 2020 · 2 comments

Comments

@Arcens
Copy link

Arcens commented Nov 8, 2020

Hello,

Thank you for this library.
However, I have trouble. When I try your docker and I try to launch puppeteer, I have the following message,
puppeteer docker

In my package.json I have declared puppeteer with version 5.2.1. And I instantiate puppeteer with the following code
const browser = await puppeteer.launch({ args: [ // Required for Docker version of Puppeteer "--no-sandbox", "--disable-setuid-sandbox", // This will write shared memory files into /tmp instead of /dev/shm, // because Docker’s default for /dev/shm is 64MB "--disable-dev-shm-usage", ], });

Thank you for your support

Arcens

@viglucci
Copy link

viglucci commented Nov 13, 2020

You might need to set the PUPPETEER_EXECUTABLE_PATH ENV variable in your dockerfile.

I used the following value, but you might want to reference the local version include in node_modules with the puppeteer install.

ENV PUPPETEER_EXECUTABLE_PATH="/usr/bin/google-chrome-stable"

@olaven
Copy link

olaven commented Jan 17, 2021

@viglucci Thanks! This solved the same issue for me 😄

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants