diezo / Ensta

🔥 Fast & Reliable Python Package For Instagram API - 2024
https://bit.ly/ensta-discord
MIT License
371 stars 44 forks source link

Can't auth #78

Closed v0id-main closed 7 months ago

v0id-main commented 8 months ago

File "/Users/voidmain/Desktop/Python Projects/Ensta/PasswordEncryption.py", line 22, in encrypt recipient_key = load_pem_public_key(data=decoded_public_key) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ValueError: Unable to load PEM file. See https://cryptography.io/en/latest/faq/#why-can-t-i-import-my-pem-file for more details. MalformedFraming

diezo commented 8 months ago

you're using an older version of ensta. update it using pip install ensta --upgrade

v0id-main commented 8 months ago

you're using an older version of ensta. update it using pip install ensta --upgrade

I'm using the latest version. the problem occurs in the password encryption file, which was updated 2 weeks ago

diezo commented 8 months ago

have u edited the file? line 22 doesn't have that.