mirror of
https://github.com/yusing/godoxy.git
synced 2026-01-14 14:23:33 +01:00
panic: runtime error index out of range [0] with length 0 #123
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 @mrg358 on GitHub (Dec 16, 2025).
godoxy fails to run on one of my node. upgrade to latest version didn't help.
fresh install, default config file didnt resolved the problem.
problem most likely on my end, any suggestion appreciated.
@yusing commented on GitHub (Dec 17, 2025):
Try pulling again? I've updated the image again a while after the release.
@mrg358 commented on GitHub (Dec 17, 2025):
if i comment out # local: $DOCKER_HOST in config.yml godoxy boots up.
still debugging. can't figure out what happend on this particular node and why godoxy fails to connect to docker.
@yusing commented on GitHub (Dec 17, 2025):
Please run it as root (comment out
user: ${GODOXY_UID:-1000}:${GODOXY_GID:-1000}or set them to 0) and send me the full trackback.@mrg358 commented on GitHub (Dec 17, 2025):
@yusing commented on GitHub (Dec 17, 2025):
Please update and try again
@mrg358 commented on GitHub (Dec 17, 2025):
I can confirm GoDoxy version v0.21.2 fixed this issue.
Thanks @yusing for your quick response!