SABnzbd crashes at the end of downloading if I manually start a download.
From sabnzbd.error.log:
Code: Select all
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python2.6/threading.py", line 532, in __bootstrap_inner
self.run()
File "/usr/share/sabnzbdplus/sabnzbd/postproc.py", line 183, in run
if self.queue.empty(): HandleEmptyQueue()
File "/usr/share/sabnzbdplus/sabnzbd/postproc.py", line 576, in HandleEmptyQueue
sabnzbd.QUEUECOMPLETEACTION(sabnzbd.QUEUECOMPLETEARG)
File "/usr/share/sabnzbdplus/sabnzbd/__init__.py", line 596, in run_script
stup, need_shell, command, creationflags = sabnzbd.newsunpack.build_command(command)
File "/usr/share/sabnzbdplus/sabnzbd/newsunpack.py", line 1040, in build_command
command.insert(0, arg)
AttributeError: 'str' object has no attribute 'insert'
Process list looks like this afterwards:
xbmc 1440 0.3 0.7 356608 24600 ? Sl 16:13 0:07 /usr/bin/python /usr/bin/sabnzbdplus --daemon --autorestarted
TIA for input on resolving this.