@belljaf wrote:
Hi, currently running HA core 0.106.5. For the last few updates I have been getting the following errors in my log on startup:
Error during setup of component zeroconf Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/setup.py", line 174, 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 42, in setup zeroconf = Zeroconf() File "/usr/local/lib/python3.7/site-packages/zeroconf/__init__.py", line 2134, in __init__ interfaces, unicast, ip_version, apple_p2p=apple_p2p File "/usr/local/lib/python3.7/site-packages/zeroconf/__init__.py", line 2062, in create_sockets respond_socket = add_multicast_member(cast(socket.socket, listen_socket), i, apple_p2p=apple_p2p) File "/usr/local/lib/python3.7/site-packages/zeroconf/__init__.py", line 2009, in add_multicast_member listen_socket.setsockopt(socket.IPPROTO_IP, socket.IP_ADD_MEMBERSHIP, _value) OSError: [Errno 105] No buffer space available
This is followed by the error that defaultconfig and ios could not setup all dependencies.
Every thing seems to be working as it should, in particular my ios integration is working so I don’t know if I need to worry about it but I dont like seeing errors in my log.
Any ideas?
Posts: 1
Participants: 1