qdm12 / ddns-updater

Container to update DNS records periodically with WebUI for many DNS providers
https://hub.docker.com/r/qmcgaw/ddns-updater/
MIT License
1.61k stars 156 forks source link

Porkbun: bad request: Edit error: We were unable to edit the DNS record #536

Closed StefanDorschu closed 7 months ago

StefanDorschu commented 11 months ago

I am using porkbun as my domain registrar.

I'm trying to add two subdomains, one is working, one is not.

{
    "settings": [
        {
          "provider": "porkbun",
          "domain": "mydomain.family",
          "host": "firstsubdomain, secondsubdomain",
          "ttl":120,
          "api_key": "pk1_...",
          "secret_api_key": "sk1_...",
          "ip_version": "ipv4"
        }
    ]
}

The one that is not working "throws" a "Failure (HTTP status is not valid: 400: {"status":"ERROR","message":"Edit error: We were unable to edit the DNS record."}), 3s ago" in the webui.

Any ideas what could be wrong?

When i delete the domain via porkbun, the first registration works, but when trying to update, the error occurs.

qdm12 commented 8 months ago

Can you run the container with LOG_LEVEL=debug to see HTTP bodies being exchanged? Especially regarding the one failing, to see what ddns-updater is sending to porkbun.

StefanDorschu commented 7 months ago

Switch to a different solution, therefore i can not test that one.