0.6.0 beta 3 crash:

Questions and bug reports for Beta releases should be posted here.
Forum rules
Help us help you:
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
nzbusr
Newbie
Newbie
Posts: 1
Joined: March 15th, 2011, 10:06 pm

0.6.0 beta 3 crash:

Post 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
Post Reply