Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while decoding - "Invalid length of decompressed data" #1

Open
Krknv opened this issue Aug 12, 2024 · 2 comments
Open

Error while decoding - "Invalid length of decompressed data" #1

Krknv opened this issue Aug 12, 2024 · 2 comments

Comments

@Krknv
Copy link

Krknv commented Aug 12, 2024

$ python3.12 amnezia-config-decoder.py vpn://AAAGX... -o output.json

Traceback (most recent call last):
  File "/Users/user1/amnezia-config-decoder.py", line 84, in <module>
    config = decode_config(args.encoded_string)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/user1/amnezia-config-decoder.py", line 39, in decode_config
    raise ValueError("Invalid length of decompressed data")
ValueError: Invalid length of decompressed data

macOS Sonoma 14.5, python v3.12, использовал код активации для Amnezia Premium

@andr13
Copy link
Owner

andr13 commented Oct 13, 2024

macOS Sonoma 14.5, python v3.12, использовал код активации для Amnezia Premium

К сожалению, у меня нет подписки Amnezia Premium на данный момент. Без неё воспроизвести ошибку попросту невозможно.

@TheAndrey
Copy link

TheAndrey commented Jan 25, 2025

Я удалил ненужную проверку - всё работает.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants