Skip to content
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

"The CHROME_PATH environment variable must be set to a Chrome/Chromium executable no older than Chrome stable." #47

Open
CraigLager opened this issue Jul 15, 2022 · 1 comment

Comments

@CraigLager
Copy link

Trying to run lighthouse-cli using this layer and I get the error message

The CHROME_PATH environment variable must be set to a Chrome/Chromium executable no older than Chrome stable.

May be because 103.0.5060 has released and the lighthouse package is expecting that?

Lambda configuration:

image

Full error:

START RequestId: adba8cc5-ea0b-42e8-9627-668ba45709ad Version: $LATEST
2022-07-15T08:26:47.595Z	adba8cc5-ea0b-42e8-9627-668ba45709ad	ERROR	Unhandled Promise Rejection 	{"errorType":"Runtime.UnhandledPromiseRejection","errorMessage":"Error: The CHROME_PATH environment variable must be set to a Chrome/Chromium executable no older than Chrome stable.","reason":{"errorType":"Error","errorMessage":"The CHROME_PATH environment variable must be set to a Chrome/Chromium executable no older than Chrome stable.","code":"ERR_LAUNCHER_PATH_NOT_SET","message":"The CHROME_PATH environment variable must be set to a Chrome/Chromium executable no older than Chrome stable.","stack":["Error","    at new LauncherError (/var/task/node_modules/chrome-launcher/dist/utils.js:26:22)","    at new ChromePathNotSetError (/var/task/node_modules/chrome-launcher/dist/utils.js:33:9)","    at Object.linux (/var/task/node_modules/chrome-launcher/dist/chrome-finder.js:128:15)","    at Function.getFirstInstallation (/var/task/node_modules/chrome-launcher/dist/chrome-launcher.js:126:51)","    at Launcher.launch (/var/task/node_modules/chrome-launcher/dist/chrome-launcher.js:185:43)","    at Object.launch (/var/task/node_modules/chrome-launcher/dist/chrome-launcher.js:35:20)","    at runReport (/var/task/index.js:24:39)","    at /var/task/index.js:10:24","    at Array.map (<anonymous>)","    at Runtime.exports.handler (/var/task/index.js:9:36)"]},"promise":{},"stack":["Runtime.UnhandledPromiseRejection: Error: The CHROME_PATH environment variable must be set to a Chrome/Chromium executable no older than Chrome stable.","    at process.<anonymous> (file:///var/runtime/index.mjs:775:15)","    at process.emit (node:events:527:28)","    at process.emit (node:domain:475:12)","    at emit (node:internal/process/promises:140:20)","    at processPromiseRejections (node:internal/process/promises:274:27)","    at processTicksAndRejections (node:internal/process/task_queues:97:32)"]}
[ERROR] [1657873607633] LAMBDA_RUNTIME Failed to post handler success response. Http response code: 403.
END RequestId: adba8cc5-ea0b-42e8-9627-668ba45709ad
REPORT RequestId: adba8cc5-ea0b-42e8-9627-668ba45709ad	Duration: 508.27 ms	Billed Duration: 509 ms	Memory Size: 128 MB	Max Memory Used: 128 MB	Init Duration: 997.19 ms	
RequestId: adba8cc5-ea0b-42e8-9627-668ba45709ad Error: Runtime exited with error: exit status 128
Runtime.ExitError

Any tips on resolving this at all?

@vladholubiev
Copy link
Member

Maybe this could be relevant to you?

#46 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants