miurahr / py7zr

7zip in python3 with ZStandard, PPMd, LZMA2, LZMA1, Delta, BCJ, BZip2, and Deflate compressions, and AES encryption.
https://pypi.org/project/py7zr/
GNU Lesser General Public License v2.1
463 stars 74 forks source link

Extraction is not completing and dosen't give any error #582

Open AlexiJemano opened 7 months ago

AlexiJemano commented 7 months ago

Describe the bug

When trying to extract a 7z file it extracts only a bit and stops and doesn't give an error (says that is was completed successfully)

To Reproduce

        def extract_and_update_progress():
            with py7zr.SevenZipFile(fileName, 'r') as archive:
                archive.extractall(path=output_directory)