puppeteer-lambda-starter-kit icon indicating copy to clipboard operation
puppeteer-lambda-starter-kit copied to clipboard

Starter Kit for running Headless-Chrome by Puppeteer on AWS Lambda.

Results 24 puppeteer-lambda-starter-kit issues
Sort by recently updated
recently updated
newest added

I'm getting the error `(node:1) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 2): Error: Failed to launch chrome!` Any tips on how to debug? Version 1.1

Chromium still requires osmesa even with --disable-gpu flag. It worked fine on 0.10.2 version, but fails when I use recent versions (v.1.0.0 or v1.1.1) with headless_shell binaries for that versions...

When following installation instructions, I am unable to create a package using 'npm run package', even with the initial, simple index.js script that is included. I get the error: ''eslint'...

In a effort to reduce the file size of the bundled `headless_shell` I was testing different algorithms: ``` File Algorithm Level Bytes MiB % Decompression ----------------------------------------------------------------------------------------- headless_shell - - 136964856...