You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Towards the end of the archive, I'm getting a TypeError exception in decompressor.decompress.
Traceback:
Traceback:
File "C:\Users\Rémy Roy\Projects\CDDA-Game-Launcher\cddagl\ui.py", line 4966, in timeout
f.write(extracting_element.read())
File "C:\Users\RMYROY~1\VIRTUA~1\CDDA-G~3\lib\site-packages\py7zlib.py", line 632, in read
data = getattr(self, decoder)(coder, data, level, num_coders)
File "C:\Users\RMYROY~1\VIRTUA~1\CDDA-G~3\lib\site-packages\py7zlib.py", line 702, in _read_lzma
return self._read_from_decompressor(coder, dec, input, level, num_coders, with_cache=True)
File "C:\Users\RMYROY~1\VIRTUA~1\CDDA-G~3\lib\site-packages\py7zlib.py", line 686, in _read_from_decompressor
data = decompressor.decompress(input, self._start+size)
This is the relevant code that does the decompression:
Hi,
I'm having an issue trying to decompress the following archive using pylzma.
This is on Windows 10 with pylzma 0.5.0.
Towards the end of the archive, I'm getting a TypeError exception in decompressor.decompress.
Traceback:
This is the relevant code that does the decompression:
The real code that does the decompression can be found here.
Here is more information about that archive:
This seems related to #56 and maybe to what @victor3rc was talking in #32.
The text was updated successfully, but these errors were encountered: