Error after upgrade to SABnzdb 1.1.1

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
dave_the_blade
Newbie
Newbie
Posts: 1
Joined: October 9th, 2016, 2:56 pm

Error after upgrade to SABnzdb 1.1.1

Post 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.
User avatar
safihre
Administrator
Administrator
Posts: 5678
Joined: April 30th, 2015, 7:35 am
Contact:

Re: Error after upgrade to SABnzdb 1.1.1

Post 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.
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Post Reply