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.
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
/
puppeteer-core
Version: 20.4.0
Node.js Version: 18.x
Lambda / GCF Runtime: nodejs18.x
Current Behavior
I'm using
chromium-min
and hosting binaries on S3. The first time I deployed it worked, but it stopped after new deploys. I've tried different binaries, hosts, cleaning
/tmp
directory but nothing worked.
One of my deploys that was cleaning
/tmp
directory worked, but it started failing after a new one.
Any thoughts?
"errorType"
:
"Error"
,
"errorMessage"
:
"Unexpected end of data"
,
"stack"
:
[
"Error: Unexpected end of data"
,
" at Extract._final (/var/task/node_modules/tar-stream/extract.js:253:42)"
,
" at callFinal (/var/task/node_modules/readable-stream/lib/_stream_writable.js:590:10)"
,
" at processTicksAndRejections (node:internal/process/task_queues:82:21)"