hanzala123 / arch2appimage

This is a python script that downloads Arch Linux packages (Official/Chaotic AUR) and converts to an AppImage executable
GNU General Public License v3.0
339 stars 11 forks source link

Zstd gives error #5

Open lavilao opened 1 year ago

lavilao commented 1 year ago

Hi, I am trying to install mpv-full-git and am getting this error after everithing is downloaded Traceback (most recent call last): File "/home/luis/Downloads/Compressed/arch2appimage-main/arch2appimage.py", line 155, in utils.extract_zst("download", APP_DIR) File "/home/luis/Downloads/Compressed/arch2appimage-main/utils.py", line 139, in extract_zst dctx.copy_stream(ifh, ofh) zstd.ZstdError: zstd decompressor error: Unknown frame descriptor any idea how to fix it? I am using manjaro if it matters

lavilao commented 1 year ago

after dowble check it seems that is not after downloads but after libxpresent is downloaded

ruanformigoni commented 1 year ago

I have the same error trying to bundle wine:

Downloading lib32-glu...
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 141.6/141.6 kB • 337.8 kB/s • 0:00:00   
Downloading libsm...
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46.3/46.3 kB • 20.3 MB/s • 0:00:00   
Downloading lib32-libsm...
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.8/14.8 kB • ? • 0:00:00   
Traceback (most recent call last):
  File "/home/ruan/Repositories/arch2appimage/arch2appimage.py", line 155, in <module>
    utils.extract_zst("download", APP_DIR)
  File "/home/ruan/Repositories/arch2appimage/utils.py", line 139, in extract_zst
    dctx.copy_stream(ifh, ofh)
zstd.ZstdError: zstd decompressor error: Unknown frame descriptor