You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run this on Google Cloud Functions and it's not working. I get the following error:
Error Error: Failed to launch chrome! [0920/161236.165262:ERROR:zygote_host_impl_linux.cc(89)] Running as root without --no-sandbox is not supported. See https://crbug.com/638180. TROUBLESHOOTING: https://github.com/GoogleChrome/puppeteer/blob/master/docs/troubleshooting.md
And I did try passing the '--no-sandbox' arg using:
I'm sorry for the incredibly long delay in replying in responding to you but life sometimes gets in the way of OSS development. I thank you for your patience and, although I'm closing this issue out, I hope you'll be glad to know that I hope this issue may be resolved in with today's 0.6.0 release with a huge bump in the version of Puppeteer that's supported.
If you continue to have this problem, please raise a new ticket with complete logs to enable investigation. I hope you can understand my delay.
I'm trying to run this on Google Cloud Functions and it's not working. I get the following error:
And I did try passing the '--no-sandbox' arg using:
But I still get the same error. Anyone know what the issue is?
For what it's worth, I am running pupeteer on its own in another Cloud Function and that is working fine.
The text was updated successfully, but these errors were encountered: