Error doing job: Exception in callback _SelectorDatagramTransport._read_ready()

Hello,

I just updated to core version 2021.7.3 (from 2021.7.2) and discovered this error in the log. Rolling back to 2021.7.2 didn’t help so I guess the error was present before the upgrade I just never realized I had it. I checked the log for a week ago, everything was fine, no error. Haven’t touched anything in HA since then so I don’t really know where this comes from? The error shows up every minute:

2021-07-20 17:47:18 ERROR (MainThread) [homeassistant] Error doing job: Exception in callback _SelectorDatagramTransport._read_ready()

Traceback (most recent call last):

File "/usr/local/lib/python3.9/asyncio/events.py", line 80, in _run

self._context.run(self._callback, *self._args)

File "/usr/local/lib/python3.9/asyncio/selector_events.py", line 1029, in _read_ready

self._protocol.datagram_received(data, addr)

File "/usr/local/lib/python3.9/site-packages/async_upnp_client/ssdp.py", line 175, in datagram_received

request_line, headers = decode_ssdp_packet(data, addr)

File "/usr/local/lib/python3.9/site-packages/async_upnp_client/ssdp.py", line 126, in decode_ssdp_packet

headers = CaseInsensitiveDict(**parsed_headers)

TypeError: async_upnp_client.utils.CaseInsensitiveDict() got multiple values for keyword argument 'SERVER'

Running HA on a HA Blue everything updated to latest stable release.

Any idea what this can be?

This issue is now addressed here and have been solved.