#Error calling SonosMediaPlayerEntity._play_media

1 messages · Page 1 of 1 (latest)

lyric shell
#

I got a weird error when a tts tried to call a sonos media
Error: Error calling SonosMediaPlayerEntity._play_media on media_player.foyer_speaker: UPnP Error 714 received: Illegal MIME-Type from 192.168.xx.xx
Any clue what this relates to?

#

the action in question was this

#

`- service: tts.cloud_say
data:
entity_id: !input 'target'
language: en-IE
message: "{%- set single_lst = single_msg.split('\n') -%}\n{%- set multiple_lst
\ = multiple_msg.split('\n') -%}\n{%- if persons_count|length > 1 -%}\n {{
\ multiple_lst | random | replace('<persons>', persons_names) }}\n{%- elif persons_count|length > 0 -%}\n
\ {{ single_lst | random | replace('<person>', persons_names) }}\n{%- endif
\ -%}\n"

  • condition: template
    value_template: "{{ addactions|length > 0 }}"
  • choose: []
    default: !input 'actions'
    mode: single`