Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ComfyUI update failed
- [ComfyUI-Manager] Queued works are completed.
- {'update-comfyui': 1}
- After restarting ComfyUI, please refresh the browser.
- [ComfyUI-Manager] Failed to fetch ComfyUI
- Error handling request from 127.0.0.1
- Traceback (most recent call last):
- File "U:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-manager\glob\manager_server.py", line 1387, in comfyui_versions
- res, current, latest = core.get_comfyui_versions()
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "U:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-manager\glob\manager_core.py", line 3365, in get_comfyui_versions
- versions = sorted(versions, key=lambda v: repo.git.log('-1', '--format=%ct', v), reverse=True)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "U:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-manager\glob\manager_core.py", line 3365, in <lambda>
- versions = sorted(versions, key=lambda v: repo.git.log('-1', '--format=%ct', v), reverse=True)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "U:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\git\cmd.py", line 1003, in <lambda>
- return lambda *args, **kwargs: self._call_process(name, *args, **kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "U:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\git\cmd.py", line 1616, in _call_process
- return self.execute(call, **exec_kwargs)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "U:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\git\cmd.py", line 1406, in execute
- raise GitCommandError(redacted_command, status, stderr_value, stdout_value)
- git.exc.GitCommandError: Cmd('git') failed due to: exit code(128)
- cmdline: git log -1 --format=%ct v0.0.1
- stderr: 'fatal: detected dubious ownership in repository at 'U:/ComfyUI_windows_portable/ComfyUI'
- 'U:/ComfyUI_windows_portable/ComfyUI' is on a file system that does not record ownership
- To add an exception for this directory, call:
- git config --global --add safe.directory U:/ComfyUI_windows_portable/ComfyUI'
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "U:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\aiohttp\web_protocol.py", line 510, in _handle_request
- resp = await request_handler(request)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "U:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\aiohttp\web_app.py", line 569, in _handle
- return await handler(request)
- ^^^^^^^^^^^^^^^^^^^^^^
- File "U:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\aiohttp\web_middlewares.py", line 117, in impl
- return await handler(request)
- ^^^^^^^^^^^^^^^^^^^^^^
- File "U:\ComfyUI_windows_portable\ComfyUI\server.py", line 50, in cache_control
- response: web.Response = await handler(request)
- ^^^^^^^^^^^^^^^^^^^^^^
- File "U:\ComfyUI_windows_portable\ComfyUI\server.py", line 142, in origin_only_middleware
- response = await handler(request)
- ^^^^^^^^^^^^^^^^^^^^^^
- File "U:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-manager\glob\manager_server.py", line 1390, in comfyui_versions
- logging.error(f"ComfyUI update fail: {e}", file=sys.stderr)
- File "logging\__init__.py", line 2183, in error
- File "logging\__init__.py", line 1568, in error
- TypeError: Logger._log() got an unexpected keyword argument 'file'
Advertisement
Add Comment
Please, Sign In to add comment