Issue 424599 in chromium: Failed to load resource: net::ERR_CACHE_MISS error when opening DevTools on PHP pages

259 views
Skip to first unread message

chro...@googlecode.com

unread,
Oct 17, 2014, 11:19:06 AM10/17/14
to chromi...@chromium.org
Status: Unconfirmed
Owner: ----
Labels: Cr-Platform-DevTools Pri-2 Via-Wizard Type-Bug OS-Linux

New issue 424599 by SARMedic...@gmail.com: Failed to load resource:
net::ERR_CACHE_MISS error when opening DevTools on PHP pages
https://code.google.com/p/chromium/issues/detail?id=424599

UserAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like
Gecko) Chrome/38.0.2125.104 Safari/537.36

Steps to reproduce the problem:
1. Load a page (seems to require PHP)
2. Press F12/Ctrl+Shift+C
3. Repeat. Error count should increment.

What is the expected behavior?
DevTools should open cleanly.

What went wrong?
This has started since I updated to 38.0.2125.104. I don't recall which
version I updated from.

Did this work before? Yes Before update to 38.0.2125.104

Chrome version: 38.0.2125.104 Channel: stable
OS Version: Mint 16 (Petra)
Flash Version: Shockwave Flash 15.0 r0

http://stackoverflow.com/questions/26408931/bizarre-error-in-chrome-failed-to-load-resource-neterr-cache-miss

--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

chro...@googlecode.com

unread,
Oct 19, 2014, 10:02:12 PM10/19/14
to chromi...@chromium.org

Comment #3 on issue 424599 by zerkmss: Failed to load resource:
net::ERR_CACHE_MISS error when opening DevTools on PHP pages
https://code.google.com/p/chromium/issues/detail?id=424599

Yet another note: it's reproducible on http://facebook.com in incognito
mode (without any extensions or additional plugins installed)

chro...@googlecode.com

unread,
Oct 19, 2014, 11:15:01 PM10/19/14
to chromi...@chromium.org

Comment #4 on issue 424599 by yaw...@gmail.com: Failed to load resource:
net::ERR_CACHE_MISS error when opening DevTools on PHP pages
https://code.google.com/p/chromium/issues/detail?id=424599

I has this problem recently too.

After google a lot, people say it may be related to php session handler.
So I did some tests, and found that, when response header has a line
called "Cache-Control", like this:
> Cache-Control: no-store, no-cache, must-revalidate, post-check=0,
> pre-check=0
The DevTools will produce this error.

And yes, this header will be send when you call session_start() in php web
page.

The solution is, maybe not correct, prevent php to send the Cache-Control
header, like this:
> session_cache_limiter('none');
> session_start();

chro...@googlecode.com

unread,
Oct 19, 2014, 11:35:19 PM10/19/14
to chromi...@chromium.org

Comment #5 on issue 424599 by yaw...@gmail.com: Failed to load resource:
net::ERR_CACHE_MISS error when opening DevTools on PHP pages
https://code.google.com/p/chromium/issues/detail?id=424599

As @zerkmss said, Facebook home page also has this problem

Attachments:
屏幕快照 2014-10-20 上午10.31.32.png 143 KB

chro...@googlecode.com

unread,
Oct 20, 2014, 11:57:16 AM10/20/14
to chromi...@chromium.org

Comment #6 on issue 424599 by br...@stengaard.eu: Failed to load resource:
net::ERR_CACHE_MISS error when opening DevTools on PHP pages
https://code.google.com/p/chromium/issues/detail?id=424599

The order of actions seems relevant.

If you go to facebook.com with the developer tools already open and ready
for action, the net::ERR_CACHE_MISS doesn't pop up. If you open developer
tools after - it does. (Of course both is done in a newly created Incognito
window.)

chro...@googlecode.com

unread,
Oct 21, 2014, 3:35:01 PM10/21/14
to chromi...@chromium.org

Comment #9 on issue 424599 by tatu9...@gmail.com: Failed to load resource:
net::ERR_CACHE_MISS error when opening DevTools on PHP pages
https://code.google.com/p/chromium/issues/detail?id=424599

