-
Notifications
You must be signed in to change notification settings - Fork 18
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
Permission Deny error #13
Comments
After some digging in the node_module I think this is caused by |
Same problem. Solution for me - call API via context.request Really, no one nodejs library for Tuya not working as described. |
same problem. not working > [email protected] dev
> ts-node main.ts
{
code: 1106,
msg: 'permission deny',
success: false,
t: 1717465595107,
tid: '46xxxxxxxx'
}
|
also offical postman request sample is not working. https://developer.tuya.com/en/docs/iot/set-up-postman-environment?id=Ka7o385w1svns |
Data centers have rules, and they belong to the data center according to the user's country code. Japan belongs to the US West data center, please modify it to: baseUrl: 'https://openapi.tuyaus.com', |
When I try to connect to the Central Europe server to get the device as per the "getting started" code I get a 1106
permission deny
error. The gateway device that I am trying to connect to has "Read, write, and Manage" permissions.The text was updated successfully, but these errors were encountered: