You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
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: