I can turn the google home on and adjust the volume but when I type in a message for it to say I just get this error.
Log Details (ERROR)
Wed Sep 19 2018 14:06:57 GMT-0500 (Central Daylight Time)
Error executing service <ServiceCall tts.google_say (c:0831fe231d8448c623038b72): entity_id=[‘media_player.living_room_speaker’], message=hello>
Traceback (most recent call last):
File “/usr/local/lib/python3.6/site-packages/homeassistant/core.py”, line 1127, in _event_to_service_call
await service_handler.func(service_call)
File “/usr/local/lib/python3.6/site-packages/homeassistant/components/tts/init.py”, line 137, in async_say_handle
options=options
File “/usr/local/lib/python3.6/site-packages/homeassistant/components/tts/init.py”, line 306, in async_get_url
engine, key, message, use_cache, language, options)
File “/usr/local/lib/python3.6/site-packages/homeassistant/components/tts/init.py”, line 318, in async_get_tts_audio
message, language, options)
File “/usr/local/lib/python3.6/site-packages/homeassistant/components/tts/google.py”, line 83, in async_get_tts_audio
token.calculate_token, part)
File “/usr/local/lib/python3.6/concurrent/futures/thread.py”, line 56, in run
result = self.fn(*self.args, **self.kwargs)
File “/usr/local/lib/python3.6/site-packages/gtts_token/gtts_token.py”, line 28, in calculate_token
seed = self._get_token_key()
File “/usr/local/lib/python3.6/site-packages/gtts_token/gtts_token.py”, line 62, in _get_token_key
a = re.search(“a\\x3d(-?\d+);”, tkk_expr).group(1)
AttributeError: ‘NoneType’ object has no attribute ‘group’