Comfy-Org / Comfy-Org/ComfyUI-Manager

Update all fails all updates

Open
#1,613 6 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

Weird issue with all custom node git branches reset to headless (including comfyui git) and the following error for all attempts to update a package.

It appears that all attempts to update reference my base conda env lib instead of activated comfy venv?

Updating: MilitantHitchhiker-SwitchbladePackTraceback (most recent call last):
File "D:\ComfyUI\custom_nodes\comfyui-manager\glob\manager_server.py", line 432, in do_update
title = os.path.basename(url)
File "C:\ProgramData\miniconda3\lib\ntpath.py", line 242, in basename
return split(p)[1]
File "C:\ProgramData\miniconda3\lib\ntpath.py", line 211, in split
p = os.fspath(p)
TypeError: expected str, bytes or os.PathLike object, not NoneType
Updating: OneButtonPromptTraceback (most recent call last):
File "D:\ComfyUI\custom_nodes\comfyui-manager\glob\manager_server.py", line 432, in do_update
title = os.path.basename(url)
File "C:\ProgramData\miniconda3\lib\ntpath.py", line 242, in basename
return split(p)[1]
File "C:\ProgramData\miniconda3\lib\ntpath.py", line 211, in split
p = os.fspath(p)
TypeError: expected str, bytes or os.PathLike object, not NoneType
Updating: Plush-for-ComfyUITraceback (most recent call last):
File "D:\ComfyUI\custom_nodes\comfyui-manager\glob\manager_server.py", line 432, in do_update
title = os.path.basename(url)
File "C:\ProgramData\miniconda3\lib\ntpath.py", line 242, in basename
return split(p)[1]
File "C:\ProgramData\miniconda3\lib\ntpath.py", line 211, in split
p = os.fspath(p)
TypeError: expected str, bytes or os.PathLike object, not NoneType
Updating: PuLID_ComfyUITraceback (most recent call last):
File "D:\ComfyUI\custom_nodes\comfyui-manager\glob\manager_server.py", line 432, in do_update
title = os.path.basename(url)
File "C:\ProgramData\miniconda3\lib\ntpath.py", line 242, in basename
return split(p)[1]
File "C:\ProgramData\miniconda3\lib\ntpath.py", line 211, in split
p = os.fspath(p)
TypeError: expected str, bytes or os.PathLike object, not NoneType
Updating: rgthree-comfyTraceback (most recent call last):
File "D:\ComfyUI\custom_nodes\comfyui-manager\glob\manager_server.py", line 432, in do_update
title = os.path.basename(url)
File "C:\ProgramData\miniconda3\lib\ntpath.py", line 242, in basename
return split(p)[1]
File "C:\ProgramData\miniconda3\lib\ntpath.py", line 211, in split
p = os.fspath(p)
TypeError: expected str, bytes or os.PathLike object, not NoneType
Updating: sd-dynamic-thresholdingTraceback (most recent call last):
File "D:\ComfyUI\custom_nodes\comfyui-manager\glob\manager_server.py", line 432, in do_update
title = os.path.basename(url)
File "C:\ProgramData\miniconda3\lib\ntpath.py", line 242, in basename
return split(p)[1]
File "C:\ProgramData\miniconda3\lib\ntpath.py", line 211, in split
p = os.fspath(p)
TypeError: expected str, bytes or os.PathLike object, not NoneType
Updating: SD-Latent-InterposerTraceback (most recent call last):
File "D:\ComfyUI\custom_nodes\comfyui-manager\glob\manager_server.py", line 432, in do_update
title = os.path.basename(url)
File "C:\ProgramData\miniconda3\lib\ntpath.py", line 242, in basename
return split(p)[1]
File "C:\ProgramData\miniconda3\lib\ntpath.py", line 211, in split
p = os.fspath(p)
TypeError: expected str, bytes or os.PathLike object, not NoneType
Updating: sd-perturbed-attentionTraceback (most recent call last):
File "D:\ComfyUI\custom_nodes\comfyui-manager\glob\manager_server.py", line 432, in do_update
title = os.path.basename(url)
File "C:\ProgramData\miniconda3\lib\ntpath.py", line 242, in basename
return split(p)[1]
File "C:\ProgramData\miniconda3\lib\ntpath.py", line 211, in split
p = os.fspath(p)
TypeError: expected str, bytes or os.PathLike object, not NoneType
Updating: sdxl_prompt_stylerTraceback (most recent call last):
File "D:\ComfyUI\custom_nodes\comfyui-manager\glob\manager_server.py", line 432, in do_update
title = os.path.basename(url)
File "C:\ProgramData\miniconda3\lib\ntpath.py", line 242, in basename
return split(p)[1]
File "C:\ProgramData\miniconda3\lib\ntpath.py", line 211, in split
p = os.fspath(p)
TypeError: expected str, bytes or os.PathLike object, not NoneType
Updating: stability-ComfyUI-nodesTraceback (most recent call last):
File "D:\ComfyUI\custom_nodes\comfyui-manager\glob\manager_server.py", line 432, in do_update
title = os.path.basename(url)
File "C:\ProgramData\miniconda3\lib\ntpath.py", line 242, in basename
return split(p)[1]
File "C:\ProgramData\miniconda3\lib\ntpath.py", line 211, in split
p = os.fspath(p)
TypeError: expected str, bytes or os.PathLike object, not NoneType
Updating: steerable-motionTraceback (most recent call last):
File "D:\ComfyUI\custom_nodes\comfyui-manager\glob\manager_server.py", line 432, in do_update
title = os.path.basename(url)
File "C:\ProgramData\miniconda3\lib\ntpath.py", line 242, in basename
return split(p)[1]
File "C:\ProgramData\miniconda3\lib\ntpath.py", line 211, in split
p = os.fspath(p)
TypeError: expected str, bytes or os.PathLike object, not NoneType
Updating: virtuoso-nodesTraceback (most recent call last):
File "D:\ComfyUI\custom_nodes\comfyui-manager\glob\manager_server.py", line 432, in do_update
title = os.path.basename(url)
File "C:\ProgramData\miniconda3\lib\ntpath.py", line 242, in basename
return split(p)[1]
File "C:\ProgramData\miniconda3\lib\ntpath.py", line 211, in split
p = os.fspath(p)
TypeError: expected str, bytes or os.PathLike object, not NoneType
Updating: was-node-suite-comfyuiTraceback (most recent call last):
File "D:\ComfyUI\custom_nodes\comfyui-manager\glob\manager_server.py", line 432, in do_update
title = os.path.basename(url)
File "C:\ProgramData\miniconda3\lib\ntpath.py", line 242, in basename
return split(p)[1]
File "C:\ProgramData\miniconda3\lib\ntpath.py", line 211, in split
p = os.fspath(p)
TypeError: expected str, bytes or os.PathLike object, not NoneType
Updating: wlsh_nodesTraceback (most recent call last):
File "D:\ComfyUI\custom_nodes\comfyui-manager\glob\manager_server.py", line 432, in do_update
title = os.path.basename(url)
File "C:\ProgramData\miniconda3\lib\ntpath.py", line 242, in basename
return split(p)[1]
File "C:\ProgramData\miniconda3\lib\ntpath.py", line 211, in split
p = os.fspath(p)
TypeError: expected str, bytes or os.PathLike object, not NoneType
Updating: x-flux-comfyuiTraceback (most recent call last):
File "D:\ComfyUI\custom_nodes\comfyui-manager\glob\manager_server.py", line 432, in do_update
title = os.path.basename(url)
File "C:\ProgramData\miniconda3\lib\ntpath.py", line 242, in basename
return split(p)[1]
File "C:\ProgramData\miniconda3\lib\ntpath.py", line 211, in split
p = os.fspath(p)
TypeError: expected str, bytes or os.PathLike object, not NoneType

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.