v4.5.6 - virtual interface error, gui not loading #22

Closed
opened 2026-04-05 16:21:14 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @ITJamie on 4/2/2026

NetBox Edition

NetBox Community

NetBox Version

v4.5.6

Python Version

3.12

Steps to Reproduce

1: create an interface on a device with type set to virtual
2: attempt to load the display view of that interface

Expected Behavior

that the display view will load

Observed Behavior

The complete exception is provided below:

<class 'dcim.models.device_components.Interface.virtual_circuit_termination.RelatedObjectDoesNotExist'>

Interface has no virtual_circuit_termination.

Python version: 3.12.3
NetBox version: 4.5.6
Plugins: 
  netbox_demo: 0.5.0
The request which yielded the above error is shown below:

GET https://demo.netbox.dev/dcim/interfaces/1726/
*Originally created by @ITJamie on 4/2/2026* ### NetBox Edition NetBox Community ### NetBox Version v4.5.6 ### Python Version 3.12 ### Steps to Reproduce 1: create an interface on a device with type set to virtual 2: attempt to load the display view of that interface ### Expected Behavior that the display view will load ### Observed Behavior ``` The complete exception is provided below: <class 'dcim.models.device_components.Interface.virtual_circuit_termination.RelatedObjectDoesNotExist'> Interface has no virtual_circuit_termination. Python version: 3.12.3 NetBox version: 4.5.6 Plugins: netbox_demo: 0.5.0 The request which yielded the above error is shown below: GET https://demo.netbox.dev/dcim/interfaces/1726/ ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/netbox#22