Opendigitalradio / odr-radioepg-bridge

Creates a DAB EPG bitstream directly from the ODR multiplex configuration file, using RadioDNS to lookup SI and PI documents.
Apache License 2.0
0 stars 1 forks source link

RadioDNS.org cannot resolve #4

Closed KuntzeM closed 4 years ago

KuntzeM commented 4 years ago

Hi Nick,

I tried your tool, but I cannot resolve the radiodns lookup.

self.fqdn() => '0.d313.10a5.1e1.dab.radiodns.org'
self.dns_resolver.query(self.fqdn(), 'CNAME')

throw exception: {NXDOMAIN}None of DNS query names exist: 0.d313.10a5.1e1.dab.radiodns.org., 0.d313.10a5.1e1.dab.radiodns.org.

If I use a nslookup with an example URL, I got the same issue. Radiodns could not find.

~$ nslookup 0.d220.100c.de0.dab.radiodns.org
Server:     127.0.0.53
Address:    127.0.0.53#53

** server can't find 0.d220.100c.de0.dab.radiodns.org: NXDOMAIN

I used an unblocked mobilphone hotspot.

Do you have any idea why I cannot resolve radiodns?

BR Mathias

KuntzeM commented 4 years ago

sorry. my fault. The multiplex ids are wrong. With dab:1e0.10a5.d313.0 it's working.