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

TypeError: handle_task_done() got an unexpected keyword argument 'status' #3835

Open
davedaverave opened this issue Jun 22, 2024 · 0 comments
Labels
Potential Bug User is reporting a bug. This should be tested.

Comments

@davedaverave
Copy link

When exporting images or previewing them, in this case from a video made with animated diffusion i get this error..

Requested to load AutoencoderKL
Loading 1 new model
Exception in thread Thread-6:
Traceback (most recent call last):
File "/usr/lib/python3.9/threading.py", line 980, in _bootstrap_inner
self.run()
File "/usr/lib/python3.9/threading.py", line 917, in run
self._target(*self._args, **self._kwargs)
File "/notebooks/ComfyUI/main.py", line 113, in prompt_worker
q.task_done(item_id,
TypeError: handle_task_done() got an unexpected keyword argument 'status'

@mcmonkey4eva mcmonkey4eva added the Potential Bug User is reporting a bug. This should be tested. label Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Potential Bug User is reporting a bug. This should be tested.
Projects
None yet
Development

No branches or pull requests

2 participants