erezrokah / lighthouse-layer

A Lambda layer with all the required dependencies to run Google Lighthouse
MIT License
36 stars 4 forks source link

Timeout error after updating to lighthouse 6.3.0 #61

Open asendia opened 3 years ago

asendia commented 3 years ago

Hi, I got this error after updating to lighthouse 6.3.0:

Mon, 31 Aug 2020 12:57:30 GMT status Connecting to browser
Mon, 31 Aug 2020 12:57:30 GMT status Resetting state with about:blank
Mon, 31 Aug 2020 12:58:00 GMT status Disconnecting from browser...
2020-08-31T12:58:00.801Z    ERROR Invoke Error  {"errorType":"LHError","errorMessage":"PROTOCOL_TIMEOUT","code":"PROTOCOL_TIMEOUT","name":"LHError","friendlyMessage":"Waiting for DevTools protocol response has exceeded the allotted time. (Method: Network.enable)","lhrRuntimeError":true,"protocolMethod":"Network.enable","stack":["LHError: PROTOCOL_TIMEOUT","    at Timeout._onTimeout (/opt/nodejs/node_modules/lighthouse/lighthouse-core/gather/driver.js:352:21)","    at listOnTimeout (internal/timers.js:549:17)"," at processTimers (internal/timers.js:492:7)"]}

Additional note:

asendia commented 3 years ago

Update: I have tried running yarn & yarn deploy from Linux and still got same error. I guess build environment does not matter.

I also tried these commits with same result: