-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
There's a more direct way to test this:
To me, it looks like the error message is correct: there is no such thing as The best way to do that is to get a full exception backtrace. Setting ADMINS and EMAIL in configuration.py will send out an E-mail if an exception occurs during a normal netbox operation - although I don't know if it does during AJAX calls. Otherwise, there is a brute-force way:
I've checked the code in those files, and there's no conditional import or catching of ImportError. So it seems Napalm itself is broken, which is easy to test:
There you go. Looks to me like a bug you can report upstream, since you can easily reproduce it standalone without Netbox. FYI, my
and the versions I have:
|
Beta Was this translation helpful? Give feedback.
There's a more direct way to test this: