From 97a05b72dd6e46a14d42a3c62c6aadc776731461 Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Sun, 29 Jul 2018 18:41:25 -0400 Subject: [PATCH] another fix --- txupnp/ssdp.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/txupnp/ssdp.py b/txupnp/ssdp.py index 386b713..e47be7b 100644 --- a/txupnp/ssdp.py +++ b/txupnp/ssdp.py @@ -289,6 +289,8 @@ class SSDPFactory(object): d.addTimeout(timeout, self._reactor) found_cb = gather(d, max_devices) self.protocol.discover_callbacks[address] = found_cb, d + for st in [SSDP_ALL, SSDP_ROOT_DEVICE, GATEWAY_SCHEMA, GATEWAY_SCHEMA.lower()]: + self.protocol.send_m_search(service=st) try: server_infos = yield d except defer.TimeoutError: