Open mick-feller opened 3 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
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?
Same issue. Works locally but not on the cluster.
Everytime i try to run an audit i get the following error: LHError: PROTOCOL_TIMEOUT
Not sure what to do with this, any help would be appricated?