Hello guys,
I start with HA and want to try to install on Windows core.
I did all the steps, and at the final one I have this mistake and nobody happens, the UI is not available on localhost :
(homeassistant) homeassistant@PC-MATHIEU:/srv/homeassistant$ hass
2021-04-24 23:19:33 WARNING (MainThread) [pyroute2.netlink.rtnl.tcmsg.common] tcmsg: [Errno 2] No such file or directory: '/proc/net/psched'
2021-04-24 23:19:33 WARNING (MainThread) [pyroute2.netlink.rtnl.tcmsg.common] the tc subsystem functionality is limited
2021-04-24 23:19:34 ERROR (MainThread) [pyatv.support.mdns] failed to add listener for 169.254.87.75
Traceback (most recent call last):
File "/srv/homeassistant/lib/python3.8/site-packages/pyatv/support/mdns.py", line 428, in multicast
await protocol.add_socket(net.mcast_socket(str(addr)))
File "/srv/homeassistant/lib/python3.8/site-packages/pyatv/support/net.py", line 75, in mcast_socket
sock.setsockopt(
OSError: [Errno 22] Invalid argument
2021-04-24 23:19:34 ERROR (MainThread) [haffmpeg.core] FFmpeg fails [Errno 2] No such file or directory: 'ffmpeg'
Traceback (most recent call last):
File "/srv/homeassistant/lib/python3.8/site-packages/haffmpeg/core.py", line 136, in open
self._proc = await self._loop.run_in_executor(None, proc_func)
File "/usr/lib/python3.8/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/lib/python3.8/subprocess.py", line 854, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "/usr/lib/python3.8/subprocess.py", line 1702, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'ffmpeg'
2021-04-24 23:19:34 WARNING (MainThread) [haffmpeg.tools] Error starting FFmpeg.
2021-04-24 23:19:34 ERROR (MainThread) [pyatv.support.mdns] failed to add listener for 169.254.75.72
Traceback (most recent call last):
File "/srv/homeassistant/lib/python3.8/site-packages/pyatv/support/mdns.py", line 428, in multicast
await protocol.add_socket(net.mcast_socket(str(addr)))
File "/srv/homeassistant/lib/python3.8/site-packages/pyatv/support/net.py", line 75, in mcast_socket
sock.setsockopt(
OSError: [Errno 22] Invalid argument
2021-04-24 23:19:34 ERROR (MainThread) [pyatv.support.mdns] failed to add listener for 169.254.10.52
Traceback (most recent call last):
File "/srv/homeassistant/lib/python3.8/site-packages/pyatv/support/mdns.py", line 428, in multicast
await protocol.add_socket(net.mcast_socket(str(addr)))
File "/srv/homeassistant/lib/python3.8/site-packages/pyatv/support/net.py", line 75, in mcast_socket
sock.setsockopt(
OSError: [Errno 22] Invalid argument
Anyone for any clue ? Thanks