lighthouse-lambda-parallel icon indicating copy to clipboard operation
lighthouse-lambda-parallel copied to clipboard

Spawn EACCES error while launching Chrome-launcher

Open cael-gomes opened this issue 6 years ago • 0 comments

First of all, congrats on the project!

I got an error during the execution of the worker lambda function. It looks like the lambda function cannot spawn the chrome-launcher. As consequence, all runs fail.

BTW, I'm using Windows, so not sure if there's any special permission trick when deploying to AWS?

2019-09-11T10:50:46.128Z 0792f615-0462-4c8a-9c04-498b41c8f9f6 { "errorMessage": "spawn EACCES", "errorType": "Error", "stackTrace": [ "_errnoException (util.js:1022:11)", "ChildProcess.spawn (internal/child_process.js:323:11)", "Launcher.exports.spawn (child_process.js:502:9)", "Launcher. (/var/task/node_modules/chrome-launcher/dist/chrome-launcher.js:171:37)", "Generator.next ()", "fulfilled (/var/task/node_modules/chrome-launcher/dist/chrome-launcher.js:9:58)", "", "process._tickDomainCallback (internal/process/next_tick.js:228:7)" ] }

Any help is very appreciated.

cael-gomes avatar Sep 11 '19 11:09 cael-gomes