I installed ttn stack v3 on my private server and got everything working, but when I receive something on the gateway, I get the following error:
Host cluster
failed to handle message: No device matches uplink
I already created the application and the end device with matching eui, device addr, network key, app key… I don’t know what is wrong.
Here’s the json with error… Maybe it helps.
],
“data”: {
“@type”: “type.googleapis.com/ttn.lorawan.v3.ErrorDetails”,
“namespace”: “pkg/gatewayserver”,
“name”: “host_handle”,
“message_format”: “host {host}
failed to handle message”,
“attributes”: {
“host”: “cluster”
},
“cause”: {
“namespace”: “pkg/networkserver”,
“name”: “device_not_found”,
“message_format”: “device not found”,
“correlation_id”: “7bfcc498ceea4575b3cde530051ed318”,
“cause”: {
“namespace”: “pkg/networkserver/redis”,
“name”: “no_uplink_match”,
“message_format”: “no device matches uplink”,
“code”: 5
},
“code”: 5
},
“code”: 5
},
“correlation_ids”: [
“gs:conn:01EVH85VV7Y81Z2TEWC1RFKQ4F”,
“gs:up:host:01EVH85WJYFYJXQNR6K21DNY0P”,
“gs:uplink:01EVJFTJRAAWD6B0H2BWZWG0K5”
],
“origin”: “cc7df4ef1d13”,
“visibility”: {
“rights”: [
“RIGHT_GATEWAY_TRAFFIC_READ”
]
},
“unique_id”: “01EVJFTJRGNNXQ9SCW2JA9PA3R”
}