Page 1 of 1

Sabnzbd Error After Layout Color Scheme Change

Posted: September 13th, 2016, 8:17 pm
by aoommen
Hi All,
I recently updated and changed the color scheme under Config-General from Plush-Gold to Classic-Light Blue, and it had Sab restart. Ever since - I can only get till the login screen and have been getting the following error when trying to login.

Code: Select all

Traceback (most recent call last):
  File "/mnt/cache/appdata/sabnzbd/cherrypy/_cprequest.py", line 670, in respond
    response.body = self.handler()
  File "/mnt/cache/appdata/sabnzbd/cherrypy/lib/encoding.py", line 220, in __call__
    self.body = self.oldhandler(*args, **kwargs)
  File "/mnt/cache/appdata/sabnzbd/cherrypy/_cpdispatch.py", line 60, in __call__
    return self.callable(*self.args, **self.kwargs)
  File "/mnt/cache/appdata/sabnzbd/sabnzbd/interface.py", line 407, in index
    return template.respond()
  File "_mnt_cache_appdata_sabnzbd_interfaces_Classic_templates_main_tmpl.py", line 94, in respond
  File "/mnt/cache/.PhAzE-Common/usr/lib64/python2.7/site-packages/Cheetah/Template.py", line 1615, in _handleCheetahInclude
    self._CHEETAH__cheetahIncludes[_includeID].respond(trans)
  File "_mnt_cache_appdata_sabnzbd_interfaces_Classic_templates_inc_top_tmpl.py", line 90, in respond
NotFound: cannot find 'mbleft'
Could someone please help fix it. All help appreciated.

Thanks,
AO

Re: Sabnzbd Error After Layout Color Scheme Change

Posted: September 14th, 2016, 12:23 am
by sander
Which version of SABnzbd are you using?

Re: Sabnzbd Error After Layout Color Scheme Change

Posted: September 14th, 2016, 12:24 am
by safihre
The skin Classic has been remove from sabnzbd 1.x.x. I think it's time for you to upgrade!
Plush and Glitter skin should work on the new versions.

Re: Sabnzbd Error After Layout Color Scheme Change

Posted: September 20th, 2016, 6:40 pm
by aoommen
sander wrote:Which version of SABnzbd are you using?
1.1.0

Code: Select all

Metadata-Version: 1.0
Name: SABnzbd
Version: 1.1.0
Summary: SABnzbd-1.1.0
Home-page: http://sabnzbd.org
Author: The SABnzbd Team
Author-email: team@sabnzbd.org
License: GNU General Public License 2 (GPL2 or later)
Description: Fully automated Usenet Binary Downloader
Platform: posix
safihre wrote:The skin Classic has been remove from sabnzbd 1.x.x. I think it's time for you to upgrade!
Plush and Glitter skin should work on the new versions.
I'm using classic light blue skin.

Sab is working fine and is downloading files as expected - but I cannot access the WebGUI - i get to the login screen and once I login I get this error. Any idea why?

Code: Select all

Traceback (most recent call last):
  File "/mnt/cache/appdata/sabnzbd/cherrypy/_cprequest.py", line 670, in respond
    response.body = self.handler()
  File "/mnt/cache/appdata/sabnzbd/cherrypy/lib/encoding.py", line 220, in __call__
    self.body = self.oldhandler(*args, **kwargs)
  File "/mnt/cache/appdata/sabnzbd/cherrypy/_cpdispatch.py", line 60, in __call__
    return self.callable(*self.args, **self.kwargs)
  File "/mnt/cache/appdata/sabnzbd/sabnzbd/interface.py", line 407, in index
    return template.respond()
  File "_mnt_cache_appdata_sabnzbd_interfaces_Classic_templates_main_tmpl.py", line 94, in respond
  File "/mnt/cache/.PhAzE-Common/usr/lib64/python2.7/site-packages/Cheetah/Template.py", line 1615, in _handleCheetahInclude
    self._CHEETAH__cheetahIncludes[_includeID].respond(trans)
  File "_mnt_cache_appdata_sabnzbd_interfaces_Classic_templates_inc_top_tmpl.py", line 90, in respond
NotFound: cannot find 'mbleft'

Re: Sabnzbd Error After Layout Color Scheme Change

Posted: September 21st, 2016, 1:15 am
by safihre
Support for the Classic skin has been removed, so you can't use it anymore. You need to switch to one of the other ones provided with Sabnzbd: Plush, smpl or Glitter.
Where Glitter is the only skin under active development.
You can bypass the interface to go directly to config by using the URL
Host:port/sabnzbd/config

Re: Sabnzbd Error After Layout Color Scheme Change

Posted: September 21st, 2016, 2:30 am
by shypike
If you have a correct installation you can use this one-time way to start:
<path-to-sabnzbd>/SABnzbd.py -t Glitter

How did you install SABnzbd?

Re: Sabnzbd Error After Layout Color Scheme Change

Posted: September 21st, 2016, 9:23 am
by aoommen
safihre wrote:Support for the Classic skin has been removed, so you can't use it anymore. You need to switch to one of the other ones provided with Sabnzbd: Plush, smpl or Glitter.
Where Glitter is the only skin under active development.
You can bypass the interface to go directly to config by using the URL
Host:port/sabnzbd/config
Thank you - that solved it.
shypike wrote:If you have a correct installation you can use this one-time way to start:
<path-to-sabnzbd>/SABnzbd.py -t Glitter

How did you install SABnzbd?
Thanks shypike - i am running it on my unRaid tower using PhAzE's plugin.