-
-
Notifications
You must be signed in to change notification settings - Fork 306
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Creating records on godaddy throws: 422 Client Error: Unprocessable Entity #362
Comments
I'm getting a similar error on 3.1.5 for all operations (except once I was able to create a record, now running the same command produces and error - having deleted the entry manually).
|
I was getting 422 errors and went into Godaddy's API tools to test things out, for my domain that was giving me grief, I'm getting this error in my 422 response:
After resolving all API validation errors. I'm really unsure how to resolve it (no mention of this in GoDaddy's docs) and my domain in question is using default nameservers from GoDaddy. |
I'm getting the same kind of issues when trying to create MX and SRV records on godaddy. I'm suspecting that this is related to the fact that Godaddy's API expects a specific priority fields for MX and SRV records (+ other keys for SRV), c.f. https://developer.godaddy.com/doc/endpoint/domains#/v1/recordReplaceTypeName (Also Lexicon's test suite doesn't seem to validate that MX / SRV record creation does work for each provider?) |
Just found out that, when there is a CNAME record for a subdomain, say for example, |
I was able to do it applying these changes #1834 |
Attempts to create or delete DNS records using the following command
fails with
The record is created, though. Optaining a list of records works without error:
lexicon godaddy list "$domain" TXT --auth-key="$key" --auth-secret="$secret"
Let me know if you need further information.
11.2-STABLE FreeBSD
lexicon 3.1.4
The text was updated successfully, but these errors were encountered: