AttributeError at /api/extras/reports/ #2498

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

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

Environment

  • Python version: 3.6.7
  • NetBox version: 2.5.9

Steps to Reproduce

  1. Navigate to the API endpoint `/api/extras/reports/

Expected Behavior

List of all report results

Observed Behavior

An exception is raised:

AttributeError at /api/extras/reports/
'ReportViewSet' object has no attribute '__name__'
Originally created by @jeremystretch on GitHub (Apr 4, 2019). ### Environment * Python version: 3.6.7 * NetBox version: 2.5.9 ### Steps to Reproduce 1. Navigate to the API endpoint `/api/extras/reports/ ### Expected Behavior List of all report results ### Observed Behavior An exception is raised: ``` AttributeError at /api/extras/reports/ 'ReportViewSet' object has no attribute '__name__' ```
adam added the type: bugstatus: accepted labels 2025-12-29 18:19:24 +01:00
adam closed this issue 2025-12-29 18:19:24 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#2498