CongducPham / LowCostLoRaGw

Low-cost LoRa IoT & gateway with SX12XX (SX1261/62/68; SX1272/76/77/78/79; SX1280/81), RaspberryPI and Arduino boards
694 stars 352 forks source link

Not getting JoinAccept log in chirpstack UI, but node is able to get JoinAccept #298

Open shabaz-git opened 3 years ago

shabaz-git commented 3 years ago

On chirpstack gateway bridge the following error is observed in the log

Dec 29 19:52:35 testuser-Vostro-3902 chirpstack-gateway-bridge[25655]: time="2020-12-29T19:52:35+05:30" level=error msg="backend/semtechudp: could not handle packet" addr="10.60.69.53:55658" data_base64="AnPZBLgn6///wLjNeyJ0eHBrX2FjayI6IHsiZXJyb3IiOiAiTk9ORSJ9fQ==" error="backend/semtechudp: unknown packet type: PullACK"

But on node side: 0:09:23.010 -> 924865[14797]: EV_JOINED 20:09:23.010 -> netid: 0 20:09:23.044 -> devaddr: ** 20:09:23.044 -> artKey: ***** 20:09:23.044 -> nwkKey: **** 20:09:23.077 -> 927426: engineUpdate, opmode=0x808

Did anyone get the same issue and any suggestions are welcomed.

NOTE: keys are intentionally replaced with "*" .

Thank you in advance, Shabaz