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 Domain Connect config found for domain #37

Closed
kl11n opened this issue Sep 13, 2020 · 9 comments
Closed

No Domain Connect config found for domain #37

kl11n opened this issue Sep 13, 2020 · 9 comments

Comments

@kl11n
Copy link

kl11n commented Sep 13, 2020

Until yesterday everything worked fine. But today when I try to setup a domain this error is raised:

Traceback (most recent call last):
File "/home/haproxyuser/.local/lib/python3.6/site-packages/dyndns/domain_setup.py", line 16, in main
config = dc.get_domain_config(domain)
File "/home/haproxyuser/.local/lib/python3.6/site-packages/domainconnect/domainconnect.py", line 245, in get_domain_config
ret = self._get_domain_config_for_root(domain_root, domain_connect_api)
File "/home/haproxyuser/.local/lib/python3.6/site-packages/domainconnect/domainconnect.py", line 271, in _get_domain_config_for_root
raise NoDomainConnectSettingsException('No Domain Connect config found for {}.'.format(domain_root))
domainconnect.domainconnect.NoDomainConnectSettingsException: No Domain Connect config found for my.domain

I tried to solve it with issue #33 and #35 but it didn't help.

Do you have an idea, what is wrong?

@mkb79
Copy link
Contributor

mkb79 commented Sep 13, 2020

I had the same issue since yesterday. Nothing helps. Tried multiple times to make a new setup. Since 1 hour all working fine for now. It seems the where some problems on provider side.

@pawel-kow
Copy link
Member

Yes, the API was not available for few hours at IONOS. All back online now.

@kl11n
Copy link
Author

kl11n commented Sep 14, 2020

I still get the same error when trying to set a domain

Has it to be a txt or a cname record? 🤔

@pawel-kow
Copy link
Member

@DATKTV formally it is TXT record but at IONOS we use CNAME at another host (in the end it's the same).

Here the valid output

root@localhost:~# dig TXT _domainconnect.connect.domains

; <<>> DiG 9.10.3-P4-Ubuntu <<>> TXT _domainconnect.connect.domains
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 61629
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;_domainconnect.connect.domains.        IN      TXT

;; ANSWER SECTION:
_domainconnect.connect.domains. 3506 IN CNAME   _domainconnect.1and1.com.
_domainconnect.1and1.com. 26    IN      TXT     "api.domainconnect.1and1.com"

@kl11n
Copy link
Author

kl11n commented Sep 14, 2020

This is my output. Aside from the line > _domainconnect.1and1.com. 26 IN TXT "api.domainconnect.1and1.com" it seems the same. But I don't know how to insert this line in ionos center

user@localhost:~$ dig TXT _domainconnect.datktv.de

; <<>> DiG 9.11.3-1ubuntu1.13-Ubuntu <<>> TXT _domainconnect.datktv.de
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 25189
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 65494
;; QUESTION SECTION:
;_domainconnect.datktv.de.      IN      TXT

;; ANSWER SECTION:
_domainconnect.datktv.de. 2531  IN      TXT     "_domainconnect.1and1.com"

@pawel-kow
Copy link
Member

@DATKTV , so you have mixed the type and the content of the record.
Please set the CNAME on host _domainconnect and target _domainconnect.1and1.com.

@kl11n
Copy link
Author

kl11n commented Sep 14, 2020

I already did this. Or is it wrong?
cnameRecord

@pawel-kow
Copy link
Member

@DATKTV now it's correct
You may now need few moments for the TTL so that the updated record will be resolved correctly.

@kl11n
Copy link
Author

kl11n commented Sep 14, 2020

@pawel-kow thank you very much. It works again 👍

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

3 participants