Server Error on exporting netbox "System Info" #10458

Closed
opened 2025-12-29 21:31:44 +01:00 by adam · 1 comment
Owner

Originally created by @maxzapp on GitHub (Nov 8, 2024).

Originally assigned to: @jeremystretch on GitHub.

Deployment Type

Self-hosted

Triage priority

N/A

NetBox Version

V4.1.6

Python Version

3.10

Steps to Reproduce

  1. Click on Admin
  2. Click on System
  3. Click on Export

Expected Behavior

Export of shown Data eg in Text or CSV

Observed Behavior

A Server Error raised:

<class 'AttributeError'>

'ConfigRevision' object has no attribute 'ALLOWED_URL_SCHEMES'

Python version: 3.10.12
NetBox version: 4.1.6
Plugins: None installed

Originally created by @maxzapp on GitHub (Nov 8, 2024). Originally assigned to: @jeremystretch on GitHub. ### Deployment Type Self-hosted ### Triage priority N/A ### NetBox Version V4.1.6 ### Python Version 3.10 ### Steps to Reproduce 1. Click on Admin 2. Click on System 3. Click on Export ### Expected Behavior Export of shown Data eg in Text or CSV ### Observed Behavior A Server Error raised: <class 'AttributeError'> 'ConfigRevision' object has no attribute 'ALLOWED_URL_SCHEMES' Python version: 3.10.12 NetBox version: 4.1.6 Plugins: None installed
adam added the type: bugstatus: acceptedseverity: medium labels 2025-12-29 21:31:44 +01:00
adam closed this issue 2025-12-29 21:31:44 +01:00
Author
Owner

@jeremystretch commented on GitHub (Nov 12, 2024):

I'm able to replicate this only when at least one configuration revision has been created. However, the specific exception message I receive is

'ConfigRevision' object has no attribute 'BANNER_BOTTOM'

The fix for this issue should include a test which attempts to export the system configuration with at least one ConfigRevision in place.

@jeremystretch commented on GitHub (Nov 12, 2024): I'm able to replicate this only when at least one configuration revision has been created. However, the specific exception message I receive is > 'ConfigRevision' object has no attribute 'BANNER_BOTTOM' The fix for this issue should include a test which attempts to export the system configuration with at least one ConfigRevision in place.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#10458