Config Context with list cause http 500 while getting object by id #2497

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

Originally created by @eucariot on GitHub (Apr 4, 2019).

Environment

  • Python 3.5.2
  • NetBox v2.4.4

Steps to Reproduce

  1. Add new config context which container is list (for example: [{"1": "2"}])
  2. Get device by id via API.

Expected Behavior

Get correct http reply

Observed Behavior

fails with 500 (need more than 1 value to unpack)

Originally created by @eucariot on GitHub (Apr 4, 2019). ### Environment * Python 3.5.2 * NetBox v2.4.4 ### Steps to Reproduce 1. Add new config context which container is list (for example: [{"1": "2"}]) 2. Get device by id via API. <!-- What did you expect to happen? --> ### Expected Behavior Get correct http reply <!-- What happened instead? --> ### Observed Behavior fails with 500 (need more than 1 value to unpack)
adam closed this issue 2025-12-29 18:19:24 +01:00
Author
Owner

@jeremystretch commented on GitHub (Apr 4, 2019):

Please upgrade to the most recent stable release of NetBox (v2.5.9). You can request to re-open this ticket if the problem remains.

@jeremystretch commented on GitHub (Apr 4, 2019): Please upgrade to the most recent stable release of NetBox (v2.5.9). You can request to re-open this ticket if the problem remains.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#2497