You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the puppeteer crawler to crawl some websites. Locally everything works fine. I created a docker image with apify/actor-node-puppeteer-chrome:20-22.14.0 but when i want to crawl a website with it, i get the following error.
BrowserLaunchError: Failed to launch browser. Please check the following: - Try installing a browser, if it's missing, by running npx @puppeteer/browsers install chromium --path [path]and pointingexecutablePathto the downloaded executable (https://pptr.dev/browsers-api) The original error is available in thecause property. Below is the error received when trying to launch a browser:
The yarn.lock file of the docker image contains the puppeteer/browsers package and a chrome browser. Anyone has any ideas where the error can come from?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am using the puppeteer crawler to crawl some websites. Locally everything works fine. I created a docker image with
apify/actor-node-puppeteer-chrome:20-22.14.0
but when i want to crawl a website with it, i get the following error.BrowserLaunchError: Failed to launch browser. Please check the following: - Try installing a browser, if it's missing, by running
npx @puppeteer/browsers install chromium --path [path]and pointing
executablePathto the downloaded executable (https://pptr.dev/browsers-api) The original error is available in the
causeproperty. Below is the error received when trying to launch a browser:
The yarn.lock file of the docker image contains the puppeteer/browsers package and a chrome browser. Anyone has any ideas where the error can come from?
Thanks for your help in advance.
Beta Was this translation helpful? Give feedback.
All reactions