Sorrow446 / MOOV-DL

Tool written in Python to download streamable tracks from moov.hk.
29 stars 10 forks source link

Can you help me? #4

Closed Ganyu69 closed 3 years ago

Ganyu69 commented 3 years ago

C:\Users\xxxxx\Pictures\MOOV>moov-dl_x64.exe -u https://moov.hk/#/album/ VASB00364847A Traceback (most recent call last): File "moov-dl.py", line 14, in File "", line 971, in _find_and_load File "", line 955, in _find_and_load_unlocked File "", line 665, in _load_unlocked File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module File "Cryptodome\Cipher__init__.py", line 87, in File "", line 971, in _find_and_load File "", line 955, in _find_and_load_unlocked File "", line 665, in _load_unlocked File "PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module File "Cryptodome\Cipher_mode_gcm.py", line 57, in File "Cryptodome\Util_raw_api.py", line 171, in load_pycryptodome_raw_lib OSError: Cannot load native module 'Cryptodome.Util._galois' [11620] Failed to execute script moov-dl

Sorrow446 commented 3 years ago

Cryptodome doesn't play nice with pyinstaller, so the binary is broken. You'll have to run from source until I fix that, sorry.

EDIT: fixed. https://github.com/Sorrow446/MOOV-DL/releases/download/2/moov-dl_x86.exe

Ganyu69 commented 3 years ago

thank you 😄