Context not received - ip:port 8000 error

I am a newbie to ChirpStack, and after creating my ChirpStack system (from guide, not Docker) on a private 192.168.x and moving it to another network, then I receive error below when trying to create device. Where do update the ip address associated with port 8000 requests?

journalctl -u chirpstack-application-server -f -n 50

Apr 28 12:20:06 raspberrypi chirpstack-application-server[538]: time=“2021-04-28T12:20:06-07:00” level=warning msg=“creating insecure network-server client” server=“192.168.1.126:8000”
Apr 28 12:20:06 raspberrypi chirpstack-application-server[538]: time=“2021-04-28T12:20:06-07:00” level=warning msg=“grpc: addrConn.createTransport failed to connect to {192.168.1.126:8000 0 }. Err: connection error: desc = “transport: Error while dialing dial tcp 192.168.1.126:8000: operation was canceled”. Reconnecting…”
Apr 28 12:20:06 raspberrypi chirpstack-application-server[538]: time=“2021-04-28T12:20:06-07:00” level=error msg=“finished unary call with code Unknown” ctx_id=0934f3d0-a27c-420f-91f1-49a0e613fac2 error=“rpc error: code = Unknown desc = context deadline exceeded” grpc.code=Unknown grpc.method=Create grpc.service=api.DeviceService grpc.start_time=“2021-04-28T12:20:06-07:00” grpc.time_ms=525.977 peer.address="[::1]:54026" span.kind=server system=grpc

Oh I figured out that I just needed to update the ip address on the network server ip address.

Problem solved!

1 Like