All NetBox jobs failing with "'NoneType' is not iterable" #20145
Unanswered
brandsdorfer
asked this question in
Help Wanted!
Replies: 2 comments 1 reply
-
|
FYI your screenshots appear to be broken. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Hi — it looks like the NoneType iteration error usually comes from either missing migrations or a misconfigured background worker. Here are some steps to try:
markdown
If you paste the traceback here, I can propose exact commands or fixes. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
All jobs, scripts, and reports in my NetBox instance are failing with
TypeError: 'NoneType' object is not iterable. This seems to be a system-wide issue with thenetbox-rqworkers.My questions are:
'NoneType' is not iterableerror affecting all jobs?after exacuting script i see that
![Uploading iScreen Shoter - 20250821105216440.jpg…]()
![Uploading iScreen Shoter - Google Chrome - 250821105315.jpg…]()
and on the jobs itself i see that
Any help would be appreciated.
netbox version v4.3.4
python version 3.12.3
Beta Was this translation helpful? Give feedback.
All reactions