gTTS-token icon indicating copy to clipboard operation
gTTS-token copied to clipboard

Results 2 gTTS-token issues
Sort by recently updated
recently updated
newest added

These changes allow user to set proxy settings initializing `Token` object or do this dynamically for each `calculate_token` call

I got SSL3_GET_SERVER_CERTIFICATE:certificate verify failed' when I use gTTS. The error happened on line 58 of gtts_token.py. The app got SSL error in: `response = requests.get("https://translate.google.com/").` I fixed it by...