Just came across this issue, I though it was something wrong with the code.
Annoying!

chro...@googlecode.com

unread,
Oct 22, 2014, 7:43:57 AM10/22/14
to chromi...@chromium.org

Comment #10 on issue 424599 by ravimal...@gmail.com: Failed to load
resource: net::ERR_CACHE_MISS error when opening DevTools on PHP pages
https://code.google.com/p/chromium/issues/detail?id=424599

I agree with the #7 comment. Same thing is started happening in local
asp.net web forms application as well when I use ajax requests in Version
38.0.2125.104 m. If I opened the application with developers tool open, no
errors. When we close and reopen the error came (don't need to refresh the
page).

chro...@googlecode.com

unread,
Oct 22, 2014, 9:00:02 AM10/22/14
to chromi...@chromium.org
Updates:
Status: Started
Labels: -Via-Wizard -OS-Linux

Comment #11 on issue 424599 by eus...@chromium.org: Failed to load
resource: net::ERR_CACHE_MISS error when opening DevTools on PHP pages
https://code.google.com/p/chromium/issues/detail?id=424599

(No comment was entered for this change.)

chro...@googlecode.com

unread,
Oct 22, 2014, 9:03:04 AM10/22/14
to chromi...@chromium.org

Comment #12 on issue 424599 by eus...@chromium.org: Failed to load
resource: net::ERR_CACHE_MISS error when opening DevTools on PHP pages
https://code.google.com/p/chromium/issues/detail?id=424599

Error message is shown because DevTools can't fetch resource from cache
(without touching network).

chro...@googlecode.com

unread,
Oct 22, 2014, 11:43:12 AM10/22/14
to chromi...@chromium.org

chro...@googlecode.com

unread,
Oct 22, 2014, 1:01:22 PM10/22/14
to chromi...@chromium.org

Comment #14 on issue 424599 by matt.hin...@skykick.com: Failed to load
resource: net::ERR_CACHE_MISS error when opening DevTools on PHP pages
https://code.google.com/p/chromium/issues/detail?id=424599

I am getting this same error on Chrome 38.0.2125.104 with my company's .NET
site as well.

chro...@googlecode.com

unread,
Oct 22, 2014, 1:52:33 PM10/22/14
to chromi...@chromium.org
Updates:
Status: Fixed

Comment #15 on issue 424599 by eus...@chromium.org: Failed to load
resource: net::ERR_CACHE_MISS error when opening DevTools on PHP pages
https://code.google.com/p/chromium/issues/detail?id=424599

(No comment was entered for this change.)

chro...@googlecode.com

unread,
Oct 23, 2014, 5:25:06 AM10/23/14
to chromi...@chromium.org

Comment #16 on issue 424599 by adr...@studentmoneysaver.co.uk: Failed to
load resource: net::ERR_CACHE_MISS error when opening DevTools on PHP pages
https://code.google.com/p/chromium/issues/detail?id=424599

I am still getting the error on Chrome Version 38.0.2125.104 m ;
Has this been pushed to chrome yet?

chro...@googlecode.com

unread,
Oct 23, 2014, 5:58:02 AM10/23/14
to chromi...@chromium.org

Comment #17 on issue 424599 by eus...@chromium.org: Failed to load
resource: net::ERR_CACHE_MISS error when opening DevTools on PHP pages
https://code.google.com/p/chromium/issues/detail?id=424599

This fix will appear in 40.x.y.z versions. Today or tomorrow it should
arrive in dev channel.

chro...@googlecode.com

unread,
Oct 26, 2014, 6:43:40 PM10/26/14
to chromi...@chromium.org

Comment #18 on issue 424599 by i...@toutembal.fr: Failed to load resource:
net::ERR_CACHE_MISS error when opening DevTools on PHP pages
https://code.google.com/p/chromium/issues/detail?id=424599

I have "Version 40.0.2194.2 dev-m (64-bit)" and the bug still occurs, is it
fixed ?

