Logger: homeassistant.config_entries
Source: components/upnp/device.py:73
First occurred: 17:59:13 (1 occurrences)
Last logged: 17:59:13
Error setting up entry Orbi-Router (Gateway) for upnp
Traceback (most recent call last):
File “/usr/local/lib/python3.7/site-packages/async_upnp_client/aiohttp.py”, line 103, in async_do_http_request
async with self._session.request(method, url, headers=headers, data=body) as response:
File “/usr/local/lib/python3.7/site-packages/aiohttp/client.py”, line 1012, in aenter
self._resp = await self._coro
File “/usr/local/lib/python3.7/site-packages/aiohttp/client.py”, line 483, in _request
timeout=real_timeout
File “/usr/local/lib/python3.7/site-packages/aiohttp/connector.py”, line 523, in connect
proto = await self._create_connection(req, traces, timeout)
File “/usr/local/lib/python3.7/site-packages/aiohttp/connector.py”, line 859, in _create_connection
req, traces, timeout)
File “/usr/local/lib/python3.7/site-packages/aiohttp/connector.py”, line 986, in _create_direct_connection
req=req, client_error=client_error)
File “/usr/local/lib/python3.7/site-packages/aiohttp/connector.py”, line 936, in _wrap_create_connection
return await self._loop.create_connection(*args, **kwargs) # type: ignore # noqa
File “/usr/local/lib/python3.7/asyncio/base_events.py”, line 949, in create_connection
await self.sock_connect(sock, address)
File “/usr/local/lib/python3.7/asyncio/selector_events.py”, line 473, in sock_connect
return await fut
concurrent.futures._base.CancelledError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/config_entries.py”, line 217, in async_setup
hass, self
File “/usr/src/homeassistant/homeassistant/components/upnp/init.py”, line 105, in async_setup_entry
device = await async_discover_and_construct(hass, udn, st)
File “/usr/src/homeassistant/homeassistant/components/upnp/init.py”, line 71, in async_discover_and_construct
return await Device.async_create_device(hass, location)
File “/usr/src/homeassistant/homeassistant/components/upnp/device.py”, line 73, in async_create_device
upnp_device = await factory.async_create_device(ssdp_location)
File “/usr/local/lib/python3.7/site-packages/async_upnp_client/client_factory.py”, line 52, in async_create_device
root = await self._async_get_url_xml(description_url)
File “/usr/local/lib/python3.7/site-packages/async_upnp_client/client_factory.py”, line 290, in _async_get_url_xml
await self.requester.async_http_request(‘GET’, url)
File “/usr/local/lib/python3.7/site-packages/async_upnp_client/client.py”, line 70, in async_http_request
body_type=body_type)
File “/usr/local/lib/python3.7/site-packages/async_upnp_client/aiohttp.py”, line 113, in async_do_http_request
resp_body = None
File “/usr/local/lib/python3.7/site-packages/async_timeout/init.py”, line 55, in aexit
self._do_exit(exc_type)
File “/usr/local/lib/python3.7/site-packages/async_timeout/init.py”, line 92, in _do_exit
raise asyncio.TimeoutError
concurrent.futures._base.TimeoutError