I hope you can help me, homeassistant works fine and has no further problems.
In the default config I have already added and removed ssdp:
I regularly get the error below in my log.
Home Assistant OS 5.10 runs on my esxi server.
System Health
version: 2021.1.5
installation_type: Home Assistant OS
dev: false
hassio: true
docker: true
virtualenv: false
python_version: 3.8.7
os_name: Linux
os_version: 5.4.86
arch: x86_64
timezone: Europe/Amsterdam
GitHub API: ok
Github API Calls Remaining: 4866
Installed Version: 1.10.1
Stage: running
Available Repositories: 773
Installed Repositories: 17
logged_in: false
can_reach_cert_server: ok
can_reach_cloud_auth: ok
can_reach_cloud: ok
host_os: Home Assistant OS 5.10
update_channel: stable
supervisor_version: 2021.01.7
docker_version: 19.03.13
disk_total: 48.5 GB
disk_used: 6.4 GB
healthy: true
supported: true
board: ova
supervisor_api: ok
version_api: ok
installed_addons: Samba share (9.3.0), Assistant Relay (0.7.4), File editor (5.2.0), Home Assistant Google Drive Backup (0.103.1), SSH & Web Terminal (7.8.0), Zigbee2mqtt (1.17.0.1), phpMyAdmin (0.2.0), MariaDB (2.2.1), Portainer (1.4.0)
dashboards: 1
mode: storage
views: 5
resources: 9
Logger: homeassistant
Source: components/ssdp/__init__.py:57
First occurred: 14:15:04 (12 occurrences)
Last logged: 14:26:04
Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/ssdp/__init__.py", line 72, in async_scan
entries = await self.hass.async_add_executor_job(_run_ssdp_scans)
File "/usr/local/lib/python3.8/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/src/homeassistant/homeassistant/components/ssdp/__init__.py", line 57, in _run_ssdp_scans
return itertools.chain.from_iterable([ssdp.scan() for _ in range(3)])
File "/usr/src/homeassistant/homeassistant/components/ssdp/__init__.py", line 57, in <listcomp>
return itertools.chain.from_iterable([ssdp.scan() for _ in range(3)])
File "/usr/local/lib/python3.8/site-packages/netdisco/ssdp.py", line 255, in scan
ready = select.select(sockets, [], [], seconds_left)[0]
ValueError: filedescriptor out of range in select()
I have searched for this error message but unfortunately I cannot find much about it.
Can someone point me in the right direction?