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

EnumType.__call__() missing 1 required positional argument: 'value' #685

Open
FatemeFouladkar opened this issue Nov 4, 2024 · 1 comment

Comments

@FatemeFouladkar
Copy link

Suddenly out of nowhere I get a 500 error when trying to see the detail of my jobs in django admin panel. The error is:

TypeError 
/django-rq/queues/{queue_index}/{job_id}/

EnumType.__call__() missing 1 required positional argument: 'value'

my package versions are as follows:

Python==3.12.5
Django==4.2.16
django-rq==2.10.3
rq==1.16.2
rq-scheduler==0.13.1

@mik3y
Copy link

mik3y commented Dec 11, 2024

Dupe of #678.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants