-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
bugSomething isn't workingSomething isn't working
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
running sitespeed 24.0.0 plus1 throws the following lighthouse error.
Errors
chrome ux report data not found for https://www.buybuybaby.com/store/product/dream-on-me-carson-classic-3-in-1-convertible-crib-in-natural/5179453?bx=off&wmSkipPwa using ALL (crux)
Lighthouse got the following errors: {"name":"LHError","code":"PROTOCOL_TIMEOUT","friendlyMessage":"Waiting for DevTools protocol response has exceeded the allotted time. (Method: Network.emulateNetworkConditions)","lhrRuntimeError":true,"protocolMethod":"Network.emulateNetworkConditions"} (lighthouse)
What browser did you use?
Chrome, Chrome Android
How to reproduce
docker run \
--rm \
-v "$(pwd)":/sitespeed.io \
sitespeedio/sitespeed.io:24.0.0-plus1 \
--gpsi.key secretkeyhash \
--resultBaseURL "https://storage.googleapis.com/my-bucket" \
--mobile true \
--gcs.projectId myproject \
--gcs.bucketname my-bucket \
--gcs.key gcskey.json \
--gcs.removeLocalResult true \
--crux.key "cruxkeyhash" \
--crux.formFactor "PHONE" \
--crux.collect "ALL" \
--firstParty "\.buybuybaby\.com" \
--chrome.timeline \
--chrome.collectLongTasks \
--chrome.collectPerfLog \
--screenshot.type "jpg" \
--visualMetrics \
--visualElements \
--videoParams.createFilmstrip \
--filmstrip.showAll true \
--copyLatestFilesToBase true \
--cpu \
--speedIndex \
--thirdParty.cpu \
-n 3 \
baby-urls.txt \
--graphite.addSlugToKey true \
--graphite.host 10.10.10.10 \
--graphite.annotationScreenshot \
--graphite.port 2003 \
--slug Buybuybaby \
--graphite.httpPort 80 \
--graphite.namespace=sitespeed_io.MobileRelevant log output
Lighthouse got the following errors: {"name":"LHError","code":"PROTOCOL_TIMEOUT","friendlyMessage":"Waiting for DevTools protocol response has exceeded the allotted time. (Method: Network.emulateNetworkConditions)","lhrRuntimeError":true,"protocolMethod":"Network.emulateNetworkConditions"} (lighthouse)Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working