mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-06 08:55:40 -05:00
[GH-ISSUE #780] error: failed to get long commit hash #7489
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lnlyssg on GitHub (Aug 28, 2025).
Original GitHub issue: https://github.com/moghtech/komodo/issues/780
Seeing lots of messages like this in my syslog on the machine that's running core and periphery (latter via systemd):
Aug 28 09:08:15 xxxx sh[1730507]: #033[2m2025-08-28T08:08:15.650005Z#033[0m #033[33m WARN#033[0m #033[2mperiphery::api::router#033[0m#033[2m:#033[0m request f5a151e4-cf37-472a-ab27-3bb8a5ea4a98 | type: GetLatestCommit | error: failed to get long commit hashAny ideas what I can do to get rid of this?
@mbecker20 commented on GitHub (Aug 28, 2025):
Oof, not a great log message there, I can see that issue for sure. But I don't think I have seen this log in practice and not sure what would cause that to fail on valid repo. As to what is going on, are any of your resources not working? Is there a repo folder on you could try deleting and allow it to recreate?
@lnlyssg commented on GitHub (Aug 28, 2025):
I've just spotted that one of my repos I have defined has some permissions issues... I switched to using a dedicated
komodouser for my periphery set-up yesterday and the last pull repo failed with:but I'm not sure if this is related to the to "long commit hash" message?
@mbecker20 commented on GitHub (Aug 28, 2025):
Yeah the dubious ownership sound like it would do it
@lnlyssg commented on GitHub (Aug 28, 2025):
I deleted the repo and re-cloned it and now all is OK