Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to connect to Google Translate. trying again... #12

Closed
trevorf999 opened this issue Dec 5, 2020 · 6 comments
Closed

Failed to connect to Google Translate. trying again... #12

trevorf999 opened this issue Dec 5, 2020 · 6 comments

Comments

@trevorf999
Copy link

Hi,

I am getting the following message below when running the example. Other devices have access Google Translate, and ESP has no problems getting data from web in other sketches.

........
Connected to back.gate.sases_XXXXX
IP address: 192.168.XXX.XXX
Failed to connect to Google Translate. trying again... (current: 0, maxRetry: 10)
Failed to connect to Google Translate. trying again... (current: 1, maxRetry: 10)
Failed to connect to Google Translate. trying again... (current: 2, maxRetry: 10)
Failed to connect to Google Translate. trying again... (current: 3, maxRetry: 10)
Failed to connect to Google Translate. trying again... (current: 4, maxRetry: 10)
Failed to connect to Google Translate. trying again... (current: 5, maxRetry: 10)
Failed to connect to Google Translate. trying again... (current: 6, maxRetry: 10)
Failed to connect to Google Translate. trying again... (current: 7, maxRetry: 10)

@horihiro
Copy link
Owner

horihiro commented Dec 6, 2020

This module is based on TKK parameter on Google Translate.
Google might close old algorithm, which uses TKK parameter, on the page.

@horihiro
Copy link
Owner

horihiro commented Dec 6, 2020

/translate_tts which this library accesses returns 404.
image

@horihiro
Copy link
Owner

Please try 1.0.10
https://www.arduinolibraries.info/libraries/esp8266-google-tts

This version doesn't try to connect to Google Translate.

@Qbunjo
Copy link

Qbunjo commented Dec 21, 2020

Hi horihiro, I just checked new version of your library - now it works! Thanks for your effort!

@horihiro
Copy link
Owner

close this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants