mirror of
https://github.com/moghtech/komodo.git
synced 2026-07-16 16:10:21 -05:00
[GH-ISSUE #349] Periphery Internal server error 500 on stack Pull image action #14639
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 @crazyelectron-io on GitHub (Mar 8, 2025).
Original GitHub issue: https://github.com/moghtech/komodo/issues/349
Running the latest Komodo docker images on Debian.
I created a stack for automation workloads, starting with Home Assistant. It worked well, but after changing a volume mount in the compose file and pushing it to the GitHub repo I can no longer Pull or Deploy.
Any suggestions for further troubleshooting?
When selecting Pull Images the following error is shown:
The Komodo core log shows:
And the Periphery log:
I don't understand where the repeated
error: Repo path is not directory. is it cloned?comes from.The Komodo configuration toml:
And finally the GitHub repo:
UPDATE: Interestingly, when I do
Deployinstead ofPull imagethere is no error; it deploys just fine (safe some issue within the container volumes I need to fix).The
peripherylog however still gets 'flooded' witherror: Repo path is not directory. is it cloned?for all my created stacks.