mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-05-14 12:01:52 -04:00
Bug: dnspod ipv6 update failed #186
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 @jibwf on GitHub (Apr 7, 2022).
Originally assigned to: @qdm12 on GitHub.
dnspod to update both ipv4 and ipv6. IPv6 update failed due to "ERROR not found"
Is this urgent: No
DNS provider(s) you use: dnspod
Program version:
Running version latest built on 2022-03-15T14:38:50Z (commit
584597d)What are you using to run the container: unraid
Extra information (optional)
Logs:
Configuration:
@jibwf commented on GitHub (Apr 7, 2022):
Checked dnspod document, find token incorrect. After correct token, report 'ERROR malformed IP address received'
@jibwf commented on GitHub (Apr 7, 2022):
for both IPv4 and IPv6 record, we need two sections in conf.json right?
@qdm12 commented on GitHub (Sep 6, 2022):
Hello, sorry for the huge delay answering.
Yes there are so many error codes from their API, we pretty much (me and/or people who PR-ed the dnspod changes) focused on handling the success case, and not on reporting the error very nicely.
23ec8d7907(pull the latest image) should now log the entire JSON body received as a response when the IP is malformed, so please run that and report back with the JSON body you got. Thevaluefield with the ip might not even be there because of another error.Yes you should have them as two sections 👍
@qdm12 commented on GitHub (Jun 13, 2023):
Due to inactivity, I'll assume this is solved.
Also slightly relevant for IPv6, fix
954dffd3a7for the latest image and future release v2.6.0