ERR_QUIC_PROTOCOL_ERROR - google-chrome

My website often (not every time) displays blank page (only in Chrome).
Console show error:
Failed to load resource: net::ERR_QUIC_PROTOCOL_ERROR
Also, check this video: https://adobe.ly/2nFZadN
I know that I can fix in Chrome preferences, but how to fix it for my visitors?

Related

Webpage timing out on resource that isn't included in HTML

I am building a simple webpage (http://www.riffomonas.org/reproducible_research/) using Jekyll that is taking a long time to load on Safari. On Firefox and Chrome it loads instantly. In Safari, when I go in to the Web Inspector, it has two errors. The first...
Failed to load resource: The request timed out
The resource it was trying to get is http://api.pubpeer.com/v2/pubposts?filter=doi&devkey=PubMedSafari.
The second...
TimeoutError (DOM Exception 23): The operation timed out.
It's indicating that it was trying to access PP.js
The weird thing to me is that neither the API link or the Javascript are referenced in the code or the rendered HTML.
Any suggestions?
It turns out that the problem was the PubPeer Safari extension, which they are no longer supporting. Once I removed the extension everything worked great.

view-source in href shows error in console

Click Me
This used to work as a valid href attribute but it seems in the past few months it now shows an error in the console (I'm using Chrome):
Not allowed to load local resource: view-source: http://stackoverflow.com
I found some links from 2013 where this was once a bug in Chrome but said it was fixed.
Could someone point me to an authoritative source that can explain why this no longer works? I assume that this is security by the browser and not an angular issue (since view-source is whitelisted and used to work)
Looks like Chrome and Firefox (at least) disabled this within the past year or so
I found this thread, and these release notes explaining why and provides a timeline as to when the change took place.
Related StackOverflow question: File URL "Not allowed to load local resource" in the Internet Browser
Chrome responds with the "Not allowed to load local resource:" as a security protocol. I'm not sure why this used to work, but not now, though there is no real way around this unless web-security is disabled. There may be a different outcome on other browsers, but ultimately you are correct in thinking that it's Chrome's security.
The reason is that Chrome tries to preload URLs in background, to speed up your browsing experience.
If you open the DevTools after loading the page, the content of the items listed on the Resources tab may not be populated. This is also true of network requests on the Network tab. To see the fully populated resources on the Resources tab, first open the DevTools, then refresh the page, or navigate to the desired page with the DevTools open. Now select the html resource and it should be populated.

Script blocked due to mime type mismatch

It was reported to me this morning that one our marketo landing pages was not displaying properly in IE. When I checked the page none of the css or js was loading, so it's pretty much an empty page with a few images.
Link to landing page
Using dev tools in IE I noticed the error:
SEC7112: Script from http://pages.vistex.com/js/forms2/polyfills/placeholder/placeholder.css was blocked due to mime type mismatch
I'm using IE9 the browser seems to go into IE 9 Compatibility View with IE7 Standards. We do have a group policy forcing compatibility view on our domain on our network.
Could this just be an internal network error? Or is this error firing for all users. I was able to check the page in IE11 off our network and it looks fine.

Google Chrome "loading" page indefinitely

I have a page - quite complex, lots of resources etc.. but it all loads without problems.
However, Google Chrome shows that little "loading" animation in the tab, and there's the "Waiting for (IP)..." bubble in bottom left of the page.
Everything is loaded, as confirmed by developer tools.
Sometimes, I get this in Console, but not always:
Failed to load resource: net::ERR_NETWORK_CHANGED
Failed to load resource: net::ERR_CACHE_MISS
Firefox loads it without problem.
What can be the problem?
(sorry, it's on intranet and I'm not allowed to make it accessible - so just in case you encountered similar issue)

google chrome console "Failed to load resource" problems

I have a page and when I open it in google chrome and see in the console of the debugging tool, I get the following message as shown in the picture.
I do not have those four .gif images and I do not need them too but from where and how am I getting this error message? I have NOT used those four images in any of my code but still getting those message, I could not understand.
Any suggestions?
Check your CSS. They are likely getting loaded there.
Don't forget to check browser add-ons and plugins. Some of them works in background and produce some errors the browser shows you in the console.