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
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