Skip to content

Kodi Media Player stopped working since 0.65 #13080

@schneekluth

Description

@schneekluth

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_password

After 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({})

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions