lopes / netbox-scanner

A scanner util for NetBox
MIT License
164 stars 39 forks source link

Misleading error message #25

Open casperklein opened 3 years ago

casperklein commented 3 years ago

https://github.com/lopes/netbox-scanner/blob/af65c252776127d2ab3505862fca7670e299c45c/nbs/__init__.py#L45

This error message is shown for all kind of errors. In my case I had a typo in address in netbox-scanner.conf. That also happens when you forget to prefix http:// to address.

bilbolodz commented 2 years ago

It's VERY important remark. I took me hours to figure out what 's wrong with my setup. Finally I started to read documentation of pynetbox and found that address should with http:// and now found these issue.....