After installing, SABnzbd wont start

Support for the Debian/Ubuntu package, created by JCFP.
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
Dilynux
Newbie
Newbie
Posts: 1
Joined: September 2nd, 2018, 1:59 am

After installing, SABnzbd wont start

Post by Dilynux »

I've followed instructions to install SABnzbd on my Ubuntu 18.04.1 system. But after installation it wont start. Start it from the terminal gives me the following:

Code: Select all

2018-09-02 08:51:05,619::ERROR::[__init__:999] Inlezen /home/dilynux/.sabnzbd/admin/queue9.sab mislukt (foutmelding <type 'exceptions.EOFError'>)
Think its somehow Python related, but not quite sure. Doesnt anyone have any ideas?
User avatar
sander
Release Testers
Release Testers
Posts: 8811
Joined: January 22nd, 2008, 2:22 pm

Re: After installing, SABnzbd wont start

Post by sander »

Try this:

Start SAB like this:

Code: Select all

sabnzbdplus --clean

If that does not work:
Stop sabnzbd

Code: Select all

mv /home/dilynux/.sabnzbd/admin/queue9.sab  /home/dilynux/.sabnzbd/admin/queue9.sab.ORG
Then start SABnzbd again
Post Reply