when trying to access Periodic Task add/change view - throws exception: TypeError: cannot unpack non-iterable function object #481
Unanswered
mrchameleon
asked this question in
Q&A
Replies: 2 comments
-
updated stack trace to indicate what may be causing the non-iterable function object error. with more information pointing at some kind of issue with the form rendering... ?
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I can't see any django-celery-beat related stack trace here, it says django itself |
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
-
Hello, I am using django 3.2 and django-celery-beat==2.2.0
when I go into my celery beat/ period tasks in the admin, and try to change or add a new one, I immediately get an internal server error. The stack trace is below. The add/change action works in my non-production environments and I am hosting on heroku, which probably has something to do with the issue, since in development, qa, and staging this is working fine. (and was working previously in prod some time ago...)
This stack trace repeats the same block over and over again in the log when i try the action, so it seems like some kind of recursive error
Beta Was this translation helpful? Give feedback.
All reactions