Page 1 of 1
layout not what it supposed to be
Posted: April 2nd, 2016, 1:48 am
by pengocha
Hi all, i recently updated sabnzb but after that it was unusable to me. The layout which i had before (plush) is completely gone and is replaced by a weird looking white one which is pretty much useless. This happens on multiple browsers (i tried firefox and chrome) and also on toher devices like my android cell phone. I uninstalled, deleted folder from appdata, reinstalled but still no luck. I attached a screenshot of my home screen after the setup wizard for more detail. Thx for your help !
http://imgbox.com/1FxvUdaC
Re: layout not what it supposed to be
Posted: April 2nd, 2016, 4:13 am
by safihre
Which OS are you on? Windows?
Seems something is not getting loaded properly of the style files. Try again removing it and removing then also the SABnzbd folder from Program Files.
If you still get this, could you right click in the browser on this weird page and click "Inspect Element". Then click Console, if it doesn't pop up right away.
Hopefully it will show some error message.
Re: layout not what it supposed to be
Posted: April 2nd, 2016, 9:10 am
by pengocha
I'm on windows 7. after deleting all folders and reinstall still the same thing, console did however gave an output:
in chrome:
Code: Select all
(index):123 'SVGElement.offsetWidth' is deprecated and will be removed in M50, around April 2016. See https://www.chromestatus.com/features/5724912467574784 for more details.
(index):123 'SVGElement.offsetHeight' is deprecated and will be removed in M50, around April 2016. See https://www.chromestatus.com/features/5724912467574784 for more details.
in firefox (sorry it's in dutch)
Code: Select all
Het stijlblad http://127.0.0.1:8080/sabnzbd/static/bootstrap/css/bootstrap.min.css?p=5720 werd niet geladen, omdat het MIME-type ervan, ‘application/x-css’, niet ‘text/css’ is. sabnzbd
Het stijlblad http://127.0.0.1:8080/sabnzbd/static/stylesheets/glitter.css?p=5720 werd niet geladen, omdat het MIME-type ervan, ‘application/x-css’, niet ‘text/css’ is. sabnzbd
Het stijlblad http://127.0.0.1:8080/sabnzbd/static/stylesheets/glitter.mobile.css?p=5720 werd niet geladen, omdat het MIME-type ervan, ‘application/x-css’, niet ‘text/css’ is. sabnzbd
mutating the [[Prototype]] of an object will cause your code to run very slowly; instead create the object with the correct initial [[Prototype]] value using Object.create sabnzbd:155:449
Gebruik van Mutation Events wordt niet meer ondersteund. Gebruik in plaats daarvan MutationObserver.
Re: layout not what it supposed to be
Posted: April 2nd, 2016, 9:19 am
by safihre
Very strange, this hasn't happened to any of the other users. Do you have any special antivirus or firewall software? It is blocking the styles for some reason.
Maybe try to switch the skin to Plush?
You can get to the config via
http://127.0.0.1:8080/sabnz/config
Hopefully that one still looks fine!
Re: layout not what it supposed to be
Posted: April 2nd, 2016, 10:52 am
by pengocha
Nope just security essentials. I had something similar before with couchpotato, same kind of page at startup. Never found a solution so ended up abandonning it, don't wanna do the same with sabnzb though. Can't change skin btw, a lot of options but no skin selection.
Re: layout not what it supposed to be
Posted: April 2nd, 2016, 11:52 am
by pengocha
Ok quick follow up, found the skin selection box, was set to plush so took other skin and restarted, no change. However
http://127.0.0.1:8080/sabnzbd/ gives me the weird layout but when i open your link from the post above in a new tab the layout is ok but when i copy/paste the link layout is gone again. Also the options and config pages are still the same weird layout .
Re: layout not what it supposed to be
Posted: April 2nd, 2016, 2:01 pm
by safihre
Wait, so what is the URL in the browser when the skin does look right?
I see now that there was a typo in my link above (auto correct on phone

), so interesting that this would work.
I just verified that the MIME type is indeed served as text/css. So it is very strange that this is not the case for your setup, there's something unique about your setup that makes it confused.. But what.
Re: layout not what it supposed to be
Posted: April 2nd, 2016, 2:04 pm
by safihre
Aah a search online has given me some clues:
Do you maybe have Dreamweaver installed? Or maybe it came installed as part of an Adobe package? Or some other development tool that could open web-development-files?
The association of .CSS with a different program causes these malformed MIME types.
Re: layout not what it supposed to be
Posted: April 3rd, 2016, 4:24 am
by pengocha
Url is exactly the same as the the other one, both are
http://127.0.0.1:8080/sabnzb. The layout only seems to be ok when i click on your link and open it in a new tab; then a new tab opens up and takes me to
http://127.0.0.1:8080/sabnzbd/ which is ok. When i just open your link or my own interface the layout is screwed up. In both cases the options and config pages are screwed up too btw. dreamweaver 8 is installed on the same system yes. Uninstalling it now.
Re: layout not what it supposed to be
Posted: April 3rd, 2016, 5:01 am
by pengocha
Ok, deleted dreamweaver 8, couchpotato and python 2.7.2. Only thing i could see further that could edit .css files (as far as i know) are photoshop and notepad++ but i really need those 2. Rebooted sabnzb after that but no change. Ddin't try a full system reboot yet cuz of some other stuff going on that need to finish first so check back tonight or tmrw after that

.
Re: layout not what it supposed to be
Posted: April 4th, 2016, 1:31 am
by pengocha
Reboot done, in a last resort i dove into the register and deleted file association for .css files but that also doenst change the problem i'm afraid :s
Re: layout not what it supposed to be
Posted: April 4th, 2016, 1:53 am
by safihre
Maybe you can try going back to 0.7.20.. This problem is really out of our control :/
Re: layout not what it supposed to be
Posted: April 4th, 2016, 9:20 am
by pengocha
ok, thx for your guidance anyway