Unable to find token seed
See original GitHub issuePrerequisites
- [yes] Did you make sure a similar issue didn’t exist?
- [yes] Did you update gTTS to the latest? (
pip install --upgrade gTTS
)
I put in: gtts-cli ‘hello’ --output hello.mp3
and it returns:
gtts.tts - WARNING - Unable to get language list: ‘NoneType’ object is not subscriptable Usage: gtts-cli [OPTIONS] <text>
Error: Unable to find token seed! Did https://translate.google.com change?
this code i’m using is from the example page
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Unable to find token seed! Did https://translate.google.com ...
I am making an assistant that uses gTTS and Google Speech but this error appears. It is fine with speech recognition as it...
Read more >Unable to find token seed! Did https://translate.google ... - GitHub
After I send 10-15 requests, I get the following error: Traceback (most recent call last): File "text_to_speech.py", line 25, ...
Read more >ValueError: Unable to find token seed! Did https://translate ...
I am making an assistant that uses gTTS and Google Speech but this error appears. It is fine with speech recognition as it...
Read more >HA 117: Unable to find token seed! Did https://translate.google ...
Unexpected error for call_service at pos 1: Unable to find token seed! Did https://translate.google.com change?
Read more >gTTS-token - PyPI
gTTS-token. gTTS-token (Google Text to Speech token): A python implementation of the token validation of Google Translate.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@pndurette
Fresh install of ubuntu. Maybe apt update/upgrade will fix it? Otherwise, i will try to figure out what virtual envs is, i’m a newb lol
Edit: Had to manually go and rm -rf some files. update/upgrade mostly fixed it. Reinstalled and it was working!
Nice, glad you got it working!