ERROR (MainThread) [homeassistant.components.media_player] Error while setting up vlc platform for media_player
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 193, in _async_setup_platform
await asyncio.shield(task)
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/vlc/media_player.py", line 46, in setup_platform
[VlcDevice(config.get(CONF_NAME, DEFAULT_NAME), config.get(CONF_ARGUMENTS))]
File "/usr/src/homeassistant/homeassistant/components/vlc/media_player.py", line 55, in __init__
self._instance = vlc.Instance(arguments)
File "/usr/local/lib/python3.8/site-packages/vlc.py", line 1551, in __new__
return libvlc_new(len(args), args)
File "/usr/local/lib/python3.8/site-packages/vlc.py", line 3902, in libvlc_new
_Cfunction('libvlc_new', ((1,), (1,),), class_result(Instance),
File "/usr/local/lib/python3.8/site-packages/vlc.py", line 246, in _Cfunction
raise NameError('no function %r' % (name,))
NameError: no function 'libvlc_new'