Hi, my tts (Google) is not working since a long time (can’t say exactly, maybe early .8 versions). I googled a lot but found no solution for my problem. Now i hope that anyone here can help me.
I use the latest version of Home Assistant. When i use the mediaplayer tts-input, the mp3-files are successfully generated in the config/tts - folder but not played back in any mediaplayer-component. I tried appletv, volumio, … With “call service” it do not work either. I think it is not a problem with Google-TTS. Yes i know, there was a problem with using google-tts and SSL but the files were generated without any problem so i think It must be a local problem.
This is the error-log i get:
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/homeassistant/components/websocket_api/commands.py", line 148, in handle_call_service
connection.context(msg))
File "/usr/local/lib/python3.7/site-packages/homeassistant/core.py", line 1133, in async_call
self._execute_service(handler, service_call))
File "/usr/local/lib/python3.7/site-packages/homeassistant/core.py", line 1155, in _execute_service
await handler.func(service_call)
File "/usr/local/lib/python3.7/site-packages/homeassistant/components/tts/__init__.py", line 153, in async_say_handle
DOMAIN_MP, SERVICE_PLAY_MEDIA, data, blocking=True)
File "/usr/local/lib/python3.7/site-packages/homeassistant/core.py", line 1133, in async_call
self._execute_service(handler, service_call))
File "/usr/local/lib/python3.7/site-packages/homeassistant/core.py", line 1155, in _execute_service
await handler.func(service_call)
File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_component.py", line 188, in handle_service
self._platforms.values(), func, call, service_name
File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/service.py", line 278, in entity_service_call
future.result() # pop exception if have
File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/service.py", line 294, in _handle_service_platform_call
await func(entity, data)
File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/local/lib/python3.7/site-packages/homeassistant/components/media_player/__init__.py", line 581, in play_media
raise NotImplementedError()
NotImplementedError