chro...@googlecode.com

unread,
Oct 27, 2014, 12:52:08 AM10/27/14
to chromi...@chromium.org

Comment #19 on issue 424599 by eus...@chromium.org: Failed to load
resource: net::ERR_CACHE_MISS error when opening DevTools on PHP pages
https://code.google.com/p/chromium/issues/detail?id=424599

You should use canary to see the fix.
Use omahaproxy to track when fix is picked up by dev.

chro...@googlecode.com

unread,
Oct 28, 2014, 3:47:39 PM10/28/14
to chromi...@chromium.org

Comment #22 on issue 424599 by evolk...@gmail.com: Failed to load resource:
net::ERR_CACHE_MISS error when opening DevTools on PHP pages
https://code.google.com/p/chromium/issues/detail?id=424599

The error happens for me in my web application which used to work fine in
previous Chrome versions.
1. I disabled all Chrome extensions
2. I use "Cache-Control: no-store, no-cache, must-revalidate" in request
headers.
3. I use websockets a lot.
4. The error does NOT happen always.
5. The error seems to happen more often when I use https vs. http.

chro...@googlecode.com

unread,
Oct 28, 2014, 3:48:39 PM10/28/14
to chromi...@chromium.org

Comment #21 on issue 424599 by evolk...@gmail.com: Failed to load resource:
net::ERR_CACHE_MISS error when opening DevTools on PHP pages
https://code.google.com/p/chromium/issues/detail?id=424599

The error happens for me in my web application which used to work fine in
previous Chrome versions.
1. I disabled all Chrome extensions
2. I use "Cache-Control: no-store, no-cache, must-revalidate" in request
headers.
3. I use websockets a lot.
4. The error does NOT happen always.
5. The error seems to happen more often when I use https vs. http.

chro...@googlecode.com

unread,
Oct 29, 2014, 1:36:43 AM10/29/14
to chromi...@chromium.org

Comment #23 on issue 424599 by eus...@chromium.org: Failed to load
resource: net::ERR_CACHE_MISS error when opening DevTools on PHP pages
https://code.google.com/p/chromium/issues/detail?id=424599

arionho@ this bug is not about actual load failures, but about misleading
error reports. Error message was reported when DevTools tried to fetch
cached version of main resource.

If you experience problem that some resource is not loaded, please file a
new bug report with detailed steps to reproduce.

chro...@googlecode.com

unread,
Oct 29, 2014, 1:39:44 AM10/29/14
to chromi...@chromium.org

Comment #24 on issue 424599 by eus...@chromium.org: Failed to load
resource: net::ERR_CACHE_MISS error when opening DevTools on PHP pages
https://code.google.com/p/chromium/issues/detail?id=424599

evolkov6@ what version of Chrome do you use?
Does net::ERR_CACHE_MISS error appear when you reload site with open
DevTools?

chro...@googlecode.com

unread,
Oct 29, 2014, 11:16:08 AM10/29/14
to chromi...@chromium.org

Comment #25 on issue 424599 by bill.dan...@gmail.com: Failed to load
resource: net::ERR_CACHE_MISS error when opening DevTools on PHP pages
https://code.google.com/p/chromium/issues/detail?id=424599

I'm using Version 38.0.2125.111 m (64-bit), when DevTools is not open and
then I open it, the errors display, but when DevTools is open and I
refresh, the errors do not appear.

chro...@googlecode.com

unread,
Oct 29, 2014, 11:33:05 AM10/29/14
to chromi...@chromium.org

Comment #26 on issue 424599 by eus...@chromium.org: Failed to load
resource: net::ERR_CACHE_MISS error when opening DevTools on PHP pages
https://code.google.com/p/chromium/issues/detail?id=424599

bill.dane.stuff@ Fix is currently available on 40-cancary and 40-dev
versions.

chro...@googlecode.com

unread,
Oct 30, 2014, 5:01:19 AM10/30/14
to chromi...@chromium.org

