"UPnP Error 800" When Playing Favorite Album on Sonos

Hello,

I am receiving an error when trying to play a favorited album on my Sonos media player. Interestingly, I am able to play a favorite station without any issue.

My command:

service: media_player.play_media
data:
  media_content_id: FV:2/2
  media_content_type: favorite_item_id
target:
  entity_id: media_player.living_room

Where FV:2/2 is the album found in sensor.sonos_favorites

The error is

Logger: homeassistant.helpers.script.websocket_api_script
Source: helpers/script.py:409
First occurred: 11:21:23 PM (1 occurrences)
Last logged: 11:21:23 PM

websocket_api script: Error executing script. Error for call_service at pos 1: Error calling SonosMediaPlayerEntity.play_media on media_player.living_room: UPnP Error 800 received: from 192.168.86.24

Like I said, I am a bit baffled because I am able to use the same script to play a favorited station with no problem.

Thank you for any help!

Mike

1 Like

I have the same problem with playlists. I haven’t figured out how to add to favorites but I will give that a try.

same issue as well

Try using the select_source service call with the name of the favorite.

          - service: media_player.select_source
            continue_on_error: true
            data_template:
              entity_id: media_player.porch
              source: 25 - Classic Rewind

and/or submit a GitHub issue for it and we’ll see if we can fix it.