Sabnzbd fails to start..
Posted: October 16th, 2012, 3:18 am
Got this error this morning when booting my downloadautomation VM.
Some technical data:
- Ubuntu Server 12.04 Virtual machine on an ESXi host.
- Got some downloads left in queue (which I don't want to lose).
Some technical data:
- Ubuntu Server 12.04 Virtual machine on an ESXi host.
- Got some downloads left in queue (which I don't want to lose).
Code: Select all
2012-10-16 10:05:31,810::INFO::[sabnzbdplus:1246] --------------------------------
2012-10-16 10:05:31,811::INFO::[sabnzbdplus:1247] sabnzbdplus-0.7.4 (rev=10b740374895704bde1c7fb99995be6e9c913d8d)
2012-10-16 10:05:31,811::INFO::[sabnzbdplus:1259] Platform = posix
2012-10-16 10:05:31,812::INFO::[sabnzbdplus:1260] Python-version = 2.7.3 (default, Aug 1 2012, 05:14:39)
[GCC 4.6.3]
2012-10-16 10:05:31,812::INFO::[sabnzbdplus:1261] Arguments = /usr/bin/sabnzbdplus
2012-10-16 10:05:31,812::INFO::[sabnzbdplus:1274] Read INI file /root/.sabnzbd/sabnzbd.ini
2012-10-16 10:05:31,815::INFO::[__init__:920] Loading data for bookmarks.sab from /root/.sabnzbd/admin/bookmarks.sab
2012-10-16 10:05:31,815::INFO::[__init__:920] Loading data for rss_data.sab from /root/.sabnzbd/admin/rss_data.sab
2012-10-16 10:05:31,815::INFO::[__init__:920] Loading data for totals9.sab from /root/.sabnzbd/admin/totals9.sab
2012-10-16 10:05:31,816::INFO::[postproc:90] Loading postproc queue
2012-10-16 10:05:31,816::INFO::[__init__:920] Loading data for postproc1.sab from /root/.sabnzbd/admin/postproc1.sab
2012-10-16 10:05:31,820::INFO::[postproc:84] Saving postproc queue
2012-10-16 10:05:31,820::INFO::[__init__:896] Saving data for postproc1.sab in /root/.sabnzbd/admin/postproc1.sab
2012-10-16 10:05:31,822::INFO::[__init__:920] Loading data for queue9.sab from /root/.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 762, in end_job
Assembler.do.process((nzo, None))
AttributeError: 'NoneType' object has no attribute 'process'