Comfy-Org / Comfy-Org/ComfyUI-Manager
As of 1 day ago suddenly can't see installed custom nodes, can't download/update any custom nodes
- Dominant language
- Python
- Stars
- 16.1k
- Forks
- 2.5k
- Avg merge
- 5d 4h
- Merged PRs (30d)
- 13
Description
Suddenly I noticed today that I can't check custom nodes installed nor can I see any custom nodes at all, nothing works.
The stranger thing is I have not updated my comfyui installation at all, i've not installed any new custom node packages etc. the entire portable folder on my PC has not been modified (to my knowledge) in a while.
Did something change in the server side of things and the .json files being fetched now no longer works with somewhat older Comfyui manager versions?
(I am on the manager version that's from a few months ago)
Could somebody confirm if this is the case?
Here is the terminal log:
FETCH DATA from: C:\Users\User1\ComfyUI_windows_portable (June 27)\ComfyUI\custom_nodes\ComfyUI-Manager\extension-node-map.json [DONE]
FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json [DONE]
FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json [DONE]
FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/github-stats.json [DONE]
Error handling request from 127.0.0.1
Traceback (most recent call last):
File "C:\Users\User1\ComfyUI_windows_portable (June 27)\python_embeded\Lib\site-packages\aiohttp\web_protocol.py", line 510, in _handle_request
resp = await request_handler(request)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\User1\ComfyUI_windows_portable (June 27)\python_embeded\Lib\site-packages\aiohttp\web_app.py", line 569, in _handle
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\User1\ComfyUI_windows_portable (June 27)\python_embeded\Lib\site-packages\aiohttp\web_middlewares.py", line 117, in impl
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\User1\ComfyUI_windows_portable (June 27)\ComfyUI\server.py", line 52, in cache_control
response: web.Response = await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\User1\ComfyUI_windows_portable (June 27)\ComfyUI\server.py", line 144, in origin_only_middleware
response = await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\User1\ComfyUI_windows_portable (June 27)\ComfyUI\custom_nodes\ComfyUI-Manager\glob\manager_server.py", line 525, in fetch_customnode_list
json_obj = await populate_github_stats(json_obj, json_obj_github)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\User1\ComfyUI_windows_portable (June 27)\ComfyUI\custom_nodes\ComfyUI-Manager\glob\manager_server.py", line 224, in populate_github_stats
url = node['reference']
~~~~^^^^^^^^^^^^^
KeyError: 'reference'
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.