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.
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.....
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
innetbox-scanner.conf
. That also happens when you forget to prefixhttp://
toaddress
.