godaddy: test suite is failing, delete throws HTTP 422
See original GitHub issue- Reported on the Let’s Encrypt forums.
- Test suite fails against provided OTE endpoint and credentials:
tests/providers/test_godaddy.py .......ssFFFsssFsssFFsF.F.FF
- Confirmed by me against a live domain with live credentials, fails in same way as forum post:
Arguments: Namespace(action='delete', auth_key='<redacted>', auth_secret='<redacted>', content='abcdef', delegated=None, domain='monkas.gq', identifier=None, log_level='DEBUG', name='_acme-challenge.monkas.gq', priority=None, provider_name='godaddy', ttl=None, type='TXT')
Starting new HTTPS connection (1): api.godaddy.com
https://api.godaddy.com:443 "GET /v1/domains/monkas.gq HTTP/1.1" 200 212
Starting new HTTPS connection (1): api.godaddy.com
https://api.godaddy.com:443 "GET /v1/domains/monkas.gq/records HTTP/1.1" 200 251
Starting new HTTPS connection (1): api.godaddy.com
https://api.godaddy.com:443 "PUT /v1/domains/monkas.gq/records HTTP/1.1" 422 275
Traceback (most recent call last):
File "/home/alex/devel/venv-lexicon/bin/lexicon", line 11, in <module>
sys.exit(main())
File "/home/alex/devel/venv-lexicon/local/lib/python2.7/site-packages/lexicon/__main__.py", line 72, in main
client.execute()
File "/home/alex/devel/venv-lexicon/local/lib/python2.7/site-packages/lexicon/client.py", line 50, in execute
return self.provider.delete_record(self.options.get('identifier'), self.options.get('type'), self.options.get('name'), self.options.get('content'))
File "/home/alex/devel/venv-lexicon/local/lib/python2.7/site-packages/lexicon/providers/godaddy.py", line 106, in delete_record
self._put('/domains/{0}/records'.format(domain), to_insert)
File "/home/alex/devel/venv-lexicon/local/lib/python2.7/site-packages/lexicon/providers/base.py", line 79, in _put
return self._request('PUT', url, data=data, query_params=query_params)
File "/home/alex/devel/venv-lexicon/local/lib/python2.7/site-packages/lexicon/providers/godaddy.py", line 130, in _request
result.raise_for_status()
File "/home/alex/devel/venv-lexicon/local/lib/python2.7/site-packages/requests/models.py", line 935, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 422 Client Error: Unprocessable Entity for url: https://api.godaddy.com/v1/domains/monkas.gq/records
Issue Analytics
- State:
- Created 5 years ago
- Comments:11 (6 by maintainers)
Top Results From Across the Web
Solved Godaddy Domain API error 422 - Cloudron Forum
I'm currently using Wildcard config as a workaround but this is not ideal as I have many (sub)domains. The exact error code is....
Read more >How To Fix the HTTP 422 Error - Kinsta
Error 422 is an HTTP code that tells you that the server can't process your request, although it understands it. The full name...
Read more >Error 422 When Using Powershell to Update DNS Records on ...
I am able to succesfully update when using the script found at http://teanazar.com/2016/05/godaddy-ddns-updater/ when run through cygwin. However I am trying to ...
Read more >GoDaddy charged for a cancelled domain, refused refund, re ...
EDIT: It gets worse. I just tried to delete the payment method from my GoDaddy account. Not allowed! They insist that you must...
Read more >422 Unprocessable Entity - HTTP - MDN Web Docs
The HyperText Transfer Protocol (HTTP) 422 Unprocessable Entity response status code indicates that the server understands the content type ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
OK I took the time to work on godaddy provider implementation. I think I haved fixed all issues, PR will be submitted tomorrow.
Appears to be fixed by #241 , thanks!