Closed florianj1 closed 5 years ago
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates.
Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment :+1:
I took some time, but now I am running home-assistant 0.66.1. The issue is still unsolved, since the code from my initial post wasn't changed. The Trace stays nearly the same:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/homeassistant/core.py", line 1002, in _event_to_service_call
await service_handler.func(service_call)
File "/usr/lib/python3.6/site-packages/homeassistant/components/media_player/__init__.py", line 402, in async_service_handler
yield from getattr(player, method['method'])(**params)
File "/usr/lib/python3.6/site-packages/homeassistant/components/media_player/kodi.py", line 227, in wrapper
yield from func(obj, *args, **kwargs)
File "/usr/lib/python3.6/site-packages/homeassistant/components/media_player/kodi.py", line 681, in _goto
yield from self.server.Player.Seek(players[0]['playerid'], 0)
File "/usr/lib/python3.6/site-packages/jsonrpc_websocket/jsonrpc.py", line 45, in send_message
return message.parse_response(response)
File "/usr/lib/python3.6/site-packages/jsonrpc_base/jsonrpc.py", line 181, in parse_response
raise ProtocolError(code, message, data)
jsonrpc_base.jsonrpc.ProtocolError: (-32100, 'Failed to execute method.', {'error': {'code': -32100, 'message': 'Failed to execute method.'}, 'id': 349239841, 'jsonrpc': '2.0'})
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates.
Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment :+1:
I am experiencing the same issue even with the latest release.
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates.
Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment :+1:
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue now has been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.
Home Assistant release (
hass --version
): 0.60.0Python release (
python3 --version
): Python 3.6.3Component/platform: Hass.io installation on raspberry pi 3
Description of problem: I am running Kodi media center with VNSI plugin to watch television. Interacting with kodi works fine except form switching to the previous TV channel. Switching to the next channel works. Calling media_player.media_prevoius_track results to the exception give below and thus the channel doesn't change.
Expected: Switch to previous TV channel
Problem-relevant
configuration.yaml
entries and steps to reproduce:Traceback (if applicable):
Additional info: If I change kodi.py from
to
everything works as expected, since skipping to the beginning isn't supported for TV channels