cjvnjde / google-translate-api-browser

A free and unlimited API for Google Translate
https://www.npmjs.com/package/google-translate-api-browser
MIT License
213 stars 31 forks source link

'BAD_NETWORK' for long text #4

Closed raviraj16 closed 5 years ago

raviraj16 commented 5 years ago

'BAD_NETWORK' alert shows while translating a long text. Also the console prints '414 (Request-URI Too Long)'.

cjrsgu commented 5 years ago

Google translate has a limit of 5,000 characters per request. Was your text longer than 5k characters?

raviraj16 commented 5 years ago

Yes, you are right, my text is larger than the threshold limit.