Hi Guys, can anyone cast some light on why this message would occasionally occur:
This particular event details are as follows:
{
"name": "ns.down.data.schedule.fail",
"time": "2023-09-13T04:54:02.805622623Z",
"identifiers": [
{
"device_ids": {
"device_id": "eui-86-80-00-01-01-19-01-02",
"application_ids": {
"application_id": "aus-eastron-elec-v3"
},
"dev_eui": "8680000101190102",
"join_eui": "8680000201190102",
"dev_addr": "2702E1D6"
}
}
],
"data": {
"@type": "type.googleapis.com/ttn.lorawan.v3.ErrorDetails",
"namespace": "pkg/gatewayserver",
"name": "schedule",
"message_format": "failed to schedule",
"correlation_id": "227079ed62f348549d4274dec588bd0d",
"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": "aus-iot-bottleprint@aus-iot"
},
"correlation_id": "7146c72c41c64df08c61df1bb117504d",
"cause": {
"namespace": "pkg/gatewayserver/io",
"name": "tx_schedule",
"message_format": "failed to schedule",
"correlation_id": "60959139ef3b4f6298656a1dedbb18a6",
"code": 10,
"details": [
{
"@type": "type.googleapis.com/ttn.lorawan.v3.ScheduleDownlinkErrorDetails",
"path_errors": [
{
"namespace": "pkg/gatewayserver/io",
"name": "rx_empty",
"message_format": "settings empty",
"correlation_id": "3582cfa910f441f2922c4bcb6ffda5bd",
"code": 9
},
{
"namespace": "pkg/gatewayserver/io",
"name": "rx_window_schedule",
"message_format": "schedule in Rx window `{window}` failed",
"attributes": {
"window": 2
},
"correlation_id": "6a206597228b4957a515cf46c3a9a0dd",
"cause": {
"namespace": "pkg/gatewayserver/scheduling",
"name": "conflict",
"message_format": "scheduling conflict",
"correlation_id": "1f72b5f75ddc45169ad540e41748c4e4",
"code": 6
},
"code": 6
}
]
}
]
},
"code": 10,
"details": [
{
"@type": "type.googleapis.com/ttn.lorawan.v3.ScheduleDownlinkErrorDetails",
"path_errors": [
{
"namespace": "pkg/gatewayserver/io",
"name": "rx_empty",
"message_format": "settings empty",
"correlation_id": "3582cfa910f441f2922c4bcb6ffda5bd",
"code": 9
},
{
"namespace": "pkg/gatewayserver/io",
"name": "rx_window_schedule",
"message_format": "schedule in Rx window `{window}` failed",
"attributes": {
"window": 2
},
"correlation_id": "6a206597228b4957a515cf46c3a9a0dd",
"cause": {
"namespace": "pkg/gatewayserver/scheduling",
"name": "conflict",
"message_format": "scheduling conflict",
"correlation_id": "1f72b5f75ddc45169ad540e41748c4e4",
"code": 6
},
"code": 6
}
]
}
]
}
]
}
]
},
"correlation_ids": [
"as:downlink:01HA6E5PKMBFN8EBKHCE51VBRS",
"ns:downlink:01HA6E789MPBKERXK8K2764BW7",
"ns:transmission:01HA6E789ME39H6RMACAR9FXY8"
],
"origin": "ip-10-23-15-79.eu-west-1.compute.internal",
"context": {
"tenant-id": "CgdhdXMtaW90"
},
"visibility": {
"rights": [
"RIGHT_APPLICATION_TRAFFIC_READ"
]
},
"unique_id": "01HA6E789N1EJS29CPC4HHYG3K"
}
Thanks