godaddy-ddns icon indicating copy to clipboard operation
godaddy-ddns copied to clipboard

No longer able to update wildcard A record.

Open SX86 opened this issue 4 years ago • 0 comments

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 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!!

SX86 avatar Mar 31 '21 15:03 SX86