srr-creation of compressed archive fails
C:\Users\user\Downloads>pyrescene --vobsubs=etm-cloudatlas-1080p-subs.sfv
Traceback (most recent call last):
File "C:\Python33\lib\site-packages\rescene\rar.py", line 1607, in read_all
return self._found_blocks
AttributeError: 'RarReader' object has no attribute '_found_blocks'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Python33\Scripts\pyrescene.py", line 1197, in <module>
sys.exit(main())
File "C:\Python33\Scripts\pyrescene.py", line 1092, in main
os.path.dirname(sfv))
File "C:\Python33\Scripts\pyrescene.py", line 508, in create_srr_for_subs
for sfile in extract_and_create_srr(dest_file[:-4], first_rars):
File "C:\Python33\Scripts\pyrescene.py", line 496, in extract_and_create_srr
save_paths=False, compressed=True, oso_hash=False)
File "C:\Python33\lib\site-packages\rescene\main.py", line 511, in create_srr
for block in rr.read_all():
File "C:\Python33\lib\site-packages\rescene\rar.py", line 1611, in read_all
for block in self:
File "C:\Python33\lib\site-packages\rescene\rar.py", line 1647, in __next__
block = self._read()
File "C:\Python33\lib\site-packages\rescene\rar.py", line 1482, in _read
raise EnvironmentError("Cannot read basic block header.")
OSError: Cannot read basic block header.
C:\Users\user\Downloads>pysrr etm-cloudatlas-1080p-subs.sfv
C:\Users\user\Downloads>C:\python33\python.exe c:\pyrescene\bin\srr etm-cloud
atlas-1080p-subs.sfv
Processing file: etm-cloudatlas-1080p-subs.rar.
Cannot read basic block header.
SRR creation failed. Aborting.
SFV and unpacking both work, the archive is in 2.9-format.
Tried with pyrescene ea66dc450173