-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to launch browser process on Debian Server #533
Comments
I've installed the dependencies without any visible errors using this command:
I then restarted the server as was recommended in the prompt. Unfortunately despite that, I get the same |
Perhaps pull the latest and try and to run again. It may be working now. |
Hi @jef I got latest (6b9ecae) and ran Here is the output when running I've been looking at the puppeteer github (namely this issue puppeteer/puppeteer#290) and have been unable to find a resolution. For what it's worth, using the script in this comment I've verified that namespacing is enabled in my kernel, and that my kernel is new enough (4.9.0-8-amd64) to support the required features. |
Is there any solution for this? I have the same issue. |
Description
I've run nvidia-snatcher on my windows machine with no issues.
However I wanted to move it to a headless Debian server so I can ensure that it's running even if I turn my computer off.
I copied my .env file, used git to clone the repo and ran
npm install
.However when I run it using
npm run start
I get an error that it 'failed to load the browser process':Are there any linux-specific installation steps or dependencies that are not listed in the readme?
The text was updated successfully, but these errors were encountered: