Unable to add Rack reservation #4262

Closed
opened 2025-12-29 18:34:17 +01:00 by adam · 3 comments
Owner

Originally created by @DavidLiedke on GitHub (Nov 10, 2020).

Environment

  • Python version: 3.6.9
  • NetBox version: 2.9.7

Steps to Reproduce

  1. Go to --> Organization --> Racks --> Reserverations
  2. Add new Reservation
  3. Choose Rack

"The results could not be loaded"
TeamViewer_UPH9xhFuLd

Originally created by @DavidLiedke on GitHub (Nov 10, 2020). ### Environment * Python version: 3.6.9 * NetBox version: 2.9.7 <!-- Describe in detail the exact steps that someone else can take to reproduce this bug using the current stable release of NetBox. Begin with the creation of any necessary database objects and call out every operation being performed explicitly. If reporting a bug in the REST API, be sure to reconstruct the raw HTTP request(s) being made: Don't rely on a client library such as pynetbox. --> ### Steps to Reproduce 1. Go to --> Organization --> Racks --> Reserverations 2. Add new Reservation 3. Choose Rack <!-- What happened instead? --> "The results could not be loaded" ![TeamViewer_UPH9xhFuLd](https://user-images.githubusercontent.com/25581728/98647261-e90ac200-2334-11eb-82a6-81a10342dfa6.png)
adam closed this issue 2025-12-29 18:34:18 +01:00
Author
Owner

@dteknet commented on GitHub (Nov 10, 2020):

I do confirm the same but in a slight different way. The list of racks is displayed, but if to choose any and then open the list again, the message appears.
Python 3.6.9, NetBox 2.9.9

image
image

@dteknet commented on GitHub (Nov 10, 2020): I do confirm the same but in a slight different way. The list of racks is displayed, but if to choose any and then open the list again, the message appears. Python 3.6.9, NetBox 2.9.9 ![image](https://user-images.githubusercontent.com/65331309/98674276-40bf2280-2361-11eb-97d0-d9aed348927f.png) ![image](https://user-images.githubusercontent.com/65331309/98674304-4b79b780-2361-11eb-8fb0-91dfd9de1d5e.png)
Author
Owner

@jeremystretch commented on GitHub (Nov 16, 2020):

I'm not able to reproduce this issue on v2.9.9. However, I have opened #5350 for a related bug, which is preventing proper filtering of the available racks based on the selected rack group (and causing the error @dteknet illustrates above). However, the fix for this is likely not related to the original bug report here.

@DavidLiedke I suggest first upgrading to v2.9.9 to see if the problem persists. If so, try inspecting the REST API call being made with your browser's developer tools (typically opened by pressing F12).

@jeremystretch commented on GitHub (Nov 16, 2020): I'm not able to reproduce this issue on v2.9.9. However, I have opened #5350 for a related bug, which is preventing proper filtering of the available racks based on the selected rack group (and causing the error @dteknet illustrates above). However, the fix for this is likely not related to the original bug report here. @DavidLiedke I suggest first upgrading to v2.9.9 to see if the problem persists. If so, try inspecting the REST API call being made with your browser's developer tools (typically opened by pressing F12).
Author
Owner

@DavidLiedke commented on GitHub (Nov 16, 2020):

All works fine with Version 2.9.9.

Thank you.

@DavidLiedke commented on GitHub (Nov 16, 2020): All works fine with Version 2.9.9. Thank you.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#4262