Chirpstack-network-server:8000–>context deadline exceeded (code: 2)

Hi,

I installed chirpstack on Raspberry Pi and when registering a network server by the web interface is having this problem :

 context deadline exceeded (code: 2)

Does anyone know how to solve this problem?

Chirp

That means it timed out reaching the network server. You should verify it is running on the interface and port that you expect.

In case you’re running the full OS the reason my be that the network server has no configuration and as such is either not started or fails early without even trying to connect to the application server. Check if you have a *.toml under /etc/chirpstack-network-server/.

If not then run “sudo gateway-config” when logged in via ssh. That produces the config for the network server. Hope that helps.