TheThingsArchive / ttn

The Things Network Stack V2
https://www.thethingsnetwork.org
MIT License
461 stars 277 forks source link

err: <_rendezvous of RPC that terminated with (StatusCode.PERMISSION_DENIED, permission denied: No "settings" rights to Application) #724

Closed AnilkumarKomanduru closed 6 years ago

AnilkumarKomanduru commented 6 years ago

err: <_rendezvous of RPC that terminated with (StatusCode.PERMISSION_DENIED, permission denied: No "settings" rights to Application)

I'm trying to use TTN library with sample code from @ https://github.com/TheThingsNetwork/python-app-sdk

When I call application client I'm getting error as StatusCode.Permission_denied.

using application manager client

app_client = handler.application() my_app = app_client.get() print(my_app) my_devices = app_client.devices() print(my_devices)

May I know what is reason ?

johanstokking commented 6 years ago

What is your code exactly and what are the rights of the API key that you're using?

AnilkumarKomanduru commented 6 years ago

Hi Johan, Thanks for response, which is working now. Actually it is a corporate proxy issues :(