Description Missing None Type Error - 3.2.6 #6687

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

Originally created by @darcynz on GitHub (Jul 19, 2022).

Originally assigned to: @jeremystretch on GitHub.

NetBox version

v3.2.6

Python version

3.9

Steps to Reproduce

  1. Have a report with out a description.
  2. Go to Reports in netbox.
  3. System crashes.

Expected Behavior

This didn't error before the upgrade, but can understand that description fields could be mandatory.

Raising this as perhaps the exception was very generic, we weren't sure at first what caused the issue. But we saw a description was missing and once updated the issue was resolved.

Observed Behavior

-class 'AttributeError'-

'NoneType' object has no attribute 'strip'

Originally created by @darcynz on GitHub (Jul 19, 2022). Originally assigned to: @jeremystretch on GitHub. ### NetBox version v3.2.6 ### Python version 3.9 ### Steps to Reproduce 1. Have a report with out a description. 2. Go to Reports in netbox. 3. System crashes. ### Expected Behavior This didn't error before the upgrade, but can understand that description fields could be mandatory. Raising this as perhaps the exception was very generic, we weren't sure at first what caused the issue. But we saw a description was missing and once updated the issue was resolved. ### Observed Behavior -class 'AttributeError'- 'NoneType' object has no attribute 'strip'
adam added the type: bugstatus: accepted labels 2025-12-29 19:43:56 +01:00
adam closed this issue 2025-12-29 19:43:57 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#6687