Hi mattkhan,
I have this error pop-up consistently for one of my albums. Could it be a meta-data or file length issue? The album otherwise plays OK in MC.
Logger: homeassistant.components.websocket_api.http.connection
Source: components/websocket_api/commands.py:245
integration: Home Assistant WebSocket API (documentation, issues)
First occurred: 2:11:04 PM (1 occurrences)
Last logged: 2:11:04 PM
[140465782858384] Unexpected exception
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 245, in handle_call_service
response = await hass.services.async_call(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/core.py", line 2802, in async_call
response_data = await coro
^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/core.py", line 2845, in _execute_service
return await target(service_call)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 1007, in entity_service_call
single_response = await _handle_entity_call(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 1079, in _handle_entity_call
result = await task
^^^^^^^^^^
File "/config/custom_components/jriver/entity.py", line 59, in wrapper
await func(obj, *args, **kwargs)
File "/config/custom_components/jriver/media_player.py", line 548, in async_play_media
await _play_jriver_item()
File "/config/custom_components/jriver/media_player.py", line 519, in _play_jriver_item
_, node_id, _ = media_id.split("|", 3)
^^^^^^^^^^^^^
ValueError: too many values to unpack (expected 3)