You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to get beatify to work with youtube. When I start a game it pauses and says it cannot reach the speaker. (Media player not responding - check speaker connection) In the log I'm finding the following:
home-assistant | 2026-02-08 12:39:53.171 WARNING (MainThread) [custom_components.beatify.game.playlist] Skipping song (year 1964) - no URI for provider 'youtube_music'
home-assistant | 2026-02-08 12:39:53.172 WARNING (MainThread) [custom_components.beatify.game.playlist] Skipping song (year 1968) - no URI for provider 'youtube_music'
home-assistant | 2026-02-08 12:40:00.779 ERROR (MainThread) [custom_components.beatify.services.media_player] Playback failed: No playable items found
home-assistant | 2026-02-08 12:40:00.779 WARNING (MainThread) [custom_components.beatify.game.state] Failed to play song: spotify:track:37soQoNhEEIrhhYgHWK1xU
home-assistant | 2026-02-08 12:40:02.199 ERROR (MainThread) [custom_components.beatify.services.media_player] Playback failed: No playable items found
home-assistant | 2026-02-08 12:40:02.199 WARNING (MainThread) [custom_components.beatify.game.state] Failed to play song: spotify:track:4UJEO6YWo9c8b6SZ79wIAK
home-assistant | 2026-02-08 12:40:03.598 ERROR (MainThread) [custom_components.beatify.services.media_player] Playback failed: No playable items found
home-assistant | 2026-02-08 12:40:03.599 WARNING (MainThread) [custom_components.beatify.game.state] Failed to play song: spotify:track:0yelVo6DA76GpFfBRPnK0j
home-assistant | 2026-02-08 12:40:05.020 ERROR (MainThread) [custom_components.beatify.services.media_player] Playback failed: No playable items found
home-assistant | 2026-02-08 12:40:05.020 WARNING (MainThread) [custom_components.beatify.game.state] Failed to play song: spotify:track:7N3UAu6FkwdBg9J7OONBBP
home-assistant | 2026-02-08 12:40:05.020 ERROR (MainThread) [custom_components.beatify.game.state] Media player unreachable after 3 attempts, pausing game
I'm trying to play on Sonos (or squeezelite, same result). So I installed Music Assistant and added the Youtube Music integration. I can play YT music in music assistant fine, but when I try to run it from beatify I get the following logs. I'm wondering about the log mentioning trying to play spotify, even though I've chosen YT, or is it just your identifier for the song?
I tried to simulate what beatify might be doing and tried to play a link I found in the playlists through a service call (or nowadays action) in HA, but that fails. Might be that I don't use the service call correctly or be a hint for a problem:
action: music_assistant.play_media
target:
entity_id: media_player.musik_az
data:
media_id: https://music.youtube.com/watch?v=F1dRr6VypB8
enqueue: play
Failed to perform the action music_assistant.play_media. No playable items found
Home Assistant: 2026.2.1
Music Assistant: 2.7.6
Beatify: 2.4.0
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Hi,
please delete if this is no place for support.
I'm trying to get beatify to work with youtube. When I start a game it pauses and says it cannot reach the speaker. (
Media player not responding - check speaker connection) In the log I'm finding the following:I'm trying to play on Sonos (or squeezelite, same result). So I installed Music Assistant and added the Youtube Music integration. I can play YT music in music assistant fine, but when I try to run it from beatify I get the following logs. I'm wondering about the log mentioning trying to play spotify, even though I've chosen YT, or is it just your identifier for the song?
I tried to simulate what beatify might be doing and tried to play a link I found in the playlists through a service call (or nowadays action) in HA, but that fails. Might be that I don't use the service call correctly or be a hint for a problem:
Home Assistant: 2026.2.1
Music Assistant: 2.7.6
Beatify: 2.4.0
Thanks for any help!
All reactions