'General' and 'Switches' under Config doesn't work efter update to 0.6.0

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
fruktmoasen
Newbie
Newbie
Posts: 5
Joined: August 3rd, 2010, 11:13 pm

'General' and 'Switches' under Config doesn't work efter update to 0.6.0

Post by fruktmoasen »

Hi

Just upgraded to 0.6.0 on my Ubuntu server. The problem after the update is that nothing happens when I press 'General' or 'Switches' under 'Config' (all other choices under Config works.). I have tried deleting the browser cache, history and tried from two different computers.

Any suggestions?
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: 'General' and 'Switches' under Config doesn't work efter update to 0.6.0

Post by shypike »

Which browser do you use?
It is possible to use another one?
fruktmoasen
Newbie
Newbie
Posts: 5
Joined: August 3rd, 2010, 11:13 pm

Re: 'General' and 'Switches' under Config doesn't work efter update to 0.6.0

Post by fruktmoasen »

I have tried both Firefox, IE and Chrome (I didn't have this problem prior to the update).

The problem seems to be with the smpl theme. Everything works when I change skin to Plush in sabnzbd.ini. If I change back to smpl same problem is there.

I don't have this problem with my Windows installation of Sabnzbd (also 0.6.0), smpl works. Only with the Ubuntu installation.
Last edited by fruktmoasen on May 12th, 2011, 2:58 am, edited 1 time in total.
lingrlongr
Newbie
Newbie
Posts: 2
Joined: July 6th, 2011, 8:51 pm

Re: 'General' and 'Switches' under Config doesn't work efter

Post by lingrlongr »

Same problem here with Ubuntu 11.04. SABnzbd Version: 0.6.5 | smpl Version: 1.3.

When clicking Config > General, traceback in sabnzbd.log shows:

Code: Select all

2011-07-06 21:54:21,668::DEBUG::[_cplogging:55] [06/Jul/2011:21:54:21] HTTP Traceback (most recent call last):
  File "/usr/share/sabnzbdplus/cherrypy/_cprequest.py", line 618, in respond
    cherrypy.response.body = self.handler()
  File "/usr/share/sabnzbdplus/cherrypy/_cpdispatch.py", line 25, in __call__
    return self.callable(*self.args, **self.kwargs)
  File "/usr/share/sabnzbdplus/sabnzbd/interface.py", line 1283, in index
    return template.respond()
  File "_usr_share_sabnzbdplus_interfaces_smpl_templates_config_general_tmpl.py", line 440, in respond
NotFound: cannot find 'rss_rate'
When clicking Config > Switches, traceback in sabnzbd.log shows:

Code: Select all

2011-07-06 21:54:38,690::DEBUG::[_cplogging:55] [06/Jul/2011:21:54:38] HTTP Traceback (most recent call last):
  File "/usr/share/sabnzbdplus/cherrypy/_cprequest.py", line 618, in respond
    cherrypy.response.body = self.handler()
  File "/usr/share/sabnzbdplus/cherrypy/_cpdispatch.py", line 25, in __call__
    return self.callable(*self.args, **self.kwargs)
  File "/usr/share/sabnzbdplus/sabnzbd/interface.py", line 1156, in index
    return template.respond()
  File "_usr_share_sabnzbdplus_interfaces_smpl_templates_config_switches_tmpl.py", line 287, in respond
NotFound: cannot find 'dirscan_opts'
Problem started when I updated sab from 0.5 to 0.6.5. Plush theme is fine....
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: 'General' and 'Switches' under Config doesn't work efter

Post by shypike »

You have an incorrect combination of skins and SABnzbd.
Try to uninstall the lot and then re-install.
lingrlongr
Newbie
Newbie
Posts: 2
Joined: July 6th, 2011, 8:51 pm

Re: 'General' and 'Switches' under Config doesn't work efter

Post by lingrlongr »

all good now. thx! :)
mitanc
Newbie
Newbie
Posts: 2
Joined: August 31st, 2012, 5:06 pm

Re: 'General' and 'Switches' under Config doesn't work efter

Post by mitanc »

Hi,

I don't know if this issue is related, but this is the error I am contantly getting in my sabnzbd.log

Code: Select all

File "/usr/share/sabnzbdplus/cherrypy/_cprequest.py", line 618, in respond
    cherrypy.response.body = self.handler()
  File "/usr/share/sabnzbdplus/cherrypy/_cpdispatch.py", line 25, in __call__
    return self.callable(*self.args, **self.kwargs)
  File "/usr/share/sabnzbdplus/sabnzbd/interface.py", line 858, in index
    grand, month, week, day = BPSMeter.do.get_sums()
  File "/usr/share/sabnzbdplus/sabnzbd/bpsmeter.py", line 192, in get_sums
    return (sum([v for v in self.grand_total.values()]),
TypeError: unsupported operand type(s) for +: 'long' and 'str'
The main problem I am experiencing is when an item gets downloaded its no where to be seen in the HISTORY QUEUE. The files get unrared and extractred to the correct folder (granted nothing went wrong) but I just cannot see what has downloaded previously. I am using Ubuntu 12.04 LTS Server and the sabnzb version is 0.6.15. I have removed and reinstalled sabnzbd using the regular ubuntu repositories. I have tried repair queue and I have also deleted my admin folder.

It could be the skins are broken, but I am using Ubuntu's own repositories, this problem shouldn't be occuring. Any help would be greatly appriciated as sabnzbd is my only source of TV, MOVIES, etc.

Thanks!
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: 'General' and 'Switches' under Config doesn't work efter

Post by shypike »

Stop SABnzbd and delete totals9.sab in the admin folder.
The problem has been fixed in later releases.
mitanc
Newbie
Newbie
Posts: 2
Joined: August 31st, 2012, 5:06 pm

Re: 'General' and 'Switches' under Config doesn't work efter

Post by mitanc »

Holy cow, that worked. Thanks a bunch!
Post Reply