Traceback (most recent call last):
File "weebdns.py", line 197, in
default_loop()
File "weebdns.py", line 174, in default_loop
run = loop.run_until_complete(aiodns_query(resolver))
File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
return future.result()
File "weebdns.py", line 97, in aiodns_query
await aiodns_request(target, query_type, resolver)
File "weebdns.py", line 66, in aiodns_request
if len(results) == 0:
TypeError: object of type 'ares_query_soa_result' has no len()
Traceback (most recent call last): File "weebdns.py", line 197, in
default_loop()
File "weebdns.py", line 174, in default_loop
run = loop.run_until_complete(aiodns_query(resolver))
File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
return future.result()
File "weebdns.py", line 97, in aiodns_query
await aiodns_request(target, query_type, resolver)
File "weebdns.py", line 66, in aiodns_request
if len(results) == 0:
TypeError: object of type 'ares_query_soa_result' has no len()