Waziup / WaziGate

Waziup LoRa Edge gateway
21 stars 20 forks source link

V2: Device not created in Chirpstack. Error in waziup.wazigate-lora #104

Closed cdupont closed 3 years ago

cdupont commented 3 years ago

Currently, when I create a LoRaWAN device on the UI, it is not created in Chirpstack.

Here is the log of waziup.wazigate-lora:

$ docker logs -f waziup.wazigate-lora
--- Init ChirpStack
The ChirpStack data has not changed.
Err grpc: can not create network-server: rpc error: code = AlreadyExists desc = object already exists

It seems that the network-server already exists. Is it possible to tolerate such error for flexibility?

cdupont commented 3 years ago

I tried to delete everything in Chirpstack. Now I am stuck with the error:

--- Init ChirpStack
Network-server "Local Chirpstack Network Server" OK.
The ChirpStack data has not changed.
Err grpc: can not create service-profile: rpc error: code = NotFound desc = object does not exist
j-forster commented 3 years ago

Was this issue resolved with the changes that we made?

cdupont commented 3 years ago

Seems yes. Let me close