google-translate-api icon indicating copy to clipboard operation
google-translate-api copied to clipboard

A free and unlimited API for Google Translate :dollar::no_entry_sign:

Results 90 google-translate-api issues
Sort by recently updated
recently updated
newest added

I am guessing I am hitting the RATE LIMIT? is there a way to include a token, or whatever... if we're able to pay for the service?

Allow the 'format' query parameter string so that the user can pass in html to the google translate API.

{ Error at /home/xiangying/server/core/node_modules/[email protected]@google-translate-api/index.js:105:17 at at process._tickCallback (internal/process/next_tick.js:188:7) code: 'BAD_REQUEST' }

I recently began receiving 403 errors when using `google-translate-api`. Digging in to the source a bit, this is the error that is being thrown: ```json { "message": "Response code 403...

Thank you very much! We need docker! Other languages can use this simple!

I'm getting the following error when attempting to require `google-translate-api`: > Uncaught TypeError: exec is not a function I'm including it with the following code: > const translate = require('google-translate-api');...

Punjabi's ISO code had a typo nevertheless, I've fixed it!

use of safeEval is considered a vulnerability https://nodesecurity.io/advisories/337

I'm getting this error: { Error at /rbd/pnpm-volume/d8614593-b135-49f8-804b-3686ad6243fd/node_modules/.registry.npmjs.org/google-translate-api/2.3.0/node_modules/google-translate-api/index.js:105:17 at at process._tickCallback (internal/process/next_tick.js:189:7) code: 'BAD_REQUEST' } when doing this translate('Hello', {from: 'en', to: 'es'}).then(res => { console.log(res.text); console.log(res.from.text.autoCorrected); console.log(res.from.text.value); console.log(res.from.text.didYouMean); }).catch(err...

Incorrect tokens are being generated more and more in which tokens appear with the same numbers of either side of the dot. For example, &tk=11354.11354 , &tk=93841.93841 , &tk=21324.21324 This...