Handle received ping Error

Hey Guys,

i want to set up a LoRaWAN Network. I have already set up the lora app server and the network server that receives messages from a gateway over MQTT. Right now i haven’t set up a end node.
But when im trying to connect the lora server with lora app server i receive this Error message:

Nov 11 15:12:29 networkserver loraserver[3765]: time=“2018-11-11T15:12:29+01:00” level=error msg=“finished client unary call” error=“rpc error: code = Internal desc = handle received ping error: get ping lookup error: get ping lookup error: redigo: nil returned” grpc.code=Internal grpc.method=HandleProprietaryUplink grpc.service=as.ApplicationServerService grpc.time_ms=3.327 span.kind=client system=grpc

It occurs when i add a network server in the User Interface.

Any help is appreciated.
Thanks for your help

This might be due to other unknown devices sending a Proprietary LoRaWAN frame. In this case you can ignore this. Maybe the error can be improved :slight_smile:

Thanks for your Help !