Comment #28 on issue 424599 by www.jabl...@gmail.com: Failed to load
resource: net::ERR_CACHE_MISS error when opening DevTools on PHP pages
https://code.google.com/p/chromium/issues/detail?id=424599

I've got the same problem on 38.0.2125.111 m (WinXP) on my website after
update... horrible

chro...@googlecode.com

unread,
Oct 30, 2014, 5:13:21 AM10/30/14
to chromi...@chromium.org

Comment #29 on issue 424599 by www.jabl...@gmail.com: Failed to load
resource: net::ERR_CACHE_MISS error when opening DevTools on PHP pages
https://code.google.com/p/chromium/issues/detail?id=424599

Second one problem with 38.0.2125.111 m page is scrolled to top after
sending form by ajax. Even in Canary version (!). Previously version was
working fine. It's time to go back to Firefox?

chro...@googlecode.com

unread,
Nov 5, 2014, 6:33:03 AM11/5/14
to chromi...@chromium.org

Comment #33 on issue 424599 by ad...@sinkolas.com: Failed to load resource:
net::ERR_CACHE_MISS error when opening DevTools on PHP pages
https://code.google.com/p/chromium/issues/detail?id=424599

I spent 3 hours trying to solve this "in my code"... shit.


Versión 38.0.2125.111 m

Google Chrome está actualizado.

Any update to solve this?

chro...@googlecode.com

unread,
Nov 6, 2014, 5:14:36 PM11/6/14
to chromi...@chromium.org

Comment #35 on issue 424599 by eus...@chromium.org: Failed to load
resource: net::ERR_CACHE_MISS error when opening DevTools on PHP pages
https://code.google.com/p/chromium/issues/detail?id=424599

cdambrosio_723@ does it work without devtools? If no, then you should
create another issue.

chro...@googlecode.com

unread,
Nov 7, 2014, 2:56:53 PM11/7/14
to chromi...@chromium.org

Comment #36 on issue 424599 by bro...@toyoursuccess.com: Failed to load
resource: net::ERR_CACHE_MISS error when opening DevTools on PHP pages
https://code.google.com/p/chromium/issues/detail?id=424599

When will Chrome 40 be released publicly to fix this issue? At least to
beta? Is there a place that has a release timeline?

chro...@googlecode.com

unread,
Nov 7, 2014, 3:02:53 PM11/7/14
to chromi...@chromium.org

Comment #37 on issue 424599 by eus...@chromium.org: Failed to load
resource: net::ERR_CACHE_MISS error when opening DevTools on PHP pages
https://code.google.com/p/chromium/issues/detail?id=424599

Here is release calendar: http://www.chromium.org/developers/calendar

chro...@googlecode.com

unread,
Nov 7, 2014, 3:05:53 PM11/7/14
to chromi...@chromium.org

Comment #38 on issue 424599 by bro...@toyoursuccess.com: Failed to load
resource: net::ERR_CACHE_MISS error when opening DevTools on PHP pages
https://code.google.com/p/chromium/issues/detail?id=424599

Thanks!

chro...@googlecode.com

unread,
Nov 7, 2014, 5:58:15 PM11/7/14
to chromi...@chromium.org

Comment #39 on issue 424599 by cow...@bbs.darktech.org: Failed to load
resource: net::ERR_CACHE_MISS error when opening DevTools on PHP pages
https://code.google.com/p/chromium/issues/detail?id=424599

