Page 1 of 1

0.6.0 beta 3 crash:

Posted: March 15th, 2011, 10:15 pm
by nzbusr
Hello.  I'm using SABnzbd.py-0.6.0Beta3 with Debian Squeeze.  I get repeated crashes with the following message (same for all), followed by the software automatically restarting.  I usually get several crashes for each nzb file.

Exception in thread Thread-4:
Traceback (most recent call last):
  File "/usr/lib/python2.6/threading.py", line 532, in __bootstrap_inner
    self.run()
  File "/u3/un/s/sabnzbd/decoder.py", line 82, in run
    nzf = article.nzf
AttributeError: 'NoneType' object has no attribute 'nzf'

Exception in thread Thread-3:
Traceback (most recent call last):
  File "/usr/lib/python2.6/threading.py", line 532, in __bootstrap_inner
    self.run()
  File "/u3/un/s/sabnzbd/downloader.py", line 574, in run
    server.busy_threads.remove(nw)
ValueError: list.remove(x): x not in list