whenever i import workflow,it shows comfyui_commit_hash = launcher_json["snapshot_json"]["comfyui"] KeyError: 'snapshot_json'
- Dominant language
- Python
- Stars
- 133k
- Forks
- 15.7k
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 155
Description
ERROR in app: Exception on /api/import_project [POST]
Traceback (most recent call last):
File "/comfyui-launcher/venv/lib/python3.10/site-packages/flask/app.py", line 1463, in wsgi_app
response = self.full_dispatch_request()
File "/comfyui-launcher/venv/lib/python3.10/site-packages/flask/app.py", line 872, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/comfyui-launcher/venv/lib/python3.10/site-packages/flask/app.py", line 870, in full_dispatch_request
rv = self.dispatch_request()
File "/comfyui-launcher/venv/lib/python3.10/site-packages/flask/app.py", line 855, in dispatch_request
return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args) # type: ignore[no-any-return]
File "/comfyui-launcher/server/server.py", line 150, in import_project
create_comfyui_project(
File "/comfyui-launcher/server/utils.py", line 433, in create_comfyui_project
comfyui_commit_hash = launcher_json["snapshot_json"]["comfyui"]
KeyError: 'snapshot_json'
Contributor guide
Assessment
This issue has not been assessed yet.