mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 10:38:41 -04:00
Bug: run.go:295: ERROR malformed IP address received #185
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 @robyscar on GitHub (Mar 23, 2022).
Originally assigned to: @qdm12 on GitHub.
TLDR: Describe your issue in a one liner here
584597d)Logs:
Configuration file (remove your credentials!):
Host OS:
@albydnc commented on GitHub (Mar 28, 2022):
Same here, Namecheap Portainer on Fedora 35
@qdm12 commented on GitHub (Mar 29, 2022):
Can you run with
LOG_LEVEL=debug? That should log each request and response being sent. I would like to find out what kind of response they send you. I use Namecheap but I haven't seen this problem so far. I also checked the last time the relevant code was changed was 10 months ago, so I guess it's something that changed on Namecheap's end?@jlikens commented on GitHub (Apr 16, 2022):
@robyscar and @albydnc you may have skipped the step of creating an
A + Dynamic DNS Record. See here: https://www.namecheap.com/support/knowledgebase/article.aspx/43/11/how-do-i-set-up-a-host-for-dynamic-dns/@qdm12 commented on GitHub (Aug 28, 2022):
Sorry that took forever...
88474c8a3aallows to have empty""IP address returned from Namecheap, and won't error out if this happens.Although I use Namecheap and never had the problem, so that's a bit odd.
Anyway closing this, but feel free to report if it's still broken.