-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERR_ACCESS_DENIED via lighthouse API and Website #9893
Comments
Thanks chief! Appreciate you filing this bug. 👏 This is a known issue, most well described in #2784. So, we'll automatically close this as a duplicate. However, if you believe your bug is different than the cases described there, please comment here with "necessarily-wide-alpaca" and I'll reopen this bug. 🤖 Beep beep boop. |
necessarily-wide-alpaca |
Thanks for filing @jmartinezpoq! I'm not able to reproduce this on PSI. Does it happen every time for you? Where are you making the request from and is it possible that site responds differently based on geo? |
Hi @patrickhulce this happens to us the 95% of the executions. |
This is still failing to us. We are sure that the website is available. |
We have experienced the same using the pagespeed insights website. The error is not present on every run, but it may show up on both mobile and desktop tabs. |
I was able to replicate the @rootman error from the pagespeed insights website.
|
This is resolved now 🎉 Read the summary post mortem in #9902 (comment) |
Hi,
Our lighthouse executions started to fail with the following error.
This is happening in the most of the executions:
{ "error": { "errors": [ { "domain": "lighthouse", "reason": "lighthouseError", "message": "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_ACCESS_DENIED)" } ], "code": 500, "message": "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_ACCESS_DENIED)" } }
We are sure that the website is available, that the total load time is less than 60 seconds and that the lighthouse bot is not black listed.
Steps to reproduce
https://www.googleapis.com/pagespeedonline/v5/runPagespeed?url=https://lolahome.es/puff-trenzado-fibra-beige-28573.html&key=YOURKEY&strategy=mobile&category=accessibility&category=performance&category=pwa&category=best-practices&category=seo
Environment Information
The text was updated successfully, but these errors were encountered: