-
-
Notifications
You must be signed in to change notification settings - Fork 37.2k
Kodi Media Player stopped working since 0.65 #13080
Copy link
Copy link
Closed
Description
Home Assistant release (hass --version):
0.65.2
Python release (python3 --version):
3.5.3
Component/platform:
Kodi media player
Description of problem:
Since 0.65 Kodi media player is no longer working. When Hass boots up the state is received correctly but after that the component does not longer allow playback control. When you press the play button nothing happens and some seconds later the media player shows state "off".
Problem-relevant configuration.yaml entries and steps to reproduce:
- platform: kodi
host: XXX.XXX.XXX.XX
port: 80
name: 'Cubox'
turn_off_action:
service: media_player.kodi_call_method
data:
entity_id: media_player.cubox
method: System.Reboot
username: !secret kodi_user
password: !secret kodi_passwordAfter enabling debug logging for the component the following error appears when I try to reboot Kodi with the turn_off_action:
hass[12981]: 2018-03-11 09:43:12 WARNING (MainThread) [homeassistant.components.media_player.kodi] TransportError trying to run API method media_player.cubox.System.Reboot({})
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels