Error: Failed to launch the browser process! #800
Replies: 3 comments 5 replies
-
Same error! |
Beta Was this translation helpful? Give feedback.
-
same with me running on docker with centos 7 server |
Beta Was this translation helpful? Give feedback.
-
I have a VPS (AlmaLinux) with multiple accounts and domains. I was really struggling with this "Failed to launch the browser process! chrome_crashpad_handler: --database is required" issue over the past day after having performed some general updates. This was never an issue previously. While there may be various causes, what I finally discovered in my case was that multiple user accounts were fighting over a single Chromium
Hopefully, this may help someone else. I was able to discover many instances of the issue online, but no other solutions worked for me. |
Beta Was this translation helpful? Give feedback.
-
I just get the error
Error Output:
�[1m�[43m�[30m
Puppeteer old Headless deprecation warning:�[0m�[33m
In the near future
headless: true
will default to the new Headless modefor Chrome instead of the old Headless implementation. For more
information, please see https://developer.chrome.com/articles/new-headless/.
Consider opting in early by passing
headless: "new"
topuppeteer.launch()
If you encounter any bugs, please report them to https://github.com/puppeteer/puppeteer/issues/new/choose.�[0m
Error: Failed to launch the browser process!
chrome_crashpad_handler: --database is required
Try 'chrome_crashpad_handler --help' for more information.
[2480:2480:1213/145419.328318:ERROR:socket.cc(120)] recvmsg: Connection reset by peer (104)
TROUBLESHOOTING: https://pptr.dev/troubleshooting
anyone know how to fix that?
Beta Was this translation helpful? Give feedback.
All reactions