object of type ‘DNSQuestion’ has no len() into Python mdns server
I have tried to create an MDNS server to answer for MDNS query
I can handle the MDNS query packet but I got an error on reply = dnslib.DNSRecord(b, q)
with object of type 'DNSQuestion' has no len()