Open kimdah3 opened 1 year ago
consider trying https://github.com/waptik/puppeteer_on_deploy. Demo at https://fresh-screenshot.deno.dev
consider trying https://github.com/waptik/puppeteer_on_deploy. Demo at https://fresh-screenshot.deno.dev
Got the same error along with
IO error: An established connection was aborted by the software in your host machine
I tried running on ubuntu 22 and it worked but not on my linux instance running at fly.io.
So as a work around I configure the timeout inside the socket url and I used that as a way of closing my browser instance by manually waiting for it to timeout. Not ideal but it doesn't crash the whole app.
Using https://github.com/guifromrio/puppeteer_on_deploy/blob/main/main.tsx crasches the app when closing.
Any idea on why, maybe it's a browserless.io thing?