netbox plugins #9803
neerajverma1980
started this conversation in
General
netbox plugins
#9803
Replies: 1 comment
-
Which version of Netbox? And which Netbox plugin are you trying to use? My first guess is that the plugin doesn't work with the version of Netbox you're using. In any case, the issue probably ought to be raised with the plugin author. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Getting the error for netbox plugin it show the list but some how when i am trying to add it is giving the error
Internal Server Error: /plugins/device-onboarding/onboarding-task/add/
Traceback (most recent call last):
File "/opt/netbox/.venv/netbox/lib/python3.8/site-packages/django/core/handlers/exception.py", line 55, in inner
response = get_response(request)
File "/opt/netbox/.venv/netbox/lib/python3.8/site-packages/django/core/handlers/base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "/opt/netbox/.venv/netbox/lib/python3.8/site-packages/django/views/generic/base.py", line 84, in view
return self.dispatch(request, *args, **kwargs)
File "/home/vagrant/netbox/netbox/netbox/views/generic/object_views.py", line 298, in dispatch
return super().dispatch(request, *args, **kwargs)
File "/home/vagrant/netbox/netbox/utilities/views.py", line 90, in dispatch
return super().dispatch(request, *args, **kwargs)
File "/opt/netbox/.venv/netbox/lib/python3.8/site-packages/django/views/generic/base.py", line 119, in dispatch
return handler(request, *args, **kwargs)
File "/home/vagrant/netbox/netbox/netbox/views/generic/object_views.py", line 342, in get
form = self.form(instance=obj, initial=initial_data)
TypeError: 'NoneType' object is not callable
Beta Was this translation helpful? Give feedback.
All reactions