Hello All,
I installed Chirpstack on an Ubuntu server.
Trying playing with Passive Roaming API, i got this strange Error, don’t know how to handle it.
{“ProtocolVersion”:“1.0”,“SenderID”:“000000”,“ReceiverID”:“000001”,“TransactionID”:21,“MessageType”:“PRStartAns”,“VSExtension”:{},“Result”:{“ResultCode”:“Other”,“Description”:"unmarshal json error: encoding/hex: invalid byte: U+0078 ‘x’"}}
JSon Message:
{
“ProtocolVersion”:“1.0”,
“SenderID”:“000001”,
“ReceiverID”:“000000”,
“TransactionID”:21,
“MessageType”:“PRStartReq”,
“PHYPayload”:“0x806cbfab1d80000002fc7fa80c17d55b855ca8a014”,
“ULMetaData”:{
“DevAddr”:“0x1d…”,
“DataRate”:4,
“ULFreq”:868.3,
“RecvTime”:“2021-12-08T05:53:07.000+01:00”,
“RFRegion”:“eu868”,
“GWInfo”:[
{
“ID”:“0x00AACC12”,
“RFRegion”:“eu868”,
“RSSI”:-33,
“SNR”:10.500000,
“Lat”:0.000000,
“Lon”:0.000000,
“ULToken”:“7B226C72726964223A…”,
“DLAllowed”:true
}
]
}
}