The process has been signaled with signal "6". #707
Replies: 4 comments
-
Tried outputting the process to see what it the cmd: $process = Process::fromShellCommandline($fullCommand)->setTimeout($this->timeout);
dd($process); I tried running the output directly in my terminal and it worked without any issues at all. What could be wrong here? Something with puppeteer but only from inside vendor somehow? Since it works from the root of the project from terminal directly. Would really appreciate help here. |
Beta Was this translation helpful? Give feedback.
-
From debugging some more I discovered that |
Beta Was this translation helpful? Give feedback.
-
This was the issue #580 |
Beta Was this translation helpful? Give feedback.
-
What OS is this running, what version of the OS, and which versions of nodejs & npm? I have seen this error occur when the nodejs/npm binaries are not compatible with specific versions of the OS. |
Beta Was this translation helpful? Give feedback.
-
Just trying out
Browsershot::html('<h1>Hello world!!</h1>')->save('example.pdf');
returnsThe process has been signaled with signal "6".
error.What could it be?
Beta Was this translation helpful? Give feedback.
All reactions