-
Notifications
You must be signed in to change notification settings - Fork 24
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
get_token.py #86
Comments
you need to put py infront of get_token.py and have python installed. |
Can someone help me with this, getting the same error.. |
you need to have some python modules installed.
|
I've done this in Windows and it worked, but it didn't created the TOKEN and SESSION_ID file's or text somewhere.. Do I have to do this inside the terminal of HA? |
i tried to take token for my tv (UE50JU6900) but i recived this:
C:\Users\José Rocha\Desktop\samsungtv_encrypted>get_token.py --ip 192.168.68.61 --port 8080
Traceback (most recent call last):
File "C:\Users\José Rocha\Desktop\samsungtv_encrypted\get_token.py", line 4, in
from PySmartCrypto.pysmartcrypto import PySmartCrypto
File "C:\Users\José Rocha\Desktop\samsungtv_encrypted\PySmartCrypto\pysmartcrypto.py", line 2, in
from . import crypto
File "C:\Users\José Rocha\Desktop\samsungtv_encrypted\PySmartCrypto\crypto.py", line 2, in
from Crypto.Cipher import AES
ModuleNotFoundError: No module named 'Crypto'
can you help me?
The text was updated successfully, but these errors were encountered: