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

fix: sentences are probably undefined

Open vellengs opened this issue 1 year ago • 0 comments

sentences probably is undefined.

translate error TypeError: Cannot read properties of undefined (reading 'filter')
    at Translator.buildResText (/xxxxxxxx/node_modules/@vitalets/google-translate-api/src/index.ts:67:8)
    at Translator.translate (/xxxxxxx/node_modules/@vitalets/google-translate-api/src/index.ts:29:23)
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at async translate (/xxxxxxxx/src/utils/Translator.ts:19:20)
    at async batchTranslate (/xxxxxxxxx/src/en.wikipedia.org/transforms/index.ts:19:20)
    at async /xxxxxxxxxx/src/en.wikipedia.org/Military_bases.translate.ts:43:9

vellengs avatar Jun 21 '23 09:06 vellengs