den-it / ntmap

Network topology map using Netbox as a data source
MIT License
146 stars 14 forks source link

Error #16

Open nuxlux1 opened 1 year ago

nuxlux1 commented 1 year ago

Hello, I have a problem with ntmap. After connecting to the database I had this error message: 'column p.asn does not exist LINE 5: p.asn AS asn,^' instead the network graph. I using netbox V3.4.1. Maby the current ntmap version 0.80 don't fit with netbox 3.4.x

LHBL2003 commented 1 year ago

I also have the error. I am currently using v3.4.2.

column p.asn does not exist LINE 5: p.asn AS asn, ^

nuxlux1 commented 1 year ago

If I delete line 361 (p.asn AS asn,) in the wsgi.py, it works for me.