Page 1 of 1

Bizzare issue after clearing data in Firefox 3.6

Posted: February 4th, 2010, 4:12 pm
by Moredhel
Version: 0.5.0 RC3
OS: Windows 7 Ent x64
Install-type: Windows Installer
Skin (if applicable): Plush
Firewall Software: None
Are you using IPV6? No
Is the issue reproducible? Yes

I'm not sure if this is the browser at fault, the software or a combination of both. After using sab without issue, if I empty out the cache / cookies and re-open the browser. Plush shows without CSS or Javascript. however if I look at it in a different browser it's fine. When I restart sab it's still broken in Firefox, but when I set the theme back to the default then back to Plush again it's fine.

Here's the request for the CSS. The response is 34KB which seems right, and when I browse to the CSS file it's fine. However Firefox claims there's no CSS rules to apply.

Code: Select all

Request Headers

GET /sabnzbd/static/stylesheets/plush-default.css?0.5.0RC3 HTTP/1.1
Host: localhost:8080
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.2) Gecko/20100115 Firefox/3.6
Accept: text/css,*/*;q=0.1
Accept-Language: en-gb,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://localhost:8080/sabnzbd/
Cookie: session_id=d149f21ec5dd28ed63ea363c3db7bb3fdae80bb5
If-Modified-Since: Wed, 20 Jan 2010 15:07:28 GMT
Cache-Control: max-age=0

Response Headers

HTTP/1.1 304 Not Modified
Date: Thu, 04 Feb 2010 21:00:44 GMT
Server: CherryPy/3.2.0
Set-Cookie: session_id=8c78989df6cffa82449e54039f04459cbcebae08; expires=Thu, 04 Feb 2010 22:00:44 GMT; Path=/


Re: Bizzare issue after clearing data in Firefox 3.6

Posted: February 4th, 2010, 4:19 pm
by shypike
Sounds very much like a browser problem.
Does it help when you restart the browser?

Re: Bizzare issue after clearing data in Firefox 3.6

Posted: February 4th, 2010, 5:38 pm
by Moredhel
No, that makes no difference.

Interestingly another way I've found of fixing it is by browsing to http://localhost:8080/ instead of http://localhost:8080/sabnzbd/

The latter works before the clear but not afterwards, while the former works all the time. I'll just update my link to that instead. :)