QueryList-Puppeteer icon indicating copy to clipboard operation
QueryList-Puppeteer copied to clipboard

Fatal error: Uncaught Nesk\Rialto\Exceptions\Node\FatalException:

Open lambq opened this issue 4 years ago • 1 comments

Fatal error: Uncaught Nesk\Rialto\Exceptions\Node\FatalException: Failed to launch the browser process! [1026/233157.600635:FATAL:zygote_host_impl_linux.cc(117)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/master/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using --no-sandbox. #0 0x5583c69d2b39 base::debug::CollectStackTrace() #1 0x5583c69454c3 base::debug::StackTrace::StackTrace() #2 0x5583c6955c80 logging::LogMessage::~LogMessage() #3 0x5583c53e7f5e content::ZygoteHostImpl::Init() #4 0x5583c68efcf8 content::ContentMainRunnerImpl::Initialize() #5 0x5583c68ede0b content::RunContentProcess() #6 0x5583c68edf5c content::ContentMain() #7 0x5583c693f3d2 headless::(anonymous namespace)::RunContentMain() #8 0x5583c693f0bc headless::HeadlessShellMain() #9 0x5583c3f40a03 ChromeMain #10 0x7f96abcff555 __libc_start_main #11 0x5583c3f4082a _start Received in /www/wwwroot/snapshot.rsyun.net/vendor/nesk/rialto/src/ProcessSupervisor.php on line 307

lambq avatar Oct 26 '21 15:10 lambq

Chrome::render($ql,$url,[ 'args' => [ '--no-sandbox' ] ]);

coolxitech avatar Jan 12 '22 16:01 coolxitech