Guest User

Untitled

a guest
Nov 6th, 2020
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. 2020-11-06 16:14:15.291 | WARNING | 638 | mycroft.tts.google_tts:get_supported_langs:76 | Couldn't fetch upto date language codes
  2. 2020-11-06 16:14:47.307 | WARNING | 638 | mycroft.tts.google_tts:get_supported_langs:76 | Couldn't fetch upto date language codes
  3. 2020-11-06 16:15:19.183 | WARNING | 638 | gtts.tts | Unable to get language list: 'NoneType' object is not subscriptable
  4. 2020-11-06 16:15:19.629 | ERROR | 638 | mycroft.tts.tts:create:523 | The selected TTS backend couldn't be loaded. Falling back to Mimic
  5. Traceback (most recent call last):
  6. File "/home/pi/mycroft-core/mycroft/tts/google_tts.py", line 123, in validate_connection
  7. gTTS(text='Hi').save(self.tts.filename)
  8. File "/home/pi/mycroft-core/.venv/lib/python3.7/site-packages/gtts/tts.py", line 249, in save
  9. self.write_to_fp(f)
  10. File "/home/pi/mycroft-core/.venv/lib/python3.7/site-packages/gtts/tts.py", line 189, in write_to_fp
  11. part_tk = self.token.calculate_token(part)
  12. File "/home/pi/mycroft-core/.venv/lib/python3.7/site-packages/gtts_token/gtts_token.py", line 28, in calculate_token
  13. seed = self._get_token_key()
  14. File "/home/pi/mycroft-core/.venv/lib/python3.7/site-packages/gtts_token/gtts_token.py", line 59, in _get_token_key
  15. "Unable to find token seed! Did https://translate.google.com change?"
  16. ValueError: Unable to find token seed! Did https://translate.google.com change?
  17.  
  18. During handling of the above exception, another exception occurred:
  19.  
  20. Traceback (most recent call last):
  21. File "/home/pi/mycroft-core/mycroft/tts/tts.py", line 519, in create
  22. tts.validator.validate()
  23. File "/home/pi/mycroft-core/mycroft/tts/tts.py", line 435, in validate
  24. self.validate_connection()
  25. File "/home/pi/mycroft-core/mycroft/tts/google_tts.py", line 126, in validate_connection
  26. 'GoogleTTS server could not be verified. Please check your '
  27. Exception: GoogleTTS server could not be verified. Please check your internet connection.
  28. Carnegie Mellon University, Copyright (c) 1999-2011, all rights reserved
  29. mimic developers, Copyright (c) 2016, all rights reserved
  30. version: mimic-1.2.0.2 ()
  31.  
Add Comment
Please, Sign In to add comment