-
Notifications
You must be signed in to change notification settings - Fork 76
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
Issues with the gobgp_to_mongo.py file #5
Comments
Did you find a fix for this? When i hit my IP i get "Internal Server Error" So for me its completely broken :( |
So i did a little googling. New to Docker as well so didn't help. I was able to get everything up and running without issue by doing the following: Edit these files: and add the following right above "RUN apt-get update" RUN sed -i 's/security/old-releases/' /etc/apt/sources.list After i did that i killed the running containers and pruned docker. Then proceed to the last instruction again to build and run the containers. |
Hi tldale, Sorry for the late response, this project was pushed to the side since I could not find any resolution to the above. I got the update issue fixed by using FROM ubuntu 18.04 in the Dockerfile but the error I have seems to be due to a null entry in the database table. |
Hi,
After following the tutorial, we got the dashboard running. However, it is not being updated with new data.
The following errors keep popping up constantly when we run the build:
gobgp_1 | File "/var/tmp/gobgp_to_mongo.py", line 177, in
gobgp_1 | sys.exit(main())
gobgp_1 | File "/var/tmp/gobgp_to_mongo.py", line 167, in main
gobgp_1 | prefix_from_gobgp = build_json(get_update_entry(line))
gobgp_1 | File "/var/tmp/gobgp_to_mongo.py", line 75, in build_json
gobgp_1 | '_id': update_entry['nlri']['prefix'],
gobgp_1 | TypeError: 'NoneType' object is not subscriptable
The text was updated successfully, but these errors were encountered: