mirror of
https://github.com/xcat2/confluent.git
synced 2026-09-11 12:06:26 +00:00
a325f65076
The loop resolver takes only host and port positionally, so these three calls raised "BaseEventLoop.getaddrinfo() takes 3 positional arguments but 5 were given" every time they ran. get_ipaddr and _find_service have no handler above them, so link local XCC discovery and a targeted SSDP search both died outright. The snoop copy sits under an except Exception, which swallowed it and left the MGTIFACE reply unanswered instead.