Server Error Must be "Device" instance. #19378
Replies: 2 comments 3 replies
-
I observe the same issue with various views, not just VLANs. Here is the debug traceback of trying to open a custom field view, which shows the same issue: Output
|
Beta Was this translation helpful? Give feedback.
-
We have a similar problem after upgrading from v4.2.7 to v4.3.0. Our stacktrace also has a section with code from one of our plugins
that looks very similar to your stacktrace
Your error is about a Device instance, in our case it wants an Interface instance, so I assume the issue has something to do with this |
Beta Was this translation helpful? Give feedback.
-
I updated to the newest version today. Not I get some error messages:
Is there a way to fix this?
`<class 'ValueError'>
Cannot query "Vlan33 (33)": Must be "Device" instance.
Python version: 3.12.3
NetBox version: 4.3.0-Docker-3.2.1
Plugins:
netbox_interface_synchronization: 4.1.6
netbox_reorder_rack: 1.1.3
netbox_topology_views: 4.2.1`
Beta Was this translation helpful? Give feedback.
All reactions