Clone cable causes server error 'str' object has no attribute 'label' #7828

Closed
opened 2025-12-29 20:28:44 +01:00 by adam · 0 comments
Owner

Originally created by @technut371 on GitHub (Mar 31, 2023).

Originally assigned to: @arthanson on GitHub.

NetBox version

v3.4.7

Python version

3.8

Steps to Reproduce

  1. view a cable.
  2. On cable view pane, click [clone] button.
  3. Server error reported:

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

The complete exception is provided below:

<class 'AttributeError'>

'str' object has no attribute 'label'

Python version: 3.8.10
NetBox version: 3.4.7

Expected Behavior

Expected to see a new cable page.

Observed Behavior

Page displayed:

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

The complete exception is provided below:

<class 'AttributeError'>

'str' object has no attribute 'label'

Python version: 3.8.10
NetBox version: 3.4.7

Originally created by @technut371 on GitHub (Mar 31, 2023). Originally assigned to: @arthanson on GitHub. ### NetBox version v3.4.7 ### Python version 3.8 ### Steps to Reproduce 1. view a cable. 2. On cable view pane, click [clone] button. 3. Server error reported: Server Error There was a problem with your request. Please contact an administrator. The complete exception is provided below: <class 'AttributeError'> 'str' object has no attribute 'label' Python version: 3.8.10 NetBox version: 3.4.7 ### Expected Behavior Expected to see a new cable page. ### Observed Behavior Page displayed: Server Error There was a problem with your request. Please contact an administrator. The complete exception is provided below: <class 'AttributeError'> 'str' object has no attribute 'label' Python version: 3.8.10 NetBox version: 3.4.7
adam added the type: bugstatus: accepted labels 2025-12-29 20:28:44 +01:00
adam closed this issue 2025-12-29 20:28:45 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#7828