You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running Unlighthouse as CLI or CI on my local machine, it progresses well for quite a while, and then fails with the following error: (note: user and site details anonymised)
[error] [Unlighthouse] Failed to run lighthouse for route Command timed out after 360000 milliseconds: node /path/to/unlighthouse/node_modules/@unlighthouse/core/dist/process/lighthouse.mjs --cache=true --routeReport={"route":{"url":"https://www.domain.uk/path/path/path/page"},"artifactPath":"/path/to/unlighthouse/.unlighthouse-ci/reports/reportdir/reportdir2/reportdir3/reportpart"} --lighthouseOptions={"onlyCategories":["performance","accessibility","best-practices","seo"],"disableStorageReset":true,"skipAboutBlank":true,"throttlingMethod":"provided","throttling":{"rttMs":0,"throughputKbps":0,"cpuSlowdownMultiplier":1,"requestLatencyMs":0,"downloadThroughputKbps":0,"uploadThroughputKbps":0},"formFactor":"desktop","screenEmulation":{"mobile":false,"width":1350,"height":940,"deviceScaleFactor":1,"disabled":false},"emulatedUserAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36"} --port=58705
Timed out
at timeoutKill (node_modules/execa/lib/kill.js:60:23)
at Timeout._onTimeout (node_modules/execa/lib/kill.js:72:4)
at listOnTimeout (node:internal/timers:569:17)
at process.processTimers (node:internal/timers:512:7)
file:///path/to/unlighthouse/node_modules/@unlighthouse/core/dist/index.mjs:986
if (response.report.score)
^
TypeError: Cannot read properties of undefined (reading 'score')
at file:///path/to/unlighthouse/node_modules/@unlighthouse/core/dist/index.mjs:986:31
Describe the bug
When running Unlighthouse as CLI or CI on my local machine, it progresses well for quite a while, and then fails with the following error: (note: user and site details anonymised)
[error] [Unlighthouse] Failed to run lighthouse for route Command timed out after 360000 milliseconds: node /path/to/unlighthouse/node_modules/@unlighthouse/core/dist/process/lighthouse.mjs --cache=true --routeReport={"route":{"url":"https://www.domain.uk/path/path/path/page"},"artifactPath":"/path/to/unlighthouse/.unlighthouse-ci/reports/reportdir/reportdir2/reportdir3/reportpart"} --lighthouseOptions={"onlyCategories":["performance","accessibility","best-practices","seo"],"disableStorageReset":true,"skipAboutBlank":true,"throttlingMethod":"provided","throttling":{"rttMs":0,"throughputKbps":0,"cpuSlowdownMultiplier":1,"requestLatencyMs":0,"downloadThroughputKbps":0,"uploadThroughputKbps":0},"formFactor":"desktop","screenEmulation":{"mobile":false,"width":1350,"height":940,"deviceScaleFactor":1,"disabled":false},"emulatedUserAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36"} --port=58705
This is my config (domain anonymised):
Has anyone any ideas as to what might be causing this?
Many thanks
Reproduction
Ran with command: npm run unlighthouse-ci --config-file /path/to/unlighthouse/unlighthouse.config.ts --debug
System / Nuxt Info
No response
The text was updated successfully, but these errors were encountered: