Cannot add tags to config contexts #3666

Closed
opened 2025-12-29 18:30:28 +01:00 by adam · 1 comment
Owner

Originally created by @ebusto on GitHub (May 9, 2020).

Originally assigned to: @jeremystretch on GitHub.

Environment

  • Python version: 3.6.9
  • NetBox version: 2.8.3

Steps to Reproduce

  1. Create a new configuration context, and attempt to add an existing tag.

This is reproducible on DanSheps's demo instance.

Expected Behavior

The configuration context to be successfully created.

Observed Behavior

The following exception:

<class 'ValueError'>

Field 'id' expected a number but got 'hpe'.
Originally created by @ebusto on GitHub (May 9, 2020). Originally assigned to: @jeremystretch on GitHub. ### Environment * Python version: 3.6.9 * NetBox version: 2.8.3 ### Steps to Reproduce 1. Create a new configuration context, and attempt to add an existing tag. This is reproducible on DanSheps's [demo instance](https://master.netbox.dansheps.com). ### Expected Behavior The configuration context to be successfully created. ### Observed Behavior The following exception: ``` <class 'ValueError'> Field 'id' expected a number but got 'hpe'. ```
adam added the type: bugstatus: accepted labels 2025-12-29 18:30:28 +01:00
adam closed this issue 2025-12-29 18:30:28 +01:00
Author
Owner

@jeremystretch commented on GitHub (May 12, 2020):

Related to #4527?

@jeremystretch commented on GitHub (May 12, 2020): Related to #4527?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#3666