jbrozenick / httpfox

Automatically exported from code.google.com/p/httpfox
GNU General Public License v2.0
0 stars 0 forks source link

"Content" tab issues NS_ERROR_DOCUMENT_NOT_CACHED on all POST/GET in nightly FF3 builds : ( #20

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Get the Firefox 3 Nightly build (tested with Gecko/2008051006)
2. Run any POST or GET request
3.

What is the expected output? What do you see instead?
expected the "Content" tab to display the responseXML/responseText, it
displays "Error loading content (NS_ERROR_DOCUMENT_NOT_CACHED)"

What version of the product are you using? On what operating system?
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9pre) Gecko/2008051006
Minefield/3.0pre

Please provide any additional information below.
hopwe this is an easy fix :) very sad to have found it to replace bulky
Firebug to find out it doesnt work :(.

Original issue reported on code.google.com by leeon...@gmail.com on 10 May 2008 at 6:47

GoogleCodeExporter commented 9 years ago
please check the following firefox preferences: (this can be done with the
"about:config" url)

1) browser.cache.disk.enable
make sure this is set to "true" (default: true)

2) browser.cache.memory.enable
make sure this is set to "true" (default: true)

3) network.http.use-cache
make sure this is set to "true" (default: true)

4) browser.cache.disk_cache_ssl
setting this to "true" should help getting the content of https requests. it is
deactivated by default for security reasons. (default: false)
(see http://kb.mozillazine.org/Browser.cache.disk_cache_ssl)

Original comment by pappkame...@gmail.com on 12 May 2008 at 10:55

GoogleCodeExporter commented 9 years ago
I am using the Web Developer add-on and had its Disable Caching option turned 
on,
which was the reason these settings were user configured rather than at the 
defaults,
so watch for that.

Original comment by orsonbra...@gmail.com on 5 Dec 2008 at 4:02

GoogleCodeExporter commented 9 years ago

Original comment by pappkame...@gmail.com on 23 Dec 2008 at 8:29

GoogleCodeExporter commented 9 years ago
Hi, I've had the same happening for a long while. I checked those variables and 
they
are all set to true (except the ssl one)

Original comment by hikaritokyo on 8 Feb 2009 at 2:49

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I have the same problem here. It worked for a long time, but now it doesnt work
anymore, i dont know why.

I checked the cache options as pappkamerad said, they are all true except the 
ssl one.

Im using FF 3.0.11

Original comment by ramar...@gmail.com on 22 Jul 2009 at 7:46

GoogleCodeExporter commented 9 years ago
I too face the same problem with Firefox 3.5.5. I have all the options set as
mentioned above.

Original comment by jeenuv@gmail.com on 22 Nov 2009 at 4:29

GoogleCodeExporter commented 9 years ago
Same as jeenuv - I'm running 3.5.5 and made the requested configuration 
settings. 
Still seeing: 
    Error loading content (NS_ERROR_DOCUMENT_NOT_CACHED)

Original comment by RobertMc...@Outlook.com on 26 Nov 2009 at 8:42

GoogleCodeExporter commented 9 years ago
Add me to this long list of people... This happens for any jQuery AJAX call 
with me.

Original comment by hismight...@gmail.com on 4 Jan 2010 at 4:15

GoogleCodeExporter commented 9 years ago
Guys, have you tried steps described by pappkamerad in Comment 1?
They helped for me.

Thank you pappkamerad!

Original comment by 9oo...@gmail.com on 12 Jan 2010 at 6:15

GoogleCodeExporter commented 9 years ago
I have looked at those settings, and they are all still at their defaults as
described in Comment #1.

Original comment by hismight...@gmail.com on 19 Jan 2010 at 2:17

GoogleCodeExporter commented 9 years ago
Yep, agree, it is reproduced for me too sometimes.
I've checked the settings and they all have default values but still receiving 
the
same error. FF 3.0.17

Original comment by 9oo...@gmail.com on 20 Jan 2010 at 1:14

GoogleCodeExporter commented 9 years ago
 I have also geting same error. Anyone have any solution

Original comment by chetan.a...@gmail.com on 19 Feb 2010 at 12:20

GoogleCodeExporter commented 9 years ago
Where I'm seeing this happen is with jQuery as it receives an ajax result which
immediately triggers a redirect based on that ajax result before the browser 
gets
time to acknowledge the response and have it passed to the browser for 
rendering. 
Example: a login-form passed by ajax-post which responds with 'success' so 
jQuery
triggers a move to the next page.

Firefox 3.6.3, HttpFox 0.8.4

Original comment by westl...@gmail.com on 3 May 2010 at 1:32

GoogleCodeExporter commented 9 years ago
I too am having the same issue, has anyone found a solution to this yet?

Happens on normal form submissions, and with jQuery as well. Works sometimes, 
but just freezes most of the time...

Original comment by princeam...@gmail.com on 3 Mar 2011 at 10:10

GoogleCodeExporter commented 9 years ago
Same error here

Original comment by rcharne...@gmail.com on 24 Apr 2011 at 8:23

GoogleCodeExporter commented 9 years ago
Same issue i am facing. Working well with chrome and ie. But Mozilla 3.6.3 is 
creating the same error as mentioned above

Original comment by saurabpa...@gmail.com on 1 Jul 2011 at 5:31

GoogleCodeExporter commented 9 years ago
I do encounter this error after downloads followed by HTTP post requests even 
on Firefox installations without HttpFox. Hence, I think it is not a error of 
HttpFox but of Firefox.

I had been sporadically encountering this error since Firefox 3, but 
regularly/always since Firefox 8 or 9 (not sure). I am using Firefox 10.0.2 at 
the moment.

Original comment by webmas...@siomec.de on 10 Mar 2012 at 12:51

GoogleCodeExporter commented 9 years ago
Hi,

I've a same problem with Firefox ESR 24.3.0 and Http Fox 0.8.12.

Anyone have any solution

Original comment by charfi.b...@gmail.com on 25 Apr 2014 at 8:01