thomasdondorf / puppeteer-cluster

Puppeteer Pool, run a cluster of instances in parallel
MIT License
3.2k stars 307 forks source link

Worker Error getting browser page #529

Open AriVagelatos-KSO opened 12 months ago

AriVagelatos-KSO commented 12 months ago

Any idea why I would get "puppeteer-cluster: Worker Error getting browser page (try: 0), message: Timeout hit: 5000" ? It isn't related to resource utilization because it happens every time I try to run it in the Node 18 Docker image https://github.com/nodejs/docker-node/blob/main/18/alpine3.17/Dockerfile Image of debug output: Screenshot 2023-09-11 at 10 53 46 PM

Thank you!

Strafy1 commented 6 months ago

Hello, I'm having the same issue with my app on render using a docker image, if you somehow found a way to make it work tell me. (here is my issue : https://stackoverflow.com/questions/78071619/nodejs-app-not-working-on-render-com-using-puppeteer-cluster-package-whereas-it)