We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Following the setup instructions from the readme I successfully get through the cURL PUT but then loading http://localhost:9222 afterwards fails.
PUT
2017/09/05 18:23:56 socat[2155] E connect(5, AF=2 192.168.2.2:9222, 16): Connection refused
But right above I got this log:
[0905/182331.717735:ERROR:zygote_host_impl_linux.cc(88)] Running as root without --no-sandbox is not supported. See https://crbug.com/638180.
So i added that flag to the google-chrome-unstable launch flags and chrome is up and running and 9222 works. :)
I haven't spent the time to totally grok whats up with our linux sandbox.. but I can at least point you to https://chromium.googlesource.com/chromium/src/+/lkcr/docs/linux_sandboxing.md#sandbox-types-summary and puppeteer/puppeteer#311
The text was updated successfully, but these errors were encountered:
Thanks, @paulirish! I'll see if I can reproduce on my end.
Sorry, something went wrong.
No branches or pull requests
Following the setup instructions from the readme I successfully get through the cURL
PUT
but then loading http://localhost:9222 afterwards fails.But right above I got this log:
So i added that flag to the google-chrome-unstable launch flags and chrome is up and running and 9222 works. :)
I haven't spent the time to totally grok whats up with our linux sandbox.. but I can at least point you to https://chromium.googlesource.com/chromium/src/+/lkcr/docs/linux_sandboxing.md#sandbox-types-summary and puppeteer/puppeteer#311
The text was updated successfully, but these errors were encountered: