Guest User

error

a guest
Aug 14th, 2025
14
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.56 KB | None | 0 0
  1. ComfyUI update failed
  2.  
  3. [ComfyUI-Manager] Queued works are completed.
  4. {'update-comfyui': 1}
  5.  
  6. After restarting ComfyUI, please refresh the browser.
  7. [ComfyUI-Manager] Failed to fetch ComfyUI
  8. Error handling request from 127.0.0.1
  9. Traceback (most recent call last):
  10. File "U:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-manager\glob\manager_server.py", line 1387, in comfyui_versions
  11. res, current, latest = core.get_comfyui_versions()
  12. ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  13. File "U:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-manager\glob\manager_core.py", line 3365, in get_comfyui_versions
  14. versions = sorted(versions, key=lambda v: repo.git.log('-1', '--format=%ct', v), reverse=True)
  15. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  16. File "U:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-manager\glob\manager_core.py", line 3365, in <lambda>
  17. versions = sorted(versions, key=lambda v: repo.git.log('-1', '--format=%ct', v), reverse=True)
  18. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  19. File "U:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\git\cmd.py", line 1003, in <lambda>
  20. return lambda *args, **kwargs: self._call_process(name, *args, **kwargs)
  21. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  22. File "U:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\git\cmd.py", line 1616, in _call_process
  23. return self.execute(call, **exec_kwargs)
  24. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  25. File "U:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\git\cmd.py", line 1406, in execute
  26. raise GitCommandError(redacted_command, status, stderr_value, stdout_value)
  27. git.exc.GitCommandError: Cmd('git') failed due to: exit code(128)
  28. cmdline: git log -1 --format=%ct v0.0.1
  29. stderr: 'fatal: detected dubious ownership in repository at 'U:/ComfyUI_windows_portable/ComfyUI'
  30. 'U:/ComfyUI_windows_portable/ComfyUI' is on a file system that does not record ownership
  31. To add an exception for this directory, call:
  32.  
  33. git config --global --add safe.directory U:/ComfyUI_windows_portable/ComfyUI'
  34.  
  35. During handling of the above exception, another exception occurred:
  36.  
  37. Traceback (most recent call last):
  38. File "U:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\aiohttp\web_protocol.py", line 510, in _handle_request
  39. resp = await request_handler(request)
  40. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  41. File "U:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\aiohttp\web_app.py", line 569, in _handle
  42. return await handler(request)
  43. ^^^^^^^^^^^^^^^^^^^^^^
  44. File "U:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\aiohttp\web_middlewares.py", line 117, in impl
  45. return await handler(request)
  46. ^^^^^^^^^^^^^^^^^^^^^^
  47. File "U:\ComfyUI_windows_portable\ComfyUI\server.py", line 50, in cache_control
  48. response: web.Response = await handler(request)
  49. ^^^^^^^^^^^^^^^^^^^^^^
  50. File "U:\ComfyUI_windows_portable\ComfyUI\server.py", line 142, in origin_only_middleware
  51. response = await handler(request)
  52. ^^^^^^^^^^^^^^^^^^^^^^
  53. File "U:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-manager\glob\manager_server.py", line 1390, in comfyui_versions
  54. logging.error(f"ComfyUI update fail: {e}", file=sys.stderr)
  55. File "logging\__init__.py", line 2183, in error
  56. File "logging\__init__.py", line 1568, in error
  57. TypeError: Logger._log() got an unexpected keyword argument 'file'
Advertisement
Add Comment
Please, Sign In to add comment