Current Cofig page leading to AttributeError #8539

Closed
opened 2025-12-29 20:37:56 +01:00 by adam · 3 comments
Owner

Originally created by @Pythbit on GitHub (Aug 30, 2023).

Originally assigned to: @jeremystretch on GitHub.

NetBox version

v3.6.0

Python version

3.10

Steps to Reproduce

  1. Navigate to Admin > Configuration > Current Config

Expected Behavior

Not to be returned a server error

Observed Behavior

Page returns HTTP 500 with:

<class 'AttributeError'>

'NoneType' object has no attribute '_meta'

Python version: 3.10.12
Netbox version: 3.6.0
Plugins: None installed
Originally created by @Pythbit on GitHub (Aug 30, 2023). Originally assigned to: @jeremystretch on GitHub. ### NetBox version v3.6.0 ### Python version 3.10 ### Steps to Reproduce 1. Navigate to Admin > Configuration > Current Config ### Expected Behavior Not to be returned a server error ### Observed Behavior Page returns HTTP 500 with: ``` <class 'AttributeError'> 'NoneType' object has no attribute '_meta' Python version: 3.10.12 Netbox version: 3.6.0 Plugins: None installed ```
adam added the type: bugstatus: acceptedseverity: medium labels 2025-12-29 20:37:56 +01:00
adam closed this issue 2025-12-29 20:37:56 +01:00
Author
Owner

@illgetmine16 commented on GitHub (Aug 31, 2023):

Should this have fixed the docker image as well? I just updated and getting the error on there.

@illgetmine16 commented on GitHub (Aug 31, 2023): Should this have fixed the docker image as well? I just updated and getting the error on there.
Author
Owner

@jeremystretch commented on GitHub (Aug 31, 2023):

@illgetmine16 this hasn't even been released yet. It will be included in NetBox v3.6.1.

@jeremystretch commented on GitHub (Aug 31, 2023): @illgetmine16 this hasn't even been released yet. It will be included in NetBox v3.6.1.
Author
Owner

@illgetmine16 commented on GitHub (Aug 31, 2023):

Oh, alright. Thank you!

@illgetmine16 commented on GitHub (Aug 31, 2023): Oh, alright. Thank you!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#8539