foo-software / lighthouse-check-action

GitHub Action for running @GoogleChromeLabs Lighthouse audits with all the bells and whistles 🔔 Multiple audits, Slack notifications, and more!
https://github.com/marketplace/actions/lighthouse-check
MIT License
478 stars 24 forks source link

Not working since yesterday #75

Closed pratikaisle3 closed 2 years ago

pratikaisle3 commented 2 years ago

Run foo-software/lighthouse-check-action@master with: urls: https://idevops.tech slackWebhookUrl: device: desktop,mobile env: SLACK_WEBHOOK_URL: AWS_DEFAULT_REGION: AWS_REGION: AWS_ACCESS_KEY_ID: AWS_SECRET_ACCESS_KEY: lighthouse-check: Auditing desktop,mobile (1/1): https://idevops.tech lighthouse-check: TypeError: Cannot read properties of undefined (reading 'settings') at localLighthouse (/home/runner/work/_actions/foo-software/lighthouse-check-action/master/node_modules/@foo-software/lighthouse-check/dist/localLighthouse.js:54:44) at getLocalLighthouseResultsWithRetries (/home/runner/work/_actions/foo-software/lighthouse-check-action/master/node_modules/@foo-software/lighthouse-check/dist/localLighthouse.js:124:35) at _default (/home/runner/work/_actions/foo-software/lighthouse-check-action/master/node_modules/@foo-software/lighthouse-check/dist/localLighthouse.js:***9:41) at /home/runner/work/_actions/foo-software/lighthouse-check-action/master/node_modules/@foo-software/lighthouse-check/dist/lighthouseCheck.js:175:67 at new Promise () at _default (/home/runner/work/_actions/foo-software/lighthouse-check-action/master/node_modules/@foo-software/lighthouse-check/dist/lighthouseCheck.js:69:7) at /home/runner/work/_actions/foo-software/lighthouse-check-action/master/dist/index.js:65:70 at Object. (/home/runner/work/_actions/foo-software/lighthouse-check-action/master/dist/index.js:104:3) at Module._compile (node:internal/modules/cjs/loader:1101:14) at Object.Module._extensions..js (node:internal/modules/cjs/loader:1153:10) Error: Cannot read properties of undefined (reading 'settings')

adamhenson commented 2 years ago

@pratikaisle3 please provide a way to reproduce or your approximate configuration.

adamhenson commented 2 years ago

Cannot reproduce. This action seems to be working as expected (screenshot below). Without a provided reproduction, nothing can be done, hence closing. When opening an issue in any GitHub project, I would strongly encourage you to provide a meaningful title and description.

If the problem persists, please open a new issue and fill use the new issue template.

Screen Shot 2022-01-06 at 12 01 53 PM