-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'CircuitTermination' object has no attribute 'provider_network' #593
Comments
Workaround is to untick "Show Circuit Terminations" for now. |
How does your circuit look like? Both terminations on an interface? |
The Z side is a provider network. To circle back round to this comment #590 (comment) netbox-topology-views/netbox_topology_views/views.py Lines 446 to 453 in cf86419
I think this should instead be:
Saying that, I don't see |
After upgrading Netbox from 4.0.9 to 4.2.1 and Topology Views from 4.0.9 to 4.2.0
The same workaround @ibuclaw mentioned works for me.
Below is a cable trace related to the Circuit. NetBox release NetBox Community v4.2.1 (2025-01-08) |
Also and issue with all other termination types. |
NetBox version
4.2.1
Topology Views version
4.2.0
Steps to Reproduce
Display topology
Expected Behavior
Topology to be displayed.
Observed Behavior
<class 'AttributeError'>
'CircuitTermination' object has no attribute 'provider_network'
Python version: 3.10.12
NetBox version: 4.2.1
Plugins:
netbox_ipcalculator: 1.4.9
netbox_lists: 4.0.1
netbox_topology_views: 4.2.0
The text was updated successfully, but these errors were encountered: