Issue with 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
y4yBCR7sMZ
Newbie
Newbie
Posts: 3
Joined: November 29th, 2016, 3:08 pm

Issue with 1.1.1

Post by y4yBCR7sMZ »

Hello everybody! Love the project and have used it for years.

Having an issue with version 1.1.1 though. It simply doesn't start for me. I run linux and use systemd to start SABnzbd. The unit file I use is:

Code: Select all

[Unit]
Description=Sabnzbd

[Service]
User=sabnzbd
Group=sabnzbd
ExecStart=/usr/bin/python2.7 /usr/share/sabnzbd/SABnzbd.py --config-file /etc/sabnzbd/sabnzbd.ini 
Type=simple

[Install]
WantedBy=multi-user.target
It simply doesn't start. systemctl status results in:

Code: Select all

● sabnzbd.service - Sabnzbd
   Loaded: loaded (/etc/systemd/system/sabnzbd.service; enabled; vendor preset: disabled)
   Active: failed (Result: exit-code) since Tue 2016-11-29 13:42:36 CST; 21min ago
  Process: 185 ExecStart=/usr/bin/python2.7 /usr/share/sabnzbd/SABnzbd.py --config-file /etc/sabnzbd/sabnzbd.ini (code=exited, status=1/FAILURE)
 Main PID: 185 (code=exited, status=1/FAILURE)
For now I've downgraded to 1.1.0 and it works no problem, but I'd like to be able to update someday and have it work. Any advice is appreciated!
User avatar
safihre
Administrator
Administrator
Posts: 5678
Joined: April 30th, 2015, 7:35 am
Contact:

Re: Issue with 1.1.1

Post by safihre »

What happens if you just run the command (with 1.1.1) on the command line?
/usr/bin/python2.7 /usr/share/sabnzbd/SABnzbd.py --config-file /etc/sabnzbd/sabnzbd.ini

What is the error given?
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
y4yBCR7sMZ
Newbie
Newbie
Posts: 3
Joined: November 29th, 2016, 3:08 pm

Re: Issue with 1.1.1

Post by y4yBCR7sMZ »

Sorry to bring this back up so much later. I had downgraded and was fine with that solution but I did an upgrade today and it broke again. When I run that command I get the following error message: Image
y4yBCR7sMZ
Newbie
Newbie
Posts: 3
Joined: November 29th, 2016, 3:08 pm

Re: Issue with 1.1.1

Post by y4yBCR7sMZ »

Nevermind, figured it out here: forums.sabnzbd.org/viewtopic.php?f=2&t=22400

::1 is set to localhost in /etc/hosts on gentoo. apparently sabnzbd doesn't like that
Post Reply