error after creating prefix #5565

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

Originally created by @jgrexa on GitHub (Oct 27, 2021).

NetBox version

v3.0.7

Python version

3.9

Steps to Reproduce

  1. create new prefix with "create & add another"

Expected Behavior

Create new prefix without error and show dialog to add another prefix

Observed Behavior

Prefix is created, but error screen appears instead of dialog to add another prefix.

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

The complete exception is provided below:

<class 'TypeError'>

Field 'id' expected a number but got ['13', '13'].

Python version: 3.9.5
NetBox version: 3.0.7
If further assistance is required, please post to the NetBox discussion forum on GitHub.
Originally created by @jgrexa on GitHub (Oct 27, 2021). ### NetBox version v3.0.7 ### Python version 3.9 ### Steps to Reproduce 1. create new prefix with "create & add another" ### Expected Behavior Create new prefix without error and show dialog to add another prefix ### Observed Behavior Prefix is created, but error screen appears instead of dialog to add another prefix. ``` Server Error There was a problem with your request. Please contact an administrator. The complete exception is provided below: <class 'TypeError'> Field 'id' expected a number but got ['13', '13']. Python version: 3.9.5 NetBox version: 3.0.7 If further assistance is required, please post to the NetBox discussion forum on GitHub. ```
adam added the type: bugstatus: duplicate labels 2025-12-29 19:29:26 +01:00
adam closed this issue 2025-12-29 19:29:26 +01:00
Author
Owner

@jgrexa commented on GitHub (Oct 27, 2021):

fixed by upgrading to 3.0.8, likely same as https://github.com/netbox-community/netbox/issues/7534

@jgrexa commented on GitHub (Oct 27, 2021): fixed by upgrading to 3.0.8, likely same as https://github.com/netbox-community/netbox/issues/7534
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#5565