Why is issue 429851 (mention in comment #31) returning HTTP 403? Is this
security-related all of a sudden?

chro...@googlecode.com

unread,
Nov 7, 2014, 8:40:00 PM11/7/14
to chromi...@chromium.org
Updates:
Labels: -Needs-Feedback

Comment #40 on issue 424599 by eus...@chromium.org: Failed to load
resource: net::ERR_CACHE_MISS error when opening DevTools on PHP pages
https://code.google.com/p/chromium/issues/detail?id=424599

We had some security considerations and network log (containing private
chunks) provided by user is attached to this bug.

Actually, fetch failure in issue 429851 is caused by antivirus activity.

chro...@googlecode.com

unread,
Nov 8, 2014, 11:08:06 AM11/8/14
to chromi...@chromium.org

Comment #41 on issue 424599 by sandrope...@gmail.com: Failed to load
resource: net::ERR_CACHE_MISS error when opening DevTools on PHP pages
https://code.google.com/p/chromium/issues/detail?id=424599

Im save my projects with notepad++ in option 'Format - UTF-8 (without BOM)'
and i solve this problem

Obs: sorry about my bad english

chro...@googlecode.com

unread,
Nov 13, 2014, 5:43:10 AM11/13/14
to chromi...@chromium.org

Comment #42 on issue 424599 by alex.fan...@gmail.com: Failed to load
resource: net::ERR_CACHE_MISS error when opening DevTools on PHP pages
https://code.google.com/p/chromium/issues/detail?id=424599

Come on guys!! Its a annoying error PLEASE FIX IT !!!!!!!!!

chro...@googlecode.com

unread,
Nov 13, 2014, 6:07:05 AM11/13/14
to chromi...@chromium.org

Comment #43 on issue 424599 by eus...@chromium.org: Failed to load
resource: net::ERR_CACHE_MISS error when opening DevTools on PHP pages
https://code.google.com/p/chromium/issues/detail?id=424599

Hello, Alex.

Could you describe the problem you are asking to fix?

chro...@googlecode.com

unread,
Nov 13, 2014, 3:21:22 PM11/13/14
to chromi...@chromium.org

Comment #44 on issue 424599 by aydincav...@gmail.com: Failed to load
resource: net::ERR_CACHE_MISS error when opening DevTools on PHP pages
https://code.google.com/p/chromium/issues/detail?id=424599

Please fix it!

Attachments:
Снимок.PNG 222 KB

chro...@googlecode.com

unread,
Nov 13, 2014, 3:44:21 PM11/13/14
to chromi...@chromium.org

Comment #45 on issue 424599 by cow...@bbs.darktech.org: Failed to load
resource: net::ERR_CACHE_MISS error when opening DevTools on PHP pages
https://code.google.com/p/chromium/issues/detail?id=424599

Alex,

Please take 30 seconds to actually read the discussion thread. This error
message is already fixed (in version 40) and it is also a harmless error
message (see comment 23).

chro...@googlecode.com

unread,
Nov 14, 2014, 12:51:59 AM11/14/14
to chromi...@chromium.org

Comment #46 on issue 424599 by eus...@chromium.org: Failed to load
resource: net::ERR_CACHE_MISS error when opening DevTools on PHP pages
https://code.google.com/p/chromium/issues/detail?id=424599

To aydincavadli@.

Just checked ToT on http://www.iconspedia.com/.

Console is clear, no errors at all. Please use canary build and make sure
that extensions do not skew results (use clean profile).

chro...@googlecode.com

unread,
Nov 14, 2014, 11:21:19 AM11/14/14
to chromi...@chromium.org

Comment #47 on issue 424599 by Imran1...@gmail.com: Failed to load
resource: net::ERR_CACHE_MISS error when opening DevTools on PHP pages
https://code.google.com/p/chromium/issues/detail?id=424599

Please help. I need something more than versions. Please look at the
picture I shared. I have tried every single suggestions available at Google
search. I have uninstalled chrome and installed the newer version. But the
problem is still there. Please take a look at the picture and suggest me.

Attachments:
pro.png 93.9 KB

chro...@googlecode.com

unread,
Nov 16, 2014, 7:30:03 AM11/16/14
to chromi...@chromium.org

Comment #49 on issue 424599 by erd...@googlemail.com: Failed to load
resource: net::ERR_CACHE_MISS error when opening DevTools on PHP pages
https://code.google.com/p/chromium/issues/detail?id=424599

Hi,

what is happening, one of the world largest and reputablest companies >
GOOGLE, is it broke??? No one there to explain this issue/error???

We are still waiting of feedback, how to solve this shit!

Please have look to acttachted images.

Regards

Attachments:
Screen_SSL_Error_2.jpg 278 KB
Screen_SSL_Error_3.jpg 77.2 KB

chro...@googlecode.com

unread,
Nov 16, 2014, 3:14:16 PM11/16/14
to chromi...@chromium.org

Comment #50 on issue 424599 by erd...@googlemail.com: Failed to load
resource: net::ERR_CACHE_MISS error when opening DevTools on PHP pages
https://code.google.com/p/chromium/issues/detail?id=424599

Hey,

we lost money, customers, time and nerv. Our sales are going down hour to
hour...

I understand on desktop version but what is with app on mobile?

chro...@googlecode.com

unread,
Nov 16, 2014, 3:17:56 PM11/16/14
to chromi...@chromium.org

Comment #51 on issue 424599 by zerkmss: Failed to load resource:
net::ERR_CACHE_MISS error when opening DevTools on PHP pages
https://code.google.com/p/chromium/issues/detail?id=424599

@50,

if the padlock sign is yellow - there is something wrong with your
certificate. And it's not possible to tell what exactly is wrong since you
didn't provide and information about your deployment.

Instead of blaming Google just hire a real system administrator/devop who
can configure it properly.

chro...@googlecode.com

unread,
Nov 16, 2014, 4:21:16 PM11/16/14
to chromi...@chromium.org

Comment #52 on issue 424599 by erd...@googlemail.com: Failed to load
resource: net::ERR_CACHE_MISS error when opening DevTools on PHP pages
https://code.google.com/p/chromium/issues/detail?id=424599

@zerkmss

I know what is/mean yellow padlock, my certificate is OK completely, see
1st pic post #49 that is desktop version, and same site on mobile (chrome
app 39.XX) 2nd pic see even post #49.

