Hello Everybody,
Some devices are not able to join to LBS.
Sometimes I see this kind of messages on device live data:
{
"name": "ns.down.data.schedule.fail",
"time": "2023-08-25T07:26:29.329613338Z",
"identifiers": [
{
"device_ids": {
"device_id": "XXXXX",
"application_ids": {
"application_id": "XXXXX"
},
"dev_eui": "XXXXX",
"join_eui": "XXXXX",
"dev_addr": "XXXXX"
}
}
],
"data": {
"@type": "type.googleapis.com/ttn.lorawan.v3.ErrorDetails",
"namespace": "pkg/gatewayserver",
"name": "schedule",
"message_format": "failed to schedule",
"correlation_id": "41853a3e98b24fe5a323f7494cd72f24",
"code": 10,
"details": [
{
"@type": "type.googleapis.com/ttn.lorawan.v3.ScheduleDownlinkErrorDetails",
"path_errors": [
{
"namespace": "pkg/gatewayserver",
"name": "schedule_path",
"message_format": "failed to schedule on path `{gateway_uid}`",
"attributes": {
"gateway_uid": "XXXXX"
},
"correlation_id": "9eb77f1af846431f906fb7799772fcd1",
"cause": {
"namespace": "pkg/gatewayserver/io",
"name": "tx_schedule",
"message_format": "failed to schedule",
"correlation_id": "ef8bed1359df40dd994f6b319f19a8c5",
"code": 10,
"details": [
{
"@type": "type.googleapis.com/ttn.lorawan.v3.ScheduleDownlinkErrorDetails",
"path_errors": [
{
"namespace": "pkg/gatewayserver/io",
"name": "rx_window_schedule",
"message_format": "schedule in Rx window `{window}` failed",
"attributes": {
"window": 1
},
"correlation_id": "13d3f5d86ca34c16b21222c3475093e1",
"cause": {
"namespace": "pkg/gatewayserver/scheduling",
"name": "blocked",
"message_format": "sub band is blocked for `{duration}`",
"attributes": {
"duration": "1.823496s"
},
"correlation_id": "51c9282c390145bd8d47e492eb1a0c66",
"code": 8
},
"code": 8
},
{
"namespace": "pkg/gatewayserver/io",
"name": "rx_window_schedule",
"message_format": "schedule in Rx window `{window}` failed",
"attributes": {
"window": 2
},
"correlation_id": "f84fc0e5002a41f0a65999c8e5e46bdc",
"cause": {
"namespace": "pkg/gatewayserver/scheduling",
"name": "blocked",
"message_format": "sub band is blocked for `{duration}`",
"attributes": {
"duration": "1.025416s"
},
"correlation_id": "888576f6574649e992b1a3399828cf37",
"code": 8
},
"code": 8
}
]
}
]
},
"code": 10,
"details": [
{
"@type": "type.googleapis.com/ttn.lorawan.v3.ScheduleDownlinkErrorDetails",
"path_errors": [
{
"namespace": "pkg/gatewayserver/io",
"name": "rx_window_schedule",
"message_format": "schedule in Rx window `{window}` failed",
"attributes": {
"window": 1
},
"correlation_id": "13d3f5d86ca34c16b21222c3475093e1",
"cause": {
"namespace": "pkg/gatewayserver/scheduling",
"name": "blocked",
"message_format": "sub band is blocked for `{duration}`",
"attributes": {
"duration": "1.823496s"
},
"correlation_id": "51c9282c390145bd8d47e492eb1a0c66",
"code": 8
},
"code": 8
},
{
"namespace": "pkg/gatewayserver/io",
"name": "rx_window_schedule",
"message_format": "schedule in Rx window `{window}` failed",
"attributes": {
"window": 2
},
"correlation_id": "f84fc0e5002a41f0a65999c8e5e46bdc",
"cause": {
"namespace": "pkg/gatewayserver/scheduling",
"name": "blocked",
"message_format": "sub band is blocked for `{duration}`",
"attributes": {
"duration": "1.025416s"
},
"correlation_id": "888576f6574649e992b1a3399828cf37",
"code": 8
},
"code": 8
}
]
}
]
}
]
}
]
},
"correlation_ids": [
"gs:conn:01H8KYBJMZMQG9Y17CV1NJXZ4Y",
"gs:up:host:01H8KYBJN4SNC1AEAD6DN2WVJH",
"gs:uplink:01H8NSCQ1K16QJKZ65Y909T9H2",
"ns:downlink:01H8NSCQEFTDVG8M1APAS256WV",
"ns:transmission:01H8NSCQEFMT0TSECKGMYZYDQC",
"ns:uplink:01H8NSCQ1MKP7QEAPEZMXGXFMP",
"rpc:/ttn.lorawan.v3.GsNs/HandleUplink:01H8NSCQ1MK1TTATB2SA3VRX2Z"
],
"origin": "ip-10-23-14-92.eu-west-1.compute.internal",
"context": {
"tenant-id": "XXXX"
},
"visibility": {
"rights": [
"RIGHT_APPLICATION_TRAFFIC_READ"
]
},
"unique_id": "01H8NSCQEH60714J6PG3F449BP"
}
Any idea?
Thanks in advance