Sabnzbdplus fails to start
Posted: October 2nd, 2012, 8:23 pm
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'