Page 1 of 1

Error after upgrade to SABnzdb 1.1.1

Posted: October 9th, 2016, 3:02 pm
by dave_the_blade
Hi,

Apologies if this has been asked before, but I have just upgraded SAB on my Raspberry Pi and I am now getting the following error when trying to start it:

Code: Select all

500 Internal Server Error

The server encountered an unexpected condition which prevented it from fulfilling the request.

Traceback (most recent call last):
  File "/usr/share/sabnzbdplus/cherrypy/_cprequest.py", line 618, in respond
  File "/usr/share/sabnzbdplus/cherrypy/_cpdispatch.py", line 25, in __call__
    """Callable which sets response.body."""
  File "/usr/share/sabnzbdplus/sabnzbd/interface.py", line 277, in index
    if not key:
  File "cheetah__usr_share_sabnzbdplus_interfaces_Plush_templates_main_tmpl_1476039391_7_66056.py", line 169, in respond
NotFound: cannot find 'have_logout'
Can anyone help me solve this? I have tried removing the package completely and re-installing but no change. I have also configured /etc/default/sabnzbdplus.

Apologies if this has been raised before.

Thanks in advance.

Re: Error after upgrade to SABnzdb 1.1.1

Posted: October 10th, 2016, 12:14 am
by safihre
It seems some files (compiled python most probably) were not correctly removed/updated.
In particular the file interface.pyo or interface.pyc.

Check where it is installed, and then remove it and afterwards make sure the complete directory is gone. Your settings file is usually in a different folder.
Now reinstall.