Sabnzbdplus fails to 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
w4itey
Newbie
Newbie
Posts: 1
Joined: October 2nd, 2012, 8:21 pm

Sabnzbdplus fails to start

Post by w4itey »

when ever i try to start sab it says it fails. when running the command sabnzbdplus i get this output

Code: Select all

2012-10-02 21:15:49,796::INFO::[sabnzbdplus:1246] --------------------------------
2012-10-02 21:15:49,796::INFO::[sabnzbdplus:1247] sabnzbdplus-0.7.4RC2 (rev=281ed6766c2fb5e87e625e382f764351f0b81c25)
2012-10-02 21:15:49,796::INFO::[sabnzbdplus:1259] Platform = posix
2012-10-02 21:15:49,796::INFO::[sabnzbdplus:1260] Python-version = 2.7.3 (default, Aug  1 2012, 05:14:39)
[GCC 4.6.3]
2012-10-02 21:15:49,796::INFO::[sabnzbdplus:1261] Arguments = /usr/bin/sabnzbdplus
2012-10-02 21:15:49,796::INFO::[sabnzbdplus:1274] Read INI file /home/kenny/.sabnzbd/sabnzbd.ini
2012-10-02 21:15:49,812::INFO::[__init__:920] Loading data for bookmarks.sab from /home/kenny/.sabnzbd/admin/bookmarks.sab
2012-10-02 21:15:49,813::INFO::[__init__:920] Loading data for rss_data.sab from /home/kenny/.sabnzbd/admin/rss_data.sab
2012-10-02 21:15:49,813::INFO::[__init__:920] Loading data for totals9.sab from /home/kenny/.sabnzbd/admin/totals9.sab
2012-10-02 21:15:49,813::INFO::[postproc:90] Loading postproc queue
2012-10-02 21:15:49,813::INFO::[__init__:920] Loading data for postproc1.sab from /home/kenny/.sabnzbd/admin/postproc1.sab
2012-10-02 21:15:49,928::INFO::[postproc:84] Saving postproc queue
2012-10-02 21:15:49,928::INFO::[__init__:896] Saving data for postproc1.sab in /home/kenny/.sabnzbd/admin/postproc1.sab
2012-10-02 21:15:50,023::INFO::[postproc:84] Saving postproc queue
2012-10-02 21:15:50,024::INFO::[__init__:896] Saving data for postproc1.sab in /home/kenny/.sabnzbd/admin/postproc1.sab
2012-10-02 21:15:50,228::INFO::[__init__:920] Loading data for queue9.sab from /home/kenny/.sabnzbd/admin/queue9.sab
Traceback (most recent call last):
  File "/usr/bin/sabnzbdplus", line 1821, in <module>
    main()
  File "/usr/bin/sabnzbdplus", line 1285, in main
    init_ok = sabnzbd.initialize(pause, clean_up, evalSched=True, repair=repair)
  File "/usr/share/sabnzbdplus/sabnzbd/decorators.py", line 31, in newFunction
    return f(*args, **kw)
  File "/usr/share/sabnzbdplus/sabnzbd/__init__.py", line 305, in initialize
    NzbQueue.do.read_queue(repair)
  File "/usr/share/sabnzbdplus/sabnzbd/nzbqueue.py", line 102, in read_queue
    self.add(nzo, save=False, quiet=True)
  File "/usr/share/sabnzbdplus/sabnzbd/decorators.py", line 31, in newFunction
    return f(*args, **kw)
  File "/usr/share/sabnzbdplus/sabnzbd/nzbqueue.py", line 328, in add
    self.end_job(nzo)
  File "/usr/share/sabnzbdplus/sabnzbd/nzbqueue.py", line 744, in end_job
    sabnzbd.downloader.Downloader.do.disconnect()
AttributeError: 'NoneType' object has no attribute 'disconnect'
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Sabnzbdplus fails to start

Post by shypike »

Release 0.7.4 will fix this.
Will be out by the end of the day (CET).
Post Reply