File "/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/components/media_player/kodi.py", line 59, in setup_platform
turn_off_action=config.get(CONF_TURN_OFF_ACTION)),
File "/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/components/media_player/kodi.py", line 80, in __init__
self.update()
File "/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/components/media_player/kodi.py", line 114, in update
self._players = self._get_players()
File "/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/components/media_player/kodi.py", line 91, in _get_players
return self._server.Player.GetActivePlayers()
I had the same issue. Doing this:
resolved it for me.
1 Like