These are errors I get when I searched with ERROR (MainThread)
2020-01-17 22:06:52 ERROR (MainThread) [frontend.js.latest.202001082] http://hassio.local:8123/lovelace/home:0:0 Uncaught
2020-01-17 22:02:41 ERROR (SyncWorker_2) [homeassistant.loader] Error parsing manifest.json file at /config/custom_components/emulated_hue/manifest.json: Expecting value: line 7 column 1 (char 6)
2020-01-17 22:02:50 ERROR (MainThread) [homeassistant.components.media_player] Error while setting up platform vlc
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 158, in _async_setup_platform
await asyncio.wait_for(asyncio.shield(task), SLOW_SETUP_MAX_WAIT)
File "/usr/local/lib/python3.7/asyncio/tasks.py", line 442, in wait_for
return fut.result()
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/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.7/site-packages/vlc.py", line 1551, in __new__
return libvlc_new(len(args), args)
File "/usr/local/lib/python3.7/site-packages/vlc.py", line 3903, in libvlc_new
ctypes.c_void_p, ctypes.c_int, ListPOINTER(ctypes.c_char_p))
File "/usr/local/lib/python3.7/site-packages/vlc.py", line 246, in _Cfunction
raise NameError('no function %r' % (name,))
NameError: no function 'libvlc_new'
2020-01-17 22:02:53 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 417, in _async_add_entity
await entity.async_added_to_hass()
File "/usr/src/homeassistant/homeassistant/components/met/weather.py", line 82, in async_added_to_hass
await self._fetch_data()
File "/usr/src/homeassistant/homeassistant/components/met/weather.py", line 146, in _fetch_data
self._update()
File "/usr/src/homeassistant/homeassistant/components/met/weather.py", line 153, in _update
self.async_write_ha_state()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 297, in async_write_ha_state
self._async_write_ha_state()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 327, in _async_write_ha_state
attr.update(self.state_attributes or {})
File "/usr/src/homeassistant/homeassistant/components/weather/__init__.py", line 167, in state_attributes
forecast_entry[ATTR_FORECAST_TEMP],
KeyError: 'temperature'
2020-01-17 22:06:52 ERROR (MainThread) [hacs] Tried to serve up '/config/www/community/light-entity-card/light-entity-card.js' but it does not exist
I’m getting these logs in Logs under Developer tools. Just wanted to make sure I’m getting these logs from right place.