Bug: DD24 Updater shows "Failure" with correct response code (200) #210

Closed
opened 2025-11-20 04:21:33 -05:00 by saavagebueno · 0 comments
Owner

Originally created by @TomWor on GitHub (Aug 28, 2022).

Originally assigned to: @qdm12 on GitHub.

The webapp shows a "Failure" when the response looks alright.
Updating the DNS records also works.
Looks like #273
I will try to look into it and make a PR if I can figure it out later.

  1. Not Urgent!

  2. DNS provider(s) you use: DD24

  3. Program version:

    latest docker image

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

  5. Extra information (optional)

Output in the browser:

Failure (unknown response received: [response] code = 200 description = command completed successfully queuetime = 0 runtime = 0.084 eof ), 4h30m49s ago

Configuration file (remove your credentials!):
(Just what the documentation wants)

{
  "settings": [
    {
      "provider": "dd24",
      "domain": "domain.com",
      "host": "@",
      "password": "password",
      "ip_version": "ipv4"
    }
  ]
}

Host OS: Docker on Ubuntu

Originally created by @TomWor on GitHub (Aug 28, 2022). Originally assigned to: @qdm12 on GitHub. The webapp shows a "Failure" when the response looks alright. Updating the DNS records also works. Looks like #273 I will try to look into it and make a PR if I can figure it out later. 1. Not Urgent! 3. DNS provider(s) you use: DD24 4. Program version: latest docker image 5. What are you using to run the container: docker-compose 6. Extra information (optional) Output in the browser: ```log Failure (unknown response received: [response] code = 200 description = command completed successfully queuetime = 0 runtime = 0.084 eof ), 4h30m49s ago ``` Configuration file (**remove your credentials!**): (Just what the documentation wants) ```json { "settings": [ { "provider": "dd24", "domain": "domain.com", "host": "@", "password": "password", "ip_version": "ipv4" } ] } ``` Host OS: Docker on Ubuntu
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ddns-updater#210