question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Doubt with ERR_BLOCKED_BY_CLIENT

See original GitHub issue

Hi i have a doubt about the error:

"error": { "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_BLOCKED_BY_CLIENT)",

It is not the first time that i get this error but is the first time that i get the details ERR_BLOCKED_BY_CLIENT

The thing that blows my mind is that im only getting this error when i check the desktop version via API checking all the categories If i check mobile version the request works fine

https://www.googleapis.com/pagespeedonline/v5/runPagespeed?url=https://www.primor.eu/&key=MYAPIKEY&strategy=desktop&category=accessibility&category=performance&category=pwa&category=best-practices&category=seo

Trying to debug i found that this error only happen in desktop with the category PWA

Any idea was this is happening? And what ERR_BLOCKED_BY_CLIENT means?

Thanks!

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:13 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
patrickhulcecommented, Aug 25, 2020

@nhoizey #2784 is about documenting all of the ways that the page can fail to load, a never-ending problem. ERR_BLOCKED_BY_CLIENT is one of these ways that was the root of this issue.

0reactions
paulirishcommented, Mar 5, 2021

The root cause was that the page has ~35 frames (from doubleclickads). Apparently we had a rendering budget of less than that. We’ll have a fix out in the coming weeks (whenever our next LR release is).

it came out (back ~march 2020)

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Solve ERR_BLOCKED_BY_CLIENT
An ERR_BLOCKED_BY_CLIENT error is commonly caused due to one of the extensions installed on the browser. Learn more about how to solve this ......
Read more >
I am getting Failed to load resource net ERR BLOCKED BY ...
I am getting Failed to load resource net ERR BLOCKED BY CLIENT with Google chrome ... I am able to see a white...
Read more >
Why aren't error constants stored as objects ...
So is there any con to storing constants as objects? I am highly considering it for my node.js/javascript based projects.
Read more >
I can't get visual labeling (web) to work. Why?
Step 3: If you see red error messages like this: Failed to load resource: net::ERR_BLOCKED_BY_CLIENT along with a reference to cdn.heapanalytics.com ...
Read more >
4 Ways to Fix the “Failed to Load Resource: net
Third-party tools may be the reason for the “ERR_BLOCKED_BY_CLIENT” error, but they may also be the solution. Many users choose to take ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found