Problems when managing LoRa server by API
- This topic has 0 replies, 1 voice, and was last updated 3 years, 11 months ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
Home › Forums › Lora Network Server › Problems when managing LoRa server by API
I have few issues when I use the API :
– Often, I got authentication error (“token is not valid”), even if the token was given by the gateway just few seconds before.
What is the expiration time for the token ?
– After add or delete of LoRa devices, I send LoRa services restart command. In some cases, LoRa services stop but don’t restart. How can I check if these services are running or not ?
– Some deveui are not treated properly (Example : 000DB53514573385 I tried in several gateways). First I added it. Gateway return ‘200 success’). Then I tried to delete it. Gateway return ‘Device 000DB53514573385 does not exist’. I tried to add it again. Gateway return ‘Device 000DB53514573385 already exists at index xx). The device is correctly displayed in the key management web page but don’t succeed to join the LoRa network.