Exception raised when creating/viewing a circuit with a non-connected termination #2666

Closed
opened 2025-12-29 18:21:01 +01:00 by adam · 0 comments
Owner

Originally created by @jcollie on GitHub (Jun 14, 2019).

Environment

  • Python version: 3.6.8
  • NetBox version: v2.6-beta1

Steps to Reproduce

  1. Create a circuit
  2. Add a circuit termination

Expected Behavior

New web page displaying details of circuit

Observed Behavior

There was a problem with your request. Please contact an administrator.

The complete exception is provided below:

<class 'django.urls.exceptions.NoReverseMatch'>

Reverse for 'circuittermination_connect' with keyword arguments '{'termination_a_id': 6}' not found. 1 pattern(s) tried: ['circuits\/circuit\-terminations\/(?P<termination_a_id>[0-9]+)\/connect\/(?P<termination_b_type>[^/]+)\/$']

If further assistance is required, please post to the NetBox mailing list.

Originally created by @jcollie on GitHub (Jun 14, 2019). ### Environment * Python version: 3.6.8 * NetBox version: v2.6-beta1 ### Steps to Reproduce 1. Create a circuit 2. Add a circuit termination <!-- What did you expect to happen? --> ### Expected Behavior New web page displaying details of circuit <!-- What happened instead? --> ### Observed Behavior There was a problem with your request. Please contact an administrator. The complete exception is provided below: <class 'django.urls.exceptions.NoReverseMatch'> Reverse for 'circuittermination_connect' with keyword arguments '{'termination_a_id': 6}' not found. 1 pattern(s) tried: ['circuits\\/circuit\\-terminations\\/(?P<termination_a_id>[0-9]+)\\/connect\\/(?P<termination_b_type>[^/]+)\\/$'] If further assistance is required, please post to the NetBox mailing list.
adam added the type: bugstatus: accepted labels 2025-12-29 18:21:01 +01:00
adam closed this issue 2025-12-29 18:21:01 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#2666