spotify / lighthouse-audit-service

Apache License 2.0
95 stars 30 forks source link

LHError: PROTOCOL_TIMEOUT #70

Open mick-feller opened 3 years ago

mick-feller commented 3 years ago

Everytime i try to run an audit i get the following error: LHError: PROTOCOL_TIMEOUT

image

Not sure what to do with this, any help would be appricated?

dmckernanacv commented 2 years ago

I'm having this issue as well, I think this flag needs to be set on the chromium instance when running puppeteer:

--disable-dev-shm-usage Source: https://github.com/GoogleChrome/lighthouse/issues/6512#issuecomment-924123935

Looks like it needs to be added here: https://github.com/spotify/lighthouse-audit-service/blob/d726dc4f71e9034f759308dcfb375f1edda5054a/src/api/audits/methods.ts#L131

hawkstalion commented 2 years ago

I deployed the lighthouse audit service to a kubernetes cluster and i got the same PROTOCOL_TIMEOUT error. I tried building my own docker image with that flag added and it still errors out. I tried running the docker locally and it works fine but when its deployed to the cluster it fails. Any other ideas?

MagnusHeinesenJP commented 2 years ago

Same issue. Works locally but not on the cluster.