Full queue (500+ items) gone. Log shows exception.
Posted: February 2nd, 2011, 12:32 pm
$tail -30 logs/*error*.log
Any tips? I'm trying to understand how to find my queue and recover it.
Thanks.
Code: Select all
File "/usr/share/sabnzbdplus/sabnzbd/newsunpack.py", line 1040, in build_command
command.insert(0, arg)
AttributeError: 'str' object has no attribute 'insert'
/usr/share/sabnzbdplus/sabnzbd/utils/ssmtplib.py:116: DeprecationWarning: socket.ssl() is deprecated. Use ssl.wrap_socket() instead.
sslobj = socket.ssl(self.sock, self.keyfile, self.certfile)
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)Thanks.