Server Error accessing specific Report via API #8568

Closed
opened 2025-12-29 20:38:17 +01:00 by adam · 1 comment
Owner

Originally created by @Haeki on GitHub (Sep 4, 2023).

Originally assigned to: @arthanson on GitHub.

NetBox version

v3.6.0

Python version

3.11

Steps to Reproduce

  1. Go to /api/extras/reports/
  2. Got to any of the URLs returned in the "url" fields
  3. Server Error:
    image

Expected Behavior

The API should return the Details of the specific report.
Working example in NetBox v3.4.4:
image

Observed Behavior

Accessing /api/extras/reports/datacenter_sites.ErrorCheckSummary/ in NetBox v3.6.0 does not return an answer like in v3.4 but instead creates a Server Error.

Originally created by @Haeki on GitHub (Sep 4, 2023). Originally assigned to: @arthanson on GitHub. ### NetBox version v3.6.0 ### Python version 3.11 ### Steps to Reproduce 1. Go to /api/extras/reports/ 2. Got to any of the URLs returned in the "url" fields 3. Server Error: ![image](https://github.com/netbox-community/netbox/assets/6272118/4e166494-2695-4f5f-ae2a-c92859b1d97e) ### Expected Behavior The API should return the Details of the specific report. Working example in NetBox v3.4.4: ![image](https://github.com/netbox-community/netbox/assets/6272118/d850c3c5-5d17-4c8d-9599-909040aa070a) ### Observed Behavior Accessing `/api/extras/reports/datacenter_sites.ErrorCheckSummary/` in NetBox v3.6.0 does not return an answer like in v3.4 but instead creates a Server Error.
adam added the type: bugstatus: acceptedseverity: medium labels 2025-12-29 20:38:17 +01:00
adam closed this issue 2025-12-29 20:38:17 +01:00
Author
Owner

@kkthxbye-code commented on GitHub (Sep 4, 2023):

Thanks for the report, I managed to replicate it fine by uploading the example report from the docs.

Seems to have been broken for a while, it was still broken on 3.5.0 at least.

@kkthxbye-code commented on GitHub (Sep 4, 2023): Thanks for the report, I managed to replicate it fine by uploading the [example report from the docs](https://docs.netbox.dev/en/stable/customization/reports/#writing-reports). Seems to have been broken for a while, it was still broken on 3.5.0 at least.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#8568