@ciB wrote:
I ran into a weird error resulting to some of my stuff not being recognised anymore.
Running latest stable Hass.io on docker (raspberry pi4)My logs show the following error:
2019-12-09 18:33:17 ERROR (MainThread) [homeassistant.setup] Error during setup of component zeroconf Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/setup.py", line 176, in _async_setup_component component.setup, hass, processed_config # type: ignore File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run result = self.fn(*self.args, **self.kwargs) File "/usr/src/homeassistant/homeassistant/components/zeroconf/__init__.py", line 40, in setup zeroconf = Zeroconf() File "/usr/local/lib/python3.7/site-packages/zeroconf.py", line 1817, in __init__ self._listen_socket.setsockopt(socket.IPPROTO_IP, socket.IP_ADD_MEMBERSHIP, _value) OSError: [Errno 105] No buffer space available
I only added a few docker containers and added the transmission integration through the integrations page… any idea why this is happening?
Posts: 5
Participants: 2