-
-
Notifications
You must be signed in to change notification settings - Fork 454
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
Puppeteer.LaunchAsync is hanging in Ubuntu #1211
Comments
@kcfinished you might have got a |
@kblok this is from Debian Buster, but may help. Adding the --no-sandbox argument does indeed allow PuppeteerSharp to work for me with netcoreapp2.2 in debian 10 in headless mode to take screenshots. ` Received signal 6 |
Closed due to inactivity. Feel free to reopen it if needed. |
Description:
I just pulled the latest master source code and go to an example
get-all-links
then I typed
dotnet build
anddotnet run
after that it's hanging in the line of
Puppeteer.LaunchAsync
I also saw this issue #696
but it was last year ago, so any updates to run it on Linux
Out put:
Expected behavior:
Puppeteer is launched and get all the links of google.com
Actual behavior:
Puppeteer hangs.
Versions
Puppeteer version: 1.9.0
.NET version: .NET core 2.1
Ubuntu version: Ubuntu 16.04.6 LTS
Thank you for your help.
The text was updated successfully, but these errors were encountered: