Sabnzbd Error After Layout Color Scheme Change

Get help with all aspects of SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
aoommen
Newbie
Newbie
Posts: 5
Joined: September 7th, 2012, 7:07 pm

Sabnzbd Error After Layout Color Scheme Change

Post 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
User avatar
sander
Release Testers
Release Testers
Posts: 8829
Joined: January 22nd, 2008, 2:22 pm

Re: Sabnzbd Error After Layout Color Scheme Change

Post by sander »

Which version of SABnzbd are you using?
User avatar
safihre
Administrator
Administrator
Posts: 5362
Joined: April 30th, 2015, 7:35 am
Contact:

Re: Sabnzbd Error After Layout Color Scheme Change

Post 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.
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
aoommen
Newbie
Newbie
Posts: 5
Joined: September 7th, 2012, 7:07 pm

Re: Sabnzbd Error After Layout Color Scheme Change

Post 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: [email protected]
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'
User avatar
safihre
Administrator
Administrator
Posts: 5362
Joined: April 30th, 2015, 7:35 am
Contact:

Re: Sabnzbd Error After Layout Color Scheme Change

Post 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
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Sabnzbd Error After Layout Color Scheme Change

Post 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?
aoommen
Newbie
Newbie
Posts: 5
Joined: September 7th, 2012, 7:07 pm

Re: Sabnzbd Error After Layout Color Scheme Change

Post 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.
Post Reply