Tuya-cli empty response or error
See original GitHub issueHello, When I run “tuya-cli wizard” nothing happends:
PS E:\Fabian\My\Path> tuya-cli wizard
PS E:\Fabian\My\Path>
So I ran link instead of wizard:
tuya-cli link --api-key Access ID/Client ID --api-secret Access Secret/Client Secret--ssid MyWifiSSID --password MyWifiPassword
But I get the error:
{
code: 'SING_VALIDATE_FALED_4',
message: 'Permission validation failed 4'
}
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
"tuya-cli wizard" reports "There was an issue fetching that ...
Running tuya-cli with DEBUG doesn't give an errors. ... I get the same response as @davidgurr "There was an issue fetching that device....
Read more >How to resolve it if the calling interface has an error code
1. The device to be controlled is not an OEM App created by the developer on the Tuya Open Platform; or the Tuya...
Read more >Using Tuya IoT Platform to obtain not only Local Keys, but also ...
anyway I noticed that the Tuya website no longer displays the dp_id numbers in any of the Device Control pages like you showed...
Read more >Tuya: Login error (1106): permission deny : r/homeassistant
Since updating to core.2021.11.0 I have been unable to interact with my Tuya devices. Logs are showing 1106 error which relates to incorrect ......
Read more >Newest 'tuya' Questions - Stack Overflow
I tried controlling my GoSund smart socket using Tuya IoT Development Platform, but I'm stuck on this error response when trying to switch...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Indeed, updated my NodeJS to v14, updated the cli and its working now!
Thanks!
Oh, I think you’re missing the
--schema
flag. Double check the setup instructions.