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

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

Originally created by @StefanDorschu on GitHub (Sep 30, 2023).

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.

Originally created by @StefanDorschu on GitHub (Sep 30, 2023). I am using porkbun as my domain registrar. I'm trying to add two subdomains, one is working, one is not. ```json { "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.
Author
Owner

@qdm12 commented on GitHub (Jan 18, 2024):

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.

@qdm12 commented on GitHub (Jan 18, 2024): 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.
Author
Owner

@StefanDorschu commented on GitHub (Jan 20, 2024):

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

@StefanDorschu commented on GitHub (Jan 20, 2024): Switch to a different solution, therefore i can not test that one.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ddns-updater#315