Updating record dondominio ERROR unsuccessful result: Incorrect data #446

Closed
opened 2025-11-20 04:24:09 -05:00 by saavagebueno · 2 comments
Owner

Originally created by @Gabiginer on GitHub (Oct 6, 2024).

TLDR: Unable to update new IP

  1. Is this urgent: No

  2. DNS provider(s) you use: Dondominio

  3. Program version: v 2.8.1

    Running version latest built on 2020-03-13T01:30:06Z (commit d0f678c)

  4. What are you using to run the container: docker-compose

  5. Extra information (optional)

Logs:

2024-10-06T10:34:37Z INFO ipv4 address of MYDOMAIN.COM is 111.111.111.111 and your ipv4 address  is 222.222.222.222
2024-10-06T10:34:37Z INFO Updating record [domain: MYDOMAIN.COM | owner: @ | provider: dondominio | ip: ipv4] to use 222.222.222.222
2024-10-06T10:34:37Z ERROR unsuccessful result: Incorrect data

Configuration file (remove your credentials!):

{
  "settings": [
    {
      "provider": "dondominio",
      "domain": "MYDOMAIN.COM",
      "username": "MYUSER",
      "key": "DonDNS_API_KEY",
      "ip_version": "ipv4",
      "ipv6_suffix": ""
    }
  ]
}

Host OS: Debian

Originally created by @Gabiginer on GitHub (Oct 6, 2024). <!-- YOU CAN CHAT THERE EVENTUALLY: https://github.com/qdm12/ddns-updater/discussions --> **TLDR**: *Unable to update new IP* 1. Is this urgent: No 2. DNS provider(s) you use: Dondominio 3. Program version: v 2.8.1 <!-- See the line at the top of your logs --> `Running version latest built on 2020-03-13T01:30:06Z (commit d0f678c)` 4. What are you using to run the container: docker-compose 5. Extra information (optional) Logs: ``` 2024-10-06T10:34:37Z INFO ipv4 address of MYDOMAIN.COM is 111.111.111.111 and your ipv4 address is 222.222.222.222 2024-10-06T10:34:37Z INFO Updating record [domain: MYDOMAIN.COM | owner: @ | provider: dondominio | ip: ipv4] to use 222.222.222.222 2024-10-06T10:34:37Z ERROR unsuccessful result: Incorrect data ``` Configuration file (**remove your credentials!**): ```json { "settings": [ { "provider": "dondominio", "domain": "MYDOMAIN.COM", "username": "MYUSER", "key": "DonDNS_API_KEY", "ip_version": "ipv4", "ipv6_suffix": "" } ] } ``` Host OS: Debian
saavagebueno added the Closed: 🗑️ Bad issue label 2025-11-20 04:24:09 -05:00
Author
Owner

@qdm12 commented on GitHub (Nov 12, 2024):

You are saying you are running version v 2.8.1 which was released on 2024-09-20 but in your logs it says Running version latest built on 2020-03-13T01:30:06Z (commit d0f678c) so clearly, just update the Docker image.

@qdm12 commented on GitHub (Nov 12, 2024): You are saying you are running version `v 2.8.1` which was released on 2024-09-20 but in your logs it says `Running version latest built on 2020-03-13T01:30:06Z (commit d0f678c)` so clearly, just update the Docker image.
Author
Owner

@madmalkav commented on GitHub (Jan 26, 2025):

II’m having this exact same problem running version 2.9.0 running on TrueNAS Scale #923

@madmalkav commented on GitHub (Jan 26, 2025): II’m having this exact same problem running version 2.9.0 running on TrueNAS Scale #923
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ddns-updater#446