If a real Google developer ask me ı will gladly tell all details.

Who are you, Developer as well as Supporter? You have any solution? OR are
you BORED?

chro...@googlecode.com

unread,
Nov 16, 2014, 4:27:08 PM11/16/14
to chromi...@chromium.org

Comment #53 on issue 424599 by zerkmss: Failed to load resource:
net::ERR_CACHE_MISS error when opening DevTools on PHP pages
https://code.google.com/p/chromium/issues/detail?id=424599

@52,

> You have any solution?

Provide a link to your site first, it's not possible to give an answer for
the question not asked.

chro...@googlecode.com

unread,
Nov 18, 2014, 12:10:02 PM11/18/14
to chromi...@chromium.org

Comment #54 on issue 424599 by r...@robwu.nl: Failed to load resource:
net::ERR_CACHE_MISS error when opening DevTools on PHP pages
https://code.google.com/p/chromium/issues/detail?id=424599

Issue 433676 has been merged into this issue.

chro...@googlecode.com

unread,
Nov 18, 2014, 12:40:06 PM11/18/14
to chromi...@chromium.org

Comment #55 on issue 424599 by SARMedic...@gmail.com: Failed to load
resource: net::ERR_CACHE_MISS error when opening DevTools on PHP pages
https://code.google.com/p/chromium/issues/detail?id=424599

@erdoko
>> I know what is/mean yellow padlock, my certificate is OK completely, see
>> 1st pic post #49 that is desktop version, and same site on mobile >>
>> (chrome app 39.XX) 2nd pic see even post #49.

First, the certificate may be fine. The yellow padlock can also occur
because you're including non-HTTPS resources on an HTTPS page. Go ask on
StackOverflow, or hire someone. This is a bug report for a specific issue,
not a place to badger people into helping you with all your technical
issues. Try StackOverflow.


>> If a real Google developer ask me ı will gladly tell all details.
>> Who are you, Developer as well as Supporter? You have any solution? OR
>> are you BORED?
No Google developer (or any developer, for that matter), is going to
personally respond to your (unrelated) complaints on here, espicially when
you're being a dick.


>> We are still waiting of feedback, how to solve this shit!
The solution was posted several weeks before you came on here. Read first,
then open your mouth:

