websocket_api script: Error executing script. Unexpected error for call_service at pos 1: RTSP/1.0 method ANNOUNCE failed with code 453: Not Enough Bandwidth
That doesn’t surprise as my internet is so so
back to MaryTTS since stand alone a actually my goal
configuration.yaml
# Text to speech
tts:
- platform: marytts
language: "en_US"
host: "10.0.1.10"
port: 59125
service call
service: tts.marytts_say
data:
cache: false
entity_id: all
message: test
Ii get this error
[140499411523888] Error handling message: Unknown error (unknown_error) from 10.0.1.185 (Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15)
10:27:54 AM – (ERROR) Home Assistant WebSocket API
websocket_api script: Error executing script. Unexpected error for call_service at pos 1: [Errno 111] Connection refused
10:27:54 AM – (ERROR) components/marytts/tts.py
I m wondering if this has to do with the fact I am running HA on a Linux VM hosted on Mac mini. I have tried localhost for the IP. 10.0.10 which is the VM and 10.0.1.185 (which if the host) and get the same error
You have advanced my knowledge of HA several degrees. I had not updated the internal URL on this reinstallation. There is a media player instance in state but I am uncertain what you mean testing the url. I am still getting
[139964082203200] Error handling message: Unknown error (unknown_error) from 10.0.1.185 (Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15)
2:56:13 PM – (ERROR) Home Assistant WebSocket API
websocket_api script: Error executing script. Unexpected error for call_service at pos 1: [Errno 111] Connection refused
2:56:13 PM – (ERROR) components/marytts/tts.py
I also can not get the MaryTT page up at 59125 just get a connection failure
and new errors. wonder if the speaker is part of the issue
139873573122976] Error handling message: Unknown error (unknown_error) from 10.0.1.185 (Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15)
4:47:17 PM – (ERROR) Home Assistant WebSocket API - message first occurred at 4:47:02 PM and shows up 2 times
websocket_api script: Error executing script. Unexpected error for call_service at pos 1: RTSP/1.0 method ANNOUNCE failed with code 453: Not Enough Bandwidth
4:47:17 PM – (ERROR) components/apple_tv/media_player.py - message first occurred at 4:47:02 PM and shows up 2 times
I think the nature of this device doen’t support what we re trying to do, It is an apple airport express router. which was discontinued 7 years ago, Thanks for all the effort
looking at this… I am thinking about utrying to add an Owntones server. to HA and then using Airplay to get the TTTS output to my speakers Does that makem any sense to anyone?