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
(node:18) UnhandledPromiseRejectionWarning: Error: Failed to launch chrome!
[29:29:0421/022508.111924:ERROR:browser_main_loop.cc(1390)] Unable to open X display.
TROUBLESHOOTING: https://github.com/GoogleChrome/puppeteer/blob/master/docs/troubleshooting.md
at onClose (/app/node_modules/puppeteer/lib/Launcher.js:342:14)
at ChildProcess.<anonymous> (/app/node_modules/puppeteer/lib/Launcher.js:332:60)
at ChildProcess.emit (events.js:327:22)
at Process.ChildProcess._handle.onexit (internal/child_process.js:277:12)
Describe the bug
To Reproduce
Dockerfile
nodejs code
What is the expected behavior?
chromium start normally
What is the actual behavior?
chromium failed to start
Possible solution
Logs
If applicable, add logs to help explain your problem.
Versions
docker container run -it --rm --entrypoint "" zenika/alpine-chrome chromium-browser --version
docker image inspect --format='{{index .RepoDigests 0}}' zenika/alpine-chrome
docker version
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: