guyrotem / google-translate-server

Google Translate Proxy API
https://google-translate-proxy.herokuapp.com/
MIT License
98 stars 36 forks source link

Setup on share host with Nodejs #6

Closed StevePhuc closed 5 years ago

StevePhuc commented 5 years ago

my share host has nodejs
https://blog.hawkhost.com/2018/09/14/introducing-nodejs-applications/

and I setup it http://prntscr.com/ohar4h http://prntscr.com/oharlm

this one work https://google-tts.stevephuc.dev/api/languages but then try https://google-tts.stevephuc.dev/api/tts?query=perro&language=es&speed=0.24 {"error":"Server is still waking up, waiting to get a key from Gooogle. Please try again in a few seconds. it happens often on the 1st attempt after an idle period"}

what should I do

Update 1: may be there are not process.env.port in my host , I ask host support for it.