https://code.google.com/p/chromium/issues/detail?id=424599#c12
https://code.google.com/p/chromium/issues/detail?id=424599#c23
https://code.google.com/p/chromium/issues/detail?id=424599#c26
https://code.google.com/p/chromium/issues/detail?id=424599#c37

and so on....

chro...@googlecode.com

unread,
Nov 18, 2014, 10:30:12 PM11/18/14
to chromi...@chromium.org

Comment #56 on issue 424599 by LazyGuyM...@gmail.com: Failed to load
resource: net::ERR_CACHE_MISS error when opening DevTools on PHP pages
https://code.google.com/p/chromium/issues/detail?id=424599

I am seeing a similar error, but this is on YouTube and only happens upon
clicking the "share your thoughts" field.

Attachments:
Screen Shot 2014-11-18 at 6.25.14 PM.png 233 KB

chro...@googlecode.com

unread,
Nov 19, 2014, 1:28:51 AM11/19/14
to chromi...@chromium.org

Comment #57 on issue 424599 by eus...@chromium.org: Failed to load
resource: net::ERR_CACHE_MISS error when opening DevTools on PHP pages
https://code.google.com/p/chromium/issues/detail?id=424599

Hello, LazyGuyMedia@

This one looks different. On YouTube site can I see a lot of error messages
when:

1) AdBlock extension works (BLOCKED_BY_CLIENT), or

2) I'm not logged in (403 FORBIDDEN)

While (1) is expected, (2) seems to be a YouTube bug.

You should "Send Feedback" on YouTube site.

chro...@googlecode.com

unread,
Nov 21, 2014, 11:31:40 PM11/21/14
to chromi...@chromium.org

Comment #58 on issue 424599 by Ananikya...@gmail.com: Failed to load
resource: net::ERR_CACHE_MISS error when opening DevTools on PHP pages
https://code.google.com/p/chromium/issues/detail?id=424599

I resolved so
Try one of this:

header_remove('Cache-Control'); for PHP 5 >= 5.3.0
or
header('Cache-Control:none');

chro...@googlecode.com

unread,
Nov 25, 2014, 2:19:41 PM11/25/14
to chromi...@chromium.org

Comment #59 on issue 424599 by elan7aa...@gmail.com: Failed to load
resource: net::ERR_CACHE_MISS error when opening DevTools on PHP pages
https://code.google.com/p/chromium/issues/detail?id=424599

Hey, chromium devs! Why won't you allow to filter errors: javascripts /
network / .... ? Would make everyone's life easier (yours including lol) in
cases like this

chro...@googlecode.com

unread,
Nov 26, 2014, 3:39:25 AM11/26/14
to chromi...@chromium.org

Comment #60 on issue 424599 by eus...@chromium.org: Failed to load
resource: net::ERR_CACHE_MISS error when opening DevTools on PHP pages
https://code.google.com/p/chromium/issues/detail?id=424599

Here is nice "Hide Network Messages" checkbox in console filters that hides
all those errors,...

chro...@googlecode.com

unread,
Jan 21, 2015, 1:23:54 PM1/21/15
to chromi...@chromium.org

Comment #61 on issue 424599 by kevinchr...@gmail.com: Failed to load
resource: net::ERR_CACHE_MISS error when opening DevTools on PHP pages
https://code.google.com/p/chromium/issues/detail?id=424599

everything i've seen in ERR_CASHE is user error.
slayerwulfe cave

chro...@googlecode.com

unread,
Jan 25, 2015, 3:34:31 PM1/25/15
to chromi...@chromium.org

Comment #62 on issue 424599 by tarun.lu...@gmail.com: Failed to load
resource: net::ERR_CACHE_MISS error when opening DevTools on PHP pages
https://code.google.com/p/chromium/issues/detail?id=424599

Hi Guys,

I have Chrome version 40.0.2214.89 in my device. Still its creating issues.
"net::ERR_CACHE_MISS"

