Same here, happens randomly (?) every now and then ... while trying to figure it out, I stumbled across these log entries before the bogus encryption warning:
Code: Select all
WARNING: You need to start extraction from a previous volume to unpack Awake.S01E13.German.DL.Dubbed.WEBRiP.x264-4SJ.mkv
WARNING: You need to start extraction from a previous volume to unpack tvs-kcw-dl-azhd-x264-109.mkv
WARNING: You need to start extraction from a previous volume to unpack Wolfblood.S04E04.Meinirs.Wolf.German.WS.BDRip.x264-RSG/rsg-wolfblood-s04e04-sd.mkv
The log entries before and after that seem to suggest that this happens on multi-par volumes where the first *downloaded* part is not the first *logical* part of the collection:
Code: Select all
Traceback (most recent call last):
File "/usr/local/stow/SABnzbd-1.2.0/lib/python2.7/site-packages/SABnzbd/sabnzbd/assembler.py", line 349, in check_encrypted_and_unwanted_files
zf.testrar()
File "/usr/local/stow/SABnzbd-1.2.0/lib/python2.7/site-packages/SABnzbd/sabnzbd/utils/rarfile.py", line 828, in testrar
check_returncode(p, output)
File "/usr/local/stow/SABnzbd-1.2.0/lib/python2.7/site-packages/SABnzbd/sabnzbd/utils/rarfile.py", line 2870, in check_returncode
raise exc(msg)
RarNoFilesError: None [10]:
WARNING: You need to start extraction from a previous volume to unpack Awake.S01E13.German.DL.Dubbed.WEBRiP.x264-4SJ.mkv
Cannot find volume /home/zlatko/mnt/nas/_/Downloads/tmp/3vWLf1KoSNtug5m73o7l/3vWLf1KoSNtug5m73o7l.part03.rar
--
Traceback (most recent call last):
File "/usr/local/stow/SABnzbd-1.2.0/lib/python2.7/site-packages/SABnzbd/sabnzbd/assembler.py", line 349, in check_encrypted_and_unwanted_files
zf.testrar()
File "/usr/local/stow/SABnzbd-1.2.0/lib/python2.7/site-packages/SABnzbd/sabnzbd/utils/rarfile.py", line 828, in testrar
check_returncode(p, output)
File "/usr/local/stow/SABnzbd-1.2.0/lib/python2.7/site-packages/SABnzbd/sabnzbd/utils/rarfile.py", line 2870, in check_returncode
raise exc(msg)
RarNoFilesError: None [10]:
WARNING: You need to start extraction from a previous volume to unpack tvs-kcw-dl-azhd-x264-109.mkv
Cannot find volume /home/zlatko/mnt/nas/_/Downloads/tmp/Kevin.Can.Wait.S01E09.German.DL.AmazonHD.x264-TVS/696SU13065Z5fm76ZURSe8DLrTV4tr.part3.rar
--
Traceback (most recent call last):
File "/usr/local/stow/SABnzbd-1.2.0/lib/python2.7/site-packages/SABnzbd/sabnzbd/assembler.py", line 349, in check_encrypted_and_unwanted_files
zf.testrar()
File "/usr/local/stow/SABnzbd-1.2.0/lib/python2.7/site-packages/SABnzbd/sabnzbd/utils/rarfile.py", line 828, in testrar
check_returncode(p, output)
File "/usr/local/stow/SABnzbd-1.2.0/lib/python2.7/site-packages/SABnzbd/sabnzbd/utils/rarfile.py", line 2870, in check_returncode
raise exc(msg)
RarNoFilesError: None [10]:
WARNING: You need to start extraction from a previous volume to unpack Wolfblood.S04E04.Meinirs.Wolf.German.WS.BDRip.x264-RSG/rsg-wolfblood-s04e04-sd.mkv
Cannot find volume /home/zlatko/mnt/nas/_/Downloads/tmp/Wolfblood.S04E04.Meinirs.Wolf.German.WS.BDRip.x264-RSG/dgJe7yp5BF.part03.rar
Does this make any sense, does it sound plausible? If yes, then providing you with the NZB & password probably wouldn't help, as it seems to depend on the order the separate RAR files get downloaded and tested (and it would also explain why it seems to happen "randomly").