Skip to content
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

No longer able to update wildcard A record. #20

Open
SX86 opened this issue Mar 31, 2021 · 0 comments
Open

No longer able to update wildcard A record. #20

SX86 opened this issue Mar 31, 2021 · 0 comments

Comments

@SX86
Copy link

SX86 commented 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 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 SX86 changed the title No longer able to update wilcard A record. No longer able to update wildcard A record. Mar 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant