Error doing job: Task exception was never retrieved Source: components/upnp/device.py:90

Hi There,

I i’m getting an error in my log every time I restart the server. I can not figure out where its coming from. Does Anyone have clue or can somebody maybe give me a tip on where to look?

obviously it has something to do with a upnp device. but as far as I know i do not use any.

Help would be highly appreciated.

this is the error

Logger: homeassistant
Source: components/upnp/device.py:90
First occurred: 22:52:20 (1 occurrences)
Last logged: 22:52:20

Error doing job: Task exception was never retrieved

and the trace back

Traceback (most recent call last):
File "/srv/homeassistant/lib/python3.8/site-packages/homeassistant/components/ssdp/__init__.py", line 48, in initialize
await scanner.async_scan(None)
File "/srv/homeassistant/lib/python3.8/site-packages/homeassistant/components/ssdp/__init__.py", line 82, in async_scan
await self._process_entries()
File "/srv/homeassistant/lib/python3.8/site-packages/homeassistant/components/ssdp/__init__.py", line 129, in _process_entries
await asyncio.gather(*tasks)
File "/srv/homeassistant/lib/python3.8/site-packages/homeassistant/data_entry_flow.py", line 131, in async_init
result = await self._async_handle_step(
File "/srv/homeassistant/lib/python3.8/site-packages/homeassistant/data_entry_flow.py", line 214, in _async_handle_step
result: dict = await getattr(flow, method)(user_input)
File "/srv/homeassistant/lib/python3.8/site-packages/homeassistant/components/upnp/config_flow.py", line 179, in async_step_ssdp
discovery = await Device.async_supplement_discovery(self.hass, discovery)
File "/srv/homeassistant/lib/python3.8/site-packages/homeassistant/components/upnp/device.py", line 72, in async_supplement_discovery
device = await Device.async_create_device(hass, location)
File "/srv/homeassistant/lib/python3.8/site-packages/homeassistant/components/upnp/device.py", line 90, in async_create_device
upnp_device = await factory.async_create_device(ssdp_location)
File "/srv/homeassistant/lib/python3.8/site-packages/async_upnp_client/client_factory.py", line 72, in async_create_device
service = await self.async_create_service(service_desc_xml, description_url)
File "/srv/homeassistant/lib/python3.8/site-packages/async_upnp_client/client_factory.py", line 102, in async_create_service
scpd_xml = await self._async_get_url_xml(scpd_url)
File "/srv/homeassistant/lib/python3.8/site-packages/async_upnp_client/client_factory.py", line 336, in _async_get_url_xml
raise UpnpError("Received status code: {}".format(status_code))
async_upnp_client.client.UpnpError: Received status code: 404