Closed Gogglemex closed 2 years ago
Apologies for the late reply. Seems indeed like a bug. Is this on regular jobs or ones that Retry was used on? How many servers do you have? Do you use automation apps?
@Safihre Apologies for also my late reply (life.. :P) This was with regular jobs (no retry), single server & I was using Sonarr. It was connecting to Eweka. Thanks for fixing it already!!
Same error here using linuxserver docker image 3.6.1: When will 3.7 be released? Or will there be a fix release?
2022-10-03 01:36:29,159::DEBUG::[downloader:908] Thread 30@news.bulknews.eu: Article LHR6Zn-kID-g@6-29o-Xblj6f missing (error=430)
2022-10-03 01:36:29,159::INFO::[nzbstuff:262] Article LHR6Zn-kID-g@6-29o-Xblj6f unavailable on all servers, discarding
2022-10-03 01:36:29,159::DEBUG::[nzbstuff:1538] Availability ratio=106.28, bad articles=58, total bytes=13996210580, missing bytes=229549415, par2 bytes=1042938751
2022-10-03 01:36:29,160::DEBUG::[downloader:908] Thread 29@news.bulknews.eu: Article oQ0fVe-72O-l@v-x93-F3rBkm missing (error=430)
2022-10-03 01:36:29,160::INFO::[nzbstuff:262] Article oQ0fVe-72O-l@v-x93-F3rBkm unavailable on all servers, discarding
2022-10-03 01:36:29,160::DEBUG::[nzbstuff:1538] Availability ratio=106.25, bad articles=59, total bytes=13996210580, missing bytes=233510394, par2 bytes=1042938751
2022-10-03 01:36:29,160::DEBUG::[downloader:908] Thread 2@news.bulknews.eu: Article a9GYza-pdX-m@i-GYu-8mpnUi missing (error=430)
2022-10-03 01:36:29,160::INFO::[nzbstuff:262] Article a9GYza-pdX-m@i-GYu-8mpnUi unavailable on all servers, discarding
2022-10-03 01:36:29,161::DEBUG::[nzbstuff:1538] Availability ratio=106.22, bad articles=60, total bytes=13996210580, missing bytes=237471396, par2 bytes=1042938751
2022-10-03 01:36:29,162::DEBUG::[downloader:908] Thread 3@news.bulknews.eu: Article bQA0FF-n57-9@h-nLL-ejIouD missing (error=430)
2022-10-03 01:36:29,162::INFO::[nzbstuff:262] Article bQA0FF-n57-9@h-nLL-ejIouD unavailable on all servers, discarding
2022-10-03 01:36:29,162::DEBUG::[nzbstuff:1538] Availability ratio=106.19, bad articles=61, total bytes=13996210580, missing bytes=241432879, par2 bytes=1042938751
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python3.9/threading.py", line 980, in _bootstrap_inner
self.run()
File "/app/sabnzbd/sabnzbd/downloader.py", line 935, in run
self.decode(article, nw.data)
File "/app/sabnzbd/sabnzbd/downloader.py", line 523, in decode
sabnzbd.NzbQueue.register_article(article, success=False)
File "/app/sabnzbd/sabnzbd/nzbqueue.py", line 754, in register_article
and not sabnzbd.Assembler.partial_nzf_in_queue(nzf)
File "/app/sabnzbd/sabnzbd/assembler.py", line 63, in partial_nzf_in_queue
return (nzf.nzo, nzf, False) in self.queue.queue
File "/app/sabnzbd/sabnzbd/nzbstuff.py", line 502, in __eq__
if self.bytes == other.bytes or len(self.decodetable) == len(other.decodetable):
AttributeError: 'NoneType' object has no attribute 'bytes'
You can switch to their beta/unstable tag to get the 3.7 test release.
Hello!
Every so often Sabnzb crashes with the following traceback. Unfortunately, the auto restart does not work and I have to restart sabnzb manually.
Sabnzb 3.6.1 Fedora 36 Python 3.10
If I should supply any other info, please let me know!