-
Notifications
You must be signed in to change notification settings - Fork 16
Description
Doesn't work at all on python 3.13 or 3.10. Spent a lot of time last night trying to set this up.
All kinds of annoying error messages including but not limited to:
───────────── locals ──────────────_
cb = functools.partial(<func_ │
DNSResolver.callback at │
0x7f0fa5efeca0>, <Future │
pending>) │
family = <AddressFamily.AF_UNSPE │
0> │
flags = <AddressInfo.AI_ADDRCON_ │
32> │
fut = │
host = 'api2.aleph.im' │
port = 443 │
proto = 0 │
self = <aiodns.DNSResolver │
object at │
0x7f0f9f31dbe0> │
type = <SocketKind.SOCK_STREAM: │
1> │
───────────────────────────────────_
────────────────────────────────────
eError: Channel.getaddrinfo() takes
itional arguments but 4 positional
uments (and 4 keyword-only arguments
e given
5d68538718f8:~$
Not a good first impression. Still I will find a way to test this because I'm interested.