Skip to content

RIS Live partial message error #184

@digizeph

Description

@digizeph

On version eda9e77

limbo@bgpstream-test:~/libbgpstream$ bgpreader -p ris-live
WARN: No time window specified, defaulting to live mode
2020-04-16 12:17:26 32667: bs_format_rislive.c:245: ERROR: Failed to parse RIS Live raw data (Partial Message)
2020-04-16 12:17:26 32667: bs_format_rislive.c:313: WARNING: Corrupted RIS Live message: {"type":"ris_message","data":{"timestamp":1587064364.36,"peer":"91.206.52.201","peer_asn":"210036","id":"20-91-206-52-201-125221","raw":"FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF001501","host":"rrc20","type":"NOTIFICATION","notification":{"code":1,"subcode":2,"data":"4F50454E2068617320616E20696E76616C6964206D657373616765206C656E677468206F66203231"}}}

Formatted message:

{
  "type": "ris_message",
  "data": {
    "timestamp": 1587064364.36,
    "peer": "91.206.52.201",
    "peer_asn": "210036",
    "id": "20-91-206-52-201-125221",
    "raw": "FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF001501",
    "host": "rrc20",
    "type": "NOTIFICATION",
    "notification": {
      "code": 1,
      "subcode": 2,
      "data": "4F50454E2068617320616E20696E76616C6964206D657373616765206C656E677468206F66203231"
    }
  }
}

Also noticed that the time it takes to establish the ris-live connection has been very long sometimes, while directly calling curl command seems to be instantaneous for me.

Related to #116 and #155.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions