sitespeedio / plugin-lighthouse

Lighthouse plugin for sitespeed.io
MIT License
28 stars 18 forks source link

Lighthouse returned error: FAILED_DOCUMENT_REQUEST #94

Closed JeanArhancet closed 1 year ago

JeanArhancet commented 2 years ago

Hi,

I currently have an issue with sitespeed 21.3.0-plus1 :

ERROR: [sitespeedio.queuehandler] Error: Lighthouse returned error: FAILED_DOCUMENT_REQUEST. Lighthouse was unable to reliably load the page you requested. Make sure you are testing the correct URL and that the server is properly responding to all requests. (Details: net::ERR_CONNECTION_FAILED)

Any chance, this will be fixed in the future?

Cheers!

soulgalore commented 2 years ago

Hi @JeanArhancet that error comes directly from Lighthouse, seems to be a bunch of issues like that : https://github.com/GoogleChrome/lighthouse/search?q=FAILED_DOCUMENT_REQUEST&type=issues

Checkout. https://github.com/GoogleChrome/lighthouse/issues/2784 and maybe there's a fix there, else create an issue at Lighthouse.

Best Peter