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
Decided to try using the Puppeteer version from NPM since the Deno port doesn't seem to be updated anymore and it was mentioned in the 1.35.0 announcement that the version from NPM would work. Which it does when I run it locally on my Mac, but as soon as I try to run it in a Docker container, this is what I get:
error: Uncaught BadResource: Bad resource ID
at TCP.writev (ext:deno_node/internal_binding/stream_wrap.ts:148:17)
at writevGeneric (ext:deno_node/internal/stream_base_commons.ts:133:28)
at Socket._writeGeneric (node:net:933:19)
at Socket._writev (node:net:944:14)
at doWrite (ext:deno_node/_stream.mjs:3961:16)
at clearBuffer (ext:deno_node/_stream.mjs:4094:9)
at Socket.Writable.uncork (ext:deno_node/_stream.mjs:3906:11)
at Sender.sendFrame (file:///tmp/deno-compile-app/node_modules/localhost/ws/8.13.0/lib/sender.js:471:20)
at Sender.send (file:///tmp/deno-compile-app/node_modules/localhost/ws/8.13.0/lib/sender.js:359:12)
at WebSocket.send (file:///tmp/deno-compile-app/node_modules/localhost/ws/8.13.0/lib/websocket.js:469:18)
Decided to try using the Puppeteer version from NPM since the Deno port doesn't seem to be updated anymore and it was mentioned in the 1.35.0 announcement that the version from NPM would work. Which it does when I run it locally on my Mac, but as soon as I try to run it in a Docker container, this is what I get:
I created a minimal reproduction repo in hopes that helps someone debug the issue: https://github.com/dotellie/deno-puppeteer-repro
The text was updated successfully, but these errors were encountered: