I updated my HA-instance a week ago, and hereafter, it’s complaining about the port for SSPD (Auto Discovery) are already in use.
The logger are simply throwing the following error:
Logger: homeassistant.components.ssdp
Source: components/ssdp/__init__.py:354
Integration: Simple Service Discovery Protocol (SSDP) (documentation, issues)
First occurred: 12:29:55 PM (1 occurrences)
Last logged: 12:29:55 PM
Failed to setup listener for 0.0.0.0: [Errno 98] Address in use
Home Assistant are already using the :5353 port
The wierd thing is, that Home Assistant are already the container, which are using the :5959 port, if I’m correct.
Here’s an output, while the HA-instance are running:
The HA- instance is in “host” network-mode, and has been working like this for yeas.
The instance had not been updated for half a year (due to a stupid mistake, in my script), so I’m unsure if something related configuration-changes, has something to do with it.
By looking at the PID, it’s clear that the python-script for Home Assistant are the one using :5353:
I’ve had this issue for about 2-3 months now so it’s nothing specific to the latest version. @exetico have you logged an issue on github? You are more likely to find a solution via the devs on github than on here
No, not before now. I was wondering if other persons was facing the same issue. With the high volume of issues submitted on GitHub, I would like to check here on the forum, before submitting the issue
I started having this problem after adding a service listening to port 1900 (Plex docker needs this port). Thus I assume this has to do with SSPD using the same port.