Hi there,
I have a problem… twice a second I get the following error message. And after 1-2 days my automations and devices still work, but I can’t reach homeassistant over url/ip and alexa can’t communicate with it. Anybody any ideas?
2023-01-15 14:16:21.746 ERROR (MainThread) [homeassistant] Error doing job: Exception in callback _SelectorDatagramTransport._read_ready()
Traceback (most recent call last):
File "/usr/local/lib/python3.10/asyncio/events.py", line 80, in _run
self._context.run(self._callback, *self._args)
File "/usr/local/lib/python3.10/asyncio/selector_events.py", line 1027, in _read_ready
self._protocol.datagram_received(data, addr)
File "/usr/local/lib/python3.10/site-packages/async_upnp_client/ssdp.py", line 254, in datagram_received
request_line, headers = decode_ssdp_packet(data, local_addr, addr)
File "/usr/local/lib/python3.10/site-packages/async_upnp_client/ssdp.py", line 199, in decode_ssdp_packet
extra["location"] = get_adjusted_url(parsed_headers["location"], remote_addr)
File "/usr/local/lib/python3.10/site-packages/async_upnp_client/ssdp.py", line 82, in get_adjusted_url
assert data.hostname
AssertionError