You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Got this issue out of nowhere. Saved logs in support_bundle.zip
Restarting edge fixed it.
Expected Behavior
No errors, as I am not doing communication with devices, only receiving telemetry.
Current Behavior
2021-05-13 07:01:51.477 0100DA30: LoRaTools.Mac.MacCommandException: The Mac Command was not well formed, aborting mac command processing
at LoRaTools.MacCommand..ctor(ReadOnlySpan`1 input) in /build/LoRaEngine/modules/LoRaWanNetworkSrvModule/LoraTools/Mac/MACCommand.cs:line 35
at LoRaTools.RXParamSetupAnswer..ctor(ReadOnlySpan`1 readOnlySpan) in /build/LoRaEngine/modules/LoRaWanNetworkSrvModule/LoraTools/Mac/RXParamSetupAnswer.cs:line 35
at LoRaTools.MacCommand.CreateMacCommandFromBytes(String deviceId, ReadOnlyMemory`1 input) in /build/LoRaEngine/modules/LoRaWanNetworkSrvModule/LoraTools/Mac/MACCommand.cs:line 76
Thank you for raising the issue. I managed to isolate the message triggering the behavior. This is a particular malformed message that doesn't follow the lorawan specs.
Due to a missplaced catch clause in our code, we kept processing the message indefinitely. This is now fixed. We will release a new version in the next days encompassing all these fixes.
Should the problem happen again feel free to reopen the issue
Got this issue out of nowhere. Saved logs in support_bundle.zip
Restarting edge fixed it.
Expected Behavior
No errors, as I am not doing communication with devices, only receiving telemetry.
Current Behavior
Context (Environment)
All data in uploaded .zip
support_bundle.zip
The text was updated successfully, but these errors were encountered: