saghul / aiodns

Simple DNS resolver for asyncio

Home Page:https://pypi.python.org/pypi/aiodns

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AttributeError: 'DNSResolver' object has no attribute '_channel'

0xatinder opened this issue · comments

Exception ignored in: <bound method DNSResolver.del of <aiodns.DNSResolver object at 0x7fbeae94ca90>>
Traceback (most recent call last):
File "/usr/local/lib/python3.5/dist-packages/aiodns/init.py", line 123, in del
AttributeError: 'DNSResolver' object has no attribute '_channel'

Can you paste a test case? The _channel attribute is created in __init__ so it should be there unless an assert blows.