puppeteer-sharp
puppeteer-sharp copied to clipboard
Failed to launch browser! chrome_crashpad_handler: --database is required Try 'chrome_crashpad_handler --help' for more information.
Failed to launch browser! chrome_crashpad_handler: --database is required Try 'chrome_crashpad_handler --help' for more information. [961215:961215:0528/145408.718594:ERROR:socket.cc(120)] recvmsg: Connection reset by peer (104)
var browserFetcher = new BrowserFetcher(); browserFetcher.DownloadAsync().Wait(); using (var browser = Puppeteer.LaunchAsync( new LaunchOptions { Headless = true, Args = new[] { "--no-sandbox" }, }).Result) {}
I'm getting this same problem in the latest version too (20.1.3).
Does anyone have any solutions/workarounds?