pylzma icon indicating copy to clipboard operation
pylzma copied to clipboard

index error

Open ReenigneArcher opened this issue 4 years ago • 0 comments

Not sure if this project is still maintained. Came here in hopes this could extract a 7z with BCJ2 compression which is insupported in py7zr

I get an IndexError when trying to run the py7zlib.py on test.7z file.

PS C:\Users\ReenigneArcher\PycharmProjects\pylma_test> python C:\Users\ReenigneArcher\PycharmProjects\pylma_test\venv\Lib\site-packages\py7zlib.py
Traceback (most recent call last):
  File "C:\Users\ReenigneArcher\PycharmProjects\pylma_test\venv\Lib\site-packages\py7zlib.py", line 958, in <module>
    f = Archive7z(open('test.7z', 'rb'))
  File "C:\Users\ReenigneArcher\PycharmProjects\pylma_test\venv\Lib\site-packages\py7zlib.py", line 884, in __init__
    folder = folders[fidx]
IndexError: list index out of range

The is the file I am testing on (from RetroArch)... https://buildbot.libretro.com/stable/1.9.7/windows/x86_64/RetroArch.7z

ReenigneArcher avatar Aug 07 '21 23:08 ReenigneArcher