You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get this error when updating ComfyUI via manager.
Updating: comfyui-mixlab-nodesPumping 'stderr' of cmd(['git', 'fetch', '-v', '--', 'origin']) failed due to: UnicodeDecodeError('charmap', b'From https://github.com/shadowcz007/comfyui-mixlab-nodes\n = [up to date] main -> origin/main\n = [up to date] 0.18-story -> origin/0.18-story\n = [up to date] 0.36.0-py5-processing -> origin/0.36.0-py5-processing\n = [up to date] SenseVoice -> origin/SenseVoice\n = [up to date] avatar-agent -> origin/avatar-agent\n = [up to date] backend-v1 -> origin/backend-v1\n = [up to date] fix-chinese-prompt -> origin/fix-chinese-prompt\n = [up to date] fix_chinese_translate -> origin/fix_chinese_translate\n = [up to date] fix_hidpi_node_move_center -> origin/fix_hidpi_node_move_center\n = [up to date] fix_ssl_prot_occupied -> origin/fix_ssl_prot_occupied\n = [up to date] improve_mix-modal_ui -> origin/improve_mix-modal_ui\n = [up to date] livekit -> origin/livekit\n = [up to date] v.11.0-PromptImage-node-\xe5\x9b\xbe\xe7\x89\x87\xe5\x92\x8cprompt\xe5\x8c\xb9\xe9\x85\x8d -> origin/v.11.0-PromptImage-node-\xe5\x9b\xbe\xe7\x89\x87\xe5\x92\x8cprompt\xe5\x8c\xb9\xe9\x85\x8d\n = [up to date] v0.10-add-clip-interrogator -> origin/v0.10-add-clip-interrogator\n = [up to date] v0.16.0-app-node -> origin/v0.16.0-app-node\n = [up to date] v0.2.8-proxy -> origin/v0.2.8-proxy\n = [up to date] v0.3-psd\xe8\xaf\xbb\xe5\x8f\x96\xe5\x88\x86\xe5\xb1\x82 -> origin/v0.3-psd\xe8\xaf\xbb\xe5\x8f\x96\xe5\x88\x86\xe5\xb1\x82\n = [up to date] v0.3.2-3DImage -> origin/v0.3.2-3DImage\n = [up to date] v0.5-GamePal -> origin/v0.5-GamePal\n = [up to date] v0.5_delay_node -> origin/v0.5_delay_node\n = [up to date] v0.6---simple-app -> origin/v0.6---simple-app\n = [up to date] v0.7-apps -> origin/v0.7-apps\n = [up to date] v0.7-share-node -> origin/v0.7-share-node\n = [up to date] v0.9.1-\xe4\xbc\x98\xe5\x8c\x96app\xe6\xa8\xa1\xe5\xbc\x8f -> origin/v0.9.1-\xe4\xbc\x98\xe5\x8c\x96app\xe6\xa8\xa1\xe5\xbc\x8f\n = [up to date] v0.9.2-\xe4\xb8\xad\xe6\x96\xad\xe7\x94\x9f\xe6\x88\x90 -> origin/v0.9.2-\xe4\xb8\xad\xe6\x96\xad\xe7\x94\x9f\xe6\x88\x90\n = [up to date] video-all-in-one-fal -> origin/video-all-in-one-fal\n = [up to date] whisper-sensevoice -> origin/whisper-sensevoice\n', 955, 956, 'character maps to <undefined>')
Exception in thread Thread-152 (pump_stream):
Traceback (most recent call last):
File "E:\ComfyUI\python_embeded\Lib\site-packages\git\cmd.py", line 139, in pump_stream
for line in stream:
File "encodings\cp1252.py", line 23, in decode
UnicodeDecodeError: 'charmap' codec can't decode byte 0x8d in position 955: character maps to <undefined>
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "threading.py", line 1045, in _bootstrap_inner
File "threading.py", line 982, in run
File "E:\ComfyUI\python_embeded\Lib\site-packages\git\cmd.py", line 152, in pump_stream
raise CommandError([f"<{name}-pump>"] + remove_password_if_present(cmdline), ex) from ex
git.exc.CommandError: Cmd('<stderr-pump>') failed due to: UnicodeDecodeError(''charmap' codec can't decode byte 0x8d in position 955: character maps to <undefined>')
cmdline: <stderr-pump> git fetch -v -- origin
The text was updated successfully, but these errors were encountered:
I get this error when updating ComfyUI via manager.
The text was updated successfully, but these errors were encountered: