[0.7.0b5] traceback after downloader timeout?
Posted: May 14th, 2012, 9:25 am
With todays downloads, there were some timeouts during downloading, probably as a result of issue with my isp. This caused the following traceback to show up a couple of times:
Everything seemed to continue normally otherwise.Exception in thread Thread-3:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 552, in __bootstrap_inner
self.run()
File "/usr/share/sabnzbdplus/sabnzbd/downloader.py", line 308, in run
if nw.nntp.error_msg or (nw.timeout and time.time() > nw.timeout):
AttributeError: 'NoneType' object has no attribute 'error_msg'