Comfy-Org / Comfy-Org/ComfyUI-Manager
__win_check_git_update prints stdout, but not stderr on failure
Open
- Dominant language
- Python
- Stars
- 16.1k
- Forks
- 2.5k
- Avg merge
- 5d 4h
- Merged PRs (30d)
- 13
Description
Having an issue with `git_helper.py` disappearing and updates failing, the logs weren't very helpful.
Tracked it down to ~285 in `manager_core.py` where the stderr becomes `_` and isn't printed in the `"Fetch error:` block below.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start in manager_core.py around line 285 and inspect the "Fetch error:" block in __win_check_git_update, then review git_helper.py for the update context. Reproduce a failed update and confirm that stderr is included in the failure logs alongside the existing error information.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git, python
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 48/100