mirror of
https://github.com/fosrl/newt.git
synced 2026-05-06 07:59:04 -05:00
[GH-ISSUE #83] Failed to split endpoint: address [domain:port]: too many colons in address #2009
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 @Lacedaemon on GitHub (Jul 12, 2025).
Original GitHub issue: https://github.com/fosrl/newt/issues/83
Container log:
Docker Compose:
Seems to be coming from here:
b881808cae/main.go (L349-L353)Appreciate any support on this!
@oschwartz10612 commented on GitHub (Jul 13, 2025):
Hi! Does your actual endpoint follow the proper host format? You can double check what is sent from the server in the server config/config.yml file under gerbil
base_endpoint@Lacedaemon commented on GitHub (Jul 14, 2025):
That's exactly what it was - had
https://in Gerbil >base_endpoint. Appreciate it!!@szszl0 commented on GitHub (Dec 10, 2025):
have the same issue but do not have "https://" in gebrill config.
Dec 10 11:57:48 pangolin newt[88]: ERROR: 2025/12/10 11:57:48 Failed to split endpoint: address :51820: too many colons in address
@oschwartz10612 commented on GitHub (Dec 10, 2025):
What do you have as your gerbil base endpoint? Is it ipv6? We might not
support ipv6 in here until RC comes out to GA.
@szszl0 commented on GitHub (Dec 10, 2025):
Yes it is ipv6. Ok, thanks for info
@oschwartz10612 commented on GitHub (Dec 10, 2025):
Okay I bet thats causing the issue. I will try to watch out to make sure
this works in the next release.