You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been using your script for quite a while, but it somehow stopped working today for my wildcard A record.
I tried using both the godaddy_ddns.py --ip IP --key KEY --secret SECRET --ttl TTL *.domain method and the godaddy-ddns %godaddy-ddns.config method.
The script works for my other A record with name @, just not with my wildcard record.
Here's the error :
Traceback (most recent call last):
File "/path-to-file/godaddy_ddns.py", line 128, in main
with urlopen(req) as f: resp = f.read()
File "/path-to-python/request.py", line 222, in urlopen
return opener.open(url, data, timeout)
File "/path-to-python/request.py", line 531, in open
response = meth(req, response)
File "/path-to-python/request.py", line 640, in http_response
response = self.parent.error(
File "/path-to-python/request.py", line 569, in error
return self._call_chain(*args)
File "/path-to-python/request.py", line 502, in _call_chain
result = func(*args)
File "/path-to-python/request.py", line 649, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 403: Forbidden
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/path-to-file/godaddy_ddns.py", line 162, in <module>
main()
File "/path-to-file/godaddy_ddns.py", line 154, in main
raise Exception(msg)
Exception: Unable to set IP address: customer identified by --key and --secret options denied permission.
Correct values can be obtained from from https://developer.godaddy.com/keys/ and are ideally placed in a % file.
Let me know if there is anything else for me to test or provide feedback on.
Thanks in advance, and great work!!
The text was updated successfully, but these errors were encountered:
SX86
changed the title
No longer able to update wilcard A record.
No longer able to update wildcard A record.
Mar 31, 2021
Hi!
I've been using your script for quite a while, but it somehow stopped working today for my wildcard A record.
I tried using both the
godaddy_ddns.py --ip IP --key KEY --secret SECRET --ttl TTL *.domain
method and thegodaddy-ddns %godaddy-ddns.config
method.The script works for my other A record with name
@
, just not with my wildcard record.Here's the error :
Let me know if there is anything else for me to test or provide feedback on.
Thanks in advance, and great work!!
The text was updated successfully, but these errors were encountered: