-
-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
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
[BUG] TimeoutError: Timed out after waiting 30000ms #291
Comments
Hi, does it happens on specific pages? |
I have mostly seen this behaviour on pdf's with large file sizes around 50 MB, page count approx 750 |
oh, it's kinda heavy, I've asked, I'm getting same error, but in my case it's pretrty simple page.
page.pdf(...options) throw Error waiting timeout, even if I increase it still occurs. |
I've updated a lib and issue has gone =) |
Could you tell me what was updated here for the issue to be gone? |
I tried with the latest library puppeteer-core == 23.6.1 and chromium Version: 130.0.0, but still receiving the same timeout error
|
I've faced this issue and got this working with the following versions
Here is my code
|
Environment
chromium
Version: 126.0.0puppeteer-core
Version: 22.12.1nodejs18.x
|nodejs20.x
Expected Behavior
Generate the pdf and upload to an s3 bucket
Current Behavior
The same code base was working before in nodejs 14.x lambda runtime having chrome-aws-lambda 6.0.0 puppeteer/puppeteer-core 6.0.0.
In Node18.x/20.x lambda runtimegetting a TimeoutError during pdf generation.
Steps to Reproduce
Lambda Memory - 4096 MB, Ephemeral storage - 512 MB, Timeout - 6 MIN
Can some one help me to figure out what is wrong here?
The text was updated successfully, but these errors were encountered: