mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-05-14 20:11:55 -04:00
DuckDNS ERROR: Mismatching IP address received #180
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 @whoshoe on GitHub (Mar 19, 2022).
Originally assigned to: @qdm12 on GitHub.
TLDR: Update to DcukDNS failed
Update query didn't generate any errors but DNS record didn't get updated. Error in the log file: ERROR mismatching IP address received: xx.xx.xx.xx
Is this urgent: Yes
DNS provider(s) you use: DuckDNS
Program version:
Running version latest built on 2020-03-13T01:30:06Z (commit d0f678c)What are you using to run the container: docker command from unRaid
Extra information (optional)
Logs:
Configuration file (remove your credentials!):
Host OS:
UnRAID (Debian based)
@qdm12 commented on GitHub (Mar 21, 2022):
In your browser what do you get when accessing:
https://www.duckdns.org/update?verbose=true&domains=xxxx&token=a632273f-xxxx-xxxx-98ef-3ff547207f7e&ip=1x.xx.xx.xx(replace values as well)
Do you get the IP you sent
1x....or the older one2x....??@whoshoe commented on GitHub (Mar 21, 2022):
Here's the response I got directly from the browser (I am using Chrome):
@qdm12 commented on GitHub (Sep 3, 2022):
I just realise you were running
Running version latest built on 2020-03-13T01:30:06Zand this issue is from march 2022... maybe trydocker pull qmcgaw/ddns-updaterand restart the container to see if it works?@qdm12 commented on GitHub (Jun 12, 2023):
This should be resolved in the latest image now (and also perhaps in previous release v2.5.0)