Page 1 of 1

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

Posted: May 12th, 2011, 2:37 am
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?

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

Posted: May 12th, 2011, 2:44 am
by shypike
Which browser do you use?
It is possible to use another one?

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

Posted: May 12th, 2011, 2:51 am
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.

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

Posted: July 6th, 2011, 9:00 pm
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....

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

Posted: July 7th, 2011, 1:24 am
by shypike
You have an incorrect combination of skins and SABnzbd.
Try to uninstall the lot and then re-install.

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

Posted: July 7th, 2011, 6:20 am
by lingrlongr
all good now. thx! :)

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

Posted: August 31st, 2012, 5:16 pm
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!

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

Posted: August 31st, 2012, 5:19 pm
by shypike
Stop SABnzbd and delete totals9.sab in the admin folder.
The problem has been fixed in later releases.

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

Posted: August 31st, 2012, 5:27 pm
by mitanc
Holy cow, that worked. Thanks a bunch!