Latest 2023.5.2 Error SSDP error

Hi everyone, anyone experiences the problem after the upgrade? Any solutions to it?

Logger: homeassistant.setup
Source: components/ssdp/__init__.py:709
First occurred: 9:00:01 AM (1 occurrences)
Last logged: 9:00:01 AM

Error during setup of component ssdp
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/setup.py", line 257, in _async_setup_component
    result = await task
  File "/usr/src/homeassistant/homeassistant/components/ssdp/__init__.py", line 203, in async_setup
    await server.async_start()
  File "/usr/src/homeassistant/homeassistant/components/ssdp/__init__.py", line 729, in async_start
    await self._async_start_upnp_servers()
  File "/usr/src/homeassistant/homeassistant/components/ssdp/__init__.py", line 785, in _async_start_upnp_servers
    http_port = await _async_find_next_available_port(source)
  File "/usr/src/homeassistant/homeassistant/components/ssdp/__init__.py", line 709, in _async_find_next_available_port
    test_socket.bind(addr)
OSError: [Errno 99] Address not available

You are not the only one
It is the simple service discovery protocol.
A place to start . . .
Please check out this help page and go through the list for any you are using.