-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Plugin Version
0.4.0
NetBox Version
4.4.1
Python Version
packaged NetBox Community v4.4.1-Docker-3.4.1
Steps to Reproduce
Update Netbox custom objects from 0.2.0 to 0.40. follwing #213.
Boot up netbox and create custom objects with fields
Click import on the newly created object.
Expected Behavior
When I hit the import button I'm presented with the import UI
Observed Behavior
In my dev\test environment I get the following Server Error when I try to use the import function on a custom object. This same instance had earlier versions of netbox custom objects. I followed these instructions to get the application to boot with 0.4.0 enabled. After fully upgrading to 0.4.0 I created new custom objects, 2 of which i see the error. I tried creating a new custom object (a 3rd one since the update), which I CAN import to. I'm not sure what the difference is here.
There was a problem with your request. Please contact an administrator.
The complete exception is provided below:
<class 'netbox_custom_objects.models.CustomObjectType.DoesNotExist'>
CustomObjectType matching query does not exist.
Python version: 3.12.3
NetBox version: 4.4.1-Docker-3.4.1
Plugins:
netbox_custom_objects: 0.4.0
netbox_floorplan: 0.8.0
If further assistance is required, please post to the NetBox discussion forum on GitHub.