@vindicator wrote:
I’m just checking in here first before submitting the issue to the HA github project.
Everything is running off of the same system/localhost.
Developer Tools -> SERVICES
Service: tts.marytts_say
Service data: {“message”: “hello world”}
Feb 13 02:24:45 computerName hass[196024]: 2020-02-13 02:24:45 ERROR (MainThread) [homeassistant.components.tts] Error on load tts: Wrong tts file format!
Feb 13 02:24:45 computerName mpd[195474]: exception: Failed to decode http://<private_ip>:8123/api/tts_proxy/2aae6c35c94fcfb415dbe95f408b9ce91ee846ed_en_us_5470814253323254900_marytts.wave_file
Feb 13 02:24:45 computerName mpd[195474]: exception: nested: CURL failed: The requested URL returned error: 404 Not Found
Feb 13 02:24:45 computerName mpd[195474]: player: played “http://<private_ip>:8123/api/tts_proxy/2aae6c35c94fcfb415dbe95f408b9ce91ee846ed_en_us_5470814253323254900_marytts.wave_file”
Feb 13 02:24:46 computerName hass[196024]: 2020-02-13 02:24:46 ERROR (MainThread) [homeassistant.components.tts] Error on load tts: Wrong tts file format!
Feb 13 02:24:46 computerName hass[196024]: 2020-02-13 02:24:46 ERROR (MainThread) [homeassistant.components.tts] Error on load tts: Wrong tts file format!
Feb 13 02:24:46 computerName hass[196024]: 2020-02-13 02:24:46 ERROR (MainThread) [homeassistant.components.tts] Error on load tts: Wrong tts file format!
Feb 13 02:24:46 computerName hass[196024]: 2020-02-13 02:24:46 ERROR (MainThread) [homeassistant.components.tts] Error on load tts: Wrong tts file format!
Feb 13 02:24:46 computerName hass[196024]: 2020-02-13 02:24:46 ERROR (MainThread) [homeassistant.components.tts] Error on load tts: Wrong tts file format!
ls -la output: -rw-r–r-- 1 hass hass 170444 Feb 13 02:24 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed_en_us_5470814253323254900_marytts.wave_file
file output: RIFF (little-endian) data, WAVE audio, Microsoft PCM, 16 bit, mono 48000 Hz
ffplay plays that file when I give myself permission.
I’d like to be able to see/know what HA is receiving to prompt the “Wrong tts file format” log entry.
Posts: 1
Participants: 1