Replies: 2 comments 14 replies
-
I don't understand. How did you get a "circuit connected to interface" without using a circuit termination? Otherwise, I wonder if it's a permissions thing. If you login to Netbox using a superuser account, are the terminations visible? |
Beta Was this translation helpful? Give feedback.
-
I'm a superuser and circuit was connected a while ago. Log retention is 90 days so there is nothing to look for in change log Reason i stumbled upon this is that i updated circuit type on this particular circuit. If i just disconnect from the interface will that remove values that django is complaining about? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a circuit connected to interface and visible in interface overview of a device.
But when go to circuit detail page there are no terminations visible. If i try to add termination A i get following error
duplicate key value violates unique constraint "circuits_circuittermination_circuit_id_term_side_b13efd0e_uniq"
DETAIL: Key (circuit_id, term_side)=(81, A) already exists.
Python version: 3.6.9
NetBox version: 2.11.12
How would one correct this?
Beta Was this translation helpful? Give feedback.
All reactions