Closed vishalxl closed 2 years ago
Seeing this likely unrelated error. Its seen both on windows Terminal, and on Ubuntu elf file running in WSL.
Refreshing...
Unhandled exception:
Instance of 'LanguageNotSupportedException'
#0 LanguageList.[] (package:translator/src/langs/language.dart:128:5)
#1 GoogleTranslator.translate (package:translator/src/google_translator.dart:79:36)
<asynchronous suspension>
Some lanaguages like 'qu'/Quechua aren't mentioned in the Dart package, which means that if the Google Translate service returns such a language, this exception is thrown.
Fixed it by catching the exception.