mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-06-05 06:41:54 -04:00
Help: ...ERROR not found #168
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 @hcp1227 on GitHub (Jan 21, 2022).
TLDR: Describe your issue in a one liner here
Is this urgent: No
DNS provider(s) you use: dnspod
Program version:
running version latest built on 2021-12-15T09:57:37Z (commit
ae7f104)What are you using to run the container: unraid
Extra information (optional)
Logs:
INFO IPv6 address of unraid.xwhs123.com is 2409:8a55:8035:7310:4cdd:66ff:fe7a:c1f0 and your IPv6 address is 2409:8a55:803a:a740:4cdd:66ff:fe7a:c1f9
2022/01/21 08:46:42 INFO Updating record [domain: xs123.com | host: unraid | provider: dnspod | ip: ipv6] to use 2409:8a55:803a:a740:4cdd:66ff:fe7a:c1f9
2022/01/21 08:46:43 ERROR not found
Host OS:unraid
@qdm12 commented on GitHub (Jan 21, 2022):
Thanks for reporting, yes the IPv6 behavior of the code was wrong.
Fixed in
f5b76f214e@hcp1227 commented on GitHub (Jan 21, 2022):
there is still a problem
http server: listening on :8000
2022/01/21 23:19:35 INFO healthcheck server: listening on 127.0.0.1:9999
2022/01/21 23:19:35 INFO IPv6 address of unraid.xwhs123.com is 2409:8a55:8035:7310:4cdd:66ff:fe7a:c1f0 and your IPv6 address is 2409:8a55:803a:a740:4cdd:66ff:fe7a:c1f9
2022/01/21 23:19:35 INFO Updating record [domain: xwhs123.com | host: unraid | provider: dnspod | ip: ipv6] to use 2409:8a55:803a:a740:4cdd:66ff:fe7a:c1f9
2022/01/21 23:19:36 ERROR malformed IP address received:
@qdm12 commented on GitHub (Jun 16, 2024):
@hcp1227 do you still have the issue on the latest version? I re-checked their API documentation and it seems to match today's code. Please ideally create another issue if you have a problem still. Thanks!