Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Traceback on GIXLG Collector #9

Open
tomicke opened this issue Oct 11, 2016 · 0 comments
Open

Traceback on GIXLG Collector #9

tomicke opened this issue Oct 11, 2016 · 0 comments

Comments

@tomicke
Copy link

tomicke commented Oct 11, 2016

Helllo!

I have installed ExabGP and i'm trying to get GIXLG to work on a server. I have one eBGP-speaker advertising several IPv4-prefixes to ExaBGP. When i add the process to collect information and install them to the mysql database i get the following:

INFO:root:EXABGP: { "exabgp": "3.5.0", "time": 1476214266.24, "host" : "exabgp01", "pid" : 2740, "ppid" : 1, "counter": 16, "type": "update", "neighbor": { "address": { "local": "172.16.1.5", "peer": "172.16.1.14" }, "asn": { "local": "65129", "peer": "65300" }, "direction": "receive", "message": { "eor": { "afi" : "ipv4", "safi" : "unicast" } } } }
ERROR:root:GIXLG: collector / exception: (<type 'exceptions.KeyError'>, KeyError('ip',), <traceback object at 0x7f179a55d7a0>)
Traceback (most recent call last):
File "/etc/exabgp/processes/collector.py", line 180, in Collector_Worker
prefix["neighbor"] = prefix_json["neighbor"]["ip"]
KeyError: 'ip'

collector.py is configured to debug so i also see the following spamming my logfile

INFO:root:GIXLG: cached prefixes: 0
INFO:root:GIXLG: stats / update
INFO:root:GIXLG: collector queue empty

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant