-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
Description
Have you read the documentation?
- Yes, I've read the how to make a reproducable bug guide
- Yes, I've read the how to debug my script guide
URL
What are you trying to accomplish
I was running a GPSI test via sitespeedio plugin with this command:
docker run sitespeedio/sitespeed.io:33.6.0-plus1 --plugins.add /gpsi/lib/index.js --plugins.remove browsertime --plugins.remove /lighthouse/index.js "https://www.sitespeed.io/" -n 1
We've been using GPSI plugin in sitespeed for a long time with no problems. But recently we've been experiencing the same error
ERROR: TypeError: Cannot read properties of undefined (reading 'score')
at repackagePageSummary (file:///gpsi/lib/pageSummary.js:19:58)
at file:///gpsi/lib/index.js:92:13
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
What browser did you use?
Chrome
How to reproduce
Run a GPSI sitespeed test via docker with this command
docker run sitespeedio/sitespeed.io:33.6.0-plus1 --plugins.add /gpsi/lib/index.js --plugins.remove browsertime --plugins.remove /lighthouse/index.js "https://www.sitespeed.io/" -n 1Log output
ERROR: TypeError: Cannot read properties of undefined (reading 'score')
at repackagePageSummary (file:///gpsi/lib/pageSummary.js:19:58)
at file:///gpsi/lib/index.js:92:13
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)Reactions are currently unavailable