Comfy-Org / Comfy-Org/ComfyUI-Manager

manager_core.InvalidChannel: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main

Open
#2,945 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
16.1k
Forks
2.5k
Avg merge
5d 4h
Merged PRs (30d)
13

Description

Hello
I have just made a fresh comfyui install and just added comfyui manager. If I try to use the comfyui manager, I get this error ..
`[ERROR] [ComfyUI-Manager] An invalid channel was used: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main
Exception in thread Thread-1 ():
Traceback (most recent call last):
File "/home/admin/.conda/envs/python313/lib/python3.13/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/home/admin/.conda/envs/python313/lib/python3.13/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/admin/comfy/ComfyUI/custom_nodes/ComfyUI-Manager-main/glob/manager_server.py", line 1962, in
threading.Thread(target=lambda: asyncio.run(default_cache_update())).start()
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/admin/.conda/envs/python313/lib/python3.13/asyncio/runners.py", line 195, in run
return runner.run(main)
~~~~~~~~~~^^^^^^
File "/home/admin/.conda/envs/python313/lib/python3.13/asyncio/runners.py", line 118, in run
return self._loop.run_until_complete(task)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
File "/home/admin/.conda/envs/python313/lib/python3.13/asyncio/base_events.py", line 725, in run_until_complete
return future.result()
~~~~~~~~~~~~~^^
File "/home/admin/comfy/ComfyUI/custom_nodes/ComfyUI-Manager-main/glob/manager_server.py", line 1957, in default_cache_update
await core.unified_manager.get_custom_nodes(channel_url, 'remote')
File "/home/admin/comfy/ComfyUI/custom_nodes/ComfyUI-Manager-main/glob/manager_core.py", line 885, in get_custom_nodes
nodes = await self.load_nightly(channel, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/admin/comfy/ComfyUI/custom_nodes/ComfyUI-Manager-main/glob/manager_core.py", line 855, in load_nightly
raise InvalidChannel(channel_url)
manager_core.InvalidChannel: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main
`
I have reinstalled manually and with git but always the same error
Any ideas what I am doing wrong?

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with glob/manager_core.py, especially load_nightly and get_custom_nodes, then trace the call from glob/manager_server.py in default_cache_update. Reproduce the reported failure using the channel URL shown in the traceback. Done means the fresh installation no longer raises InvalidChannel for the intended channel configuration, with a regression test covering the behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
tooling
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.