-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Login Failure #4
Comments
do you have any special characters in your password? |
Unfortunately I have to report the same issue. I have special characters (?!) in my password, and while quotes or hardcoding the password allows the program to run (@Bhoft - #5) I still get the same result as @alastaid. I've got generic devices and setting the vendor to smartlife gives me "Invalid username or password" and setting it to tuya gives me "SING_VALIDATE_FAILED_4". I've got the cloud set up and working and can see my devices in both my app and in my Home Assistance Tuya CLOUD integration. @blakadder - Any hints please? |
Probably changes with their login system. There should be other options to grab the local keys for those provides |
I can see that the keys for birdlover app that used to work for me are now being rejected with the same error (SING_VALIDATE_FAILED_4). It probably means they deprecated the old keys or completely reworked the way some OEM apps access the cloud. I've seen the new apps are using some framework called "ThingClips" - it's probably related. |
This could be my misunderstanding (so apologies in advance), using the script thus:
python3 uncover.py -v smartlife xx@xx.com xxx
I get "Incorrect Account ID or Password", if I use:
python3 uncover.py -v tuya xx@xx.com xxx
I get "SING_VALIDATE_FAILED_4", I am using the Tuya Smart app on android, and inputting the email and password as I use in the app for credentials in the Python script. Am I using this correctly? Thanks
The text was updated successfully, but these errors were encountered: