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
nothing happens. I don't see any browser open or screenshot.png created.
I tried adding { headless false } and I get this error:
Check file:///home/ettinger/src/accounts/bot/test.ts
error: Uncaught TimeoutError: Timed out after 30000 ms while trying to connect to the browser! Only Chrome at revision r991974 is guaranteed to work.
throw new TimeoutError(
^
at https://deno.land/x/[email protected]/src/deno/BrowserRunner.ts:162:11
at Object.action (deno:ext/web/02_timers.js:145:13)
at handleTimerMacrotask (deno:ext/web/02_timers.js:62:12)
➜ bot
$
I ran this command and it finished:
$ PUPPETEER_PRODUCT=chrome deno run -A --unstable https://deno.land/x/[email protected]/install.ts
Already downloaded at /home/ettinger/.cache/deno/deno_puppeteer/chromium/linux-991974/chrome-linux/chrome
The text was updated successfully, but these errors were encountered:
error: Uncaught (in promise) Error: Failed to launch the browser process!
TROUBLESHOOTING: https://github.com/puppeteer/puppeteer/blob/main/docs/troubleshooting.md
throw new Error(
^
at waitForWSEndpoint (https://deno.land/x/[email protected]/src/deno/BrowserRunner.ts:176:9)
at async BrowserRunner.setupConnection (https://deno.land/x/[email protected]/src/deno/BrowserRunner.ts:145:31)
at async ChromeLauncher.launch (https://deno.land/x/[email protected]/src/deno/Launcher.ts:114:26)
at async file:///home/green/ts2/test.js:3:17
I was running into this issue on Ubuntu (though only when using headless: false), when trying to launch chromium using the exact same arguments as the ones I found while inspecting the deno process, I noticed Chromium was crashing with
nothing happens. I don't see any browser open or screenshot.png created.
I tried adding
{ headless false }
and I get this error:I ran this command and it finished:
The text was updated successfully, but these errors were encountered: