Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server Error on exporting netbox "System Info" #17969

Closed
maxzapp opened this issue Nov 8, 2024 · 1 comment · Fixed by #17991
Closed

Server Error on exporting netbox "System Info" #17969

maxzapp opened this issue Nov 8, 2024 · 1 comment · Fixed by #17991
Assignees
Labels
severity: medium Results in substantial degraded or broken functionality for specfic workflows status: accepted This issue has been accepted for implementation type: bug A confirmed report of unexpected behavior in the application

Comments

@maxzapp
Copy link

maxzapp commented Nov 8, 2024

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

@maxzapp maxzapp added status: needs triage This issue is awaiting triage by a maintainer type: bug A confirmed report of unexpected behavior in the application labels Nov 8, 2024
@jeremystretch
Copy link
Member

jeremystretch commented 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 jeremystretch added status: needs owner This issue is tentatively accepted pending a volunteer committed to its implementation severity: medium Results in substantial degraded or broken functionality for specfic workflows and removed status: needs triage This issue is awaiting triage by a maintainer labels Nov 12, 2024
@jeremystretch jeremystretch self-assigned this Nov 12, 2024
@jeremystretch jeremystretch added status: accepted This issue has been accepted for implementation and removed status: needs owner This issue is tentatively accepted pending a volunteer committed to its implementation labels Nov 12, 2024
jsenecal pushed a commit to jsenecal/netbox that referenced this issue Nov 12, 2024
This was referenced Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
severity: medium Results in substantial degraded or broken functionality for specfic workflows status: accepted This issue has been accepted for implementation type: bug A confirmed report of unexpected behavior in the application
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants