Comfy-Org / Comfy-Org/ComfyUI-Manager
"Cannot connect to comfyregistry" - this is still throwing errors (despite being referred to as a closed issue.)
- Dominant language
- Python
- Stars
- 16.1k
- Forks
- 2.5k
- Avg merge
- 5d 4h
- Merged PRs (30d)
- 13
Description
Did a brand new, clean install today of ComfyUI desktop and Manager. Got thrown the logs below. Also not able to install custom nodes (getting the "failed to get custom node list" error too)
[ComfyUI-Manager] The ComfyRegistry cache update is still in progress, so an outdated cache is being used.
[ComfyUI-Manager] An invalid channel was used: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main
Error handling request from 127.0.0.1
Traceback (most recent call last):
File "C:\Ai\Comfy_F\AI_Python\3.10\lib\site-packages\aiohttp\web_protocol.py", line 510, in _handle_request
resp = await request_handler(request)
File "C:\Ai\Comfy_F\AI_Python\3.10\lib\site-packages\aiohttp\web_app.py", line 569, in _handle
return await handler(request)
File "C:\Ai\Comfy_F\AI_Python\3.10\lib\site-packages\aiohttp\web_middlewares.py", line 117, in impl
return await handler(request)
File "C:\Ai\Comfy_Manual\ComfyUI\middleware\cache_middleware.py", line 27, in cache_control
response: web.Response = await handler(request)
File "C:\Ai\Comfy_Manual\ComfyUI\server.py", line 81, in deprecation_warning
response: web.Response = await handler(request)
File "C:\Ai\Comfy_Manual\ComfyUI\server.py", line 171, in origin_only_middleware
response = await handler(request)
File "C:\Ai\Comfy_Manual\ComfyUI\custom_nodes\comfyui-manager\glob\manager_server.py", line 882, in fetch_customnode_list
node_packs = await core.get_unified_total_nodes(channel, request.rel_url.query["mode"], 'cache')
File "C:\Ai\Comfy_Manual\ComfyUI\custom_nodes\comfyui-manager\glob\manager_core.py", line 2957, in get_unified_total_nodes
res = await unified_manager.get_custom_nodes(channel, mode)
File "C:\Ai\Comfy_Manual\ComfyUI\custom_nodes\comfyui-manager\glob\manager_core.py", line 885, in get_custom_nodes
nodes = await self.load_nightly(channel, mode)
File "C:\Ai\Comfy_Manual\ComfyUI\custom_nodes\comfyui-manager\glob\manager_core.py", line 855, in load_nightly
raise InvalidChannel(channel_url)
manager_core.InvalidChannel: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.