I am using Corona SDK to make app.

Please suggest how to solve this issue. Its urgent.

chro...@googlecode.com

unread,
Jan 28, 2015, 9:12:53 AM1/28/15
to chromi...@chromium.org

Comment #63 on issue 424599 by akger1...@gmail.com: Failed to load
resource: net::ERR_CACHE_MISS error when opening DevTools on PHP pages
https://code.google.com/p/chromium/issues/detail?id=424599

Solution for me: Disable the bookmark toolbar
=============================================

same error for me since I updated my lubuntu system. chromium won't execute
my javascript anymore after the my script fired an ajax request.
after closing the tab and open a new one, then press F12 the console showed
log messages like the following:

"error: Failed to load resource: net::ERR_FAILED
chrome-search://thumb/https://launchpad.net/"

Because the log message contained the word "thumb" I disabled my
bookmark-toolbar and then the error disappeared.

chromium: 40.0.2214.85 Ubuntu 14.04 (64-bit)

chro...@googlecode.com

unread,
Mar 26, 2015, 12:42:02 PM3/26/15
to chromi...@chromium.org

Comment #65 on issue 424599 by ghoshsur...@gmail.com: Failed to load
resource: net::ERR_CACHE_MISS error when opening DevTools on PHP pages
https://code.google.com/p/chromium/issues/detail?id=424599

I am having the same error while an online transaction. The payment method
struck in between but my account balance had been deduced. Resolve it.

chro...@googlecode.com

unread,
Apr 4, 2015, 8:56:45 PM4/4/15
to chromi...@chromium.org

Comment #66 on issue 424599 by igmmahan...@gmail.com: Failed to load
resource: net::ERR_CACHE_MISS error when opening DevTools on PHP pages
https://code.google.com/p/chromium/issues/detail?id=424599

I am having some error but it has been solved now

chro...@googlecode.com

unread,
Jun 3, 2015, 6:45:00 AM6/3/15
to chromi...@chromium.org

Comment #67 on issue 424599 by adriaa...@gmail.com: Failed to load
resource: net::ERR_CACHE_MISS error when opening DevTools on PHP pages
https://code.google.com/p/chromium/issues/detail?id=424599

session_cache_limiter('none');

this fixed it for me

chro...@googlecode.com

unread,
Jun 28, 2015, 11:09:17 AM6/28/15
to chromi...@chromium.org

Comment #69 on issue 424599 by frpasion...@gmail.com: Failed to load
resource: net::ERR_CACHE_MISS error when opening DevTools on PHP pages
https://code.google.com/p/chromium/issues/detail?id=424599

At #49 same my question at apps. in mobile not in laptop. Please solve my
problem?

chro...@googlecode.com

unread,
Aug 10, 2015, 11:04:44 AM8/10/15
to chromi...@chromium.org

Comment #70 on issue 424599 by ruturaj....@gmail.com: Failed to load
resource: net::ERR_CACHE_MISS error when opening DevTools on PHP pages
https://code.google.com/p/chromium/issues/detail?id=424599

I too getting the same error "Failed to load resource: net::ERR_CACHE_MISS"
in spite of the version updated to 44.0.2403.130.
Could anyone please tell me how this can be tackle?? Any workaround for
this?

chro...@googlecode.com

unread,
Dec 6, 2015, 9:47:48 AM12/6/15
to chromi...@chromium.org

Comment #71 on issue 424599 by inchaiya...@gmail.com: Failed to load
resource: net::ERR_CACHE_MISS error when opening DevTools on PHP pages
https://code.google.com/p/chromium/issues/detail?id=424599

"1

chro...@googlecode.com

unread,
Jan 26, 2016, 12:07:38 AM1/26/16
to chromi...@chromium.org

Comment #73 on issue 424599 by sianvun...@gmail.com: Failed to load
resource: net::ERR_CACHE_MISS error when opening DevTools on PHP pages
https://code.google.com/p/chromium/issues/detail?id=424599

Nothing
Reply all
Reply to author
Forward
0 new messages