yplassiard / nvda-translate

Make NVDA translate any spoken text to the desired language.
GNU General Public License v2.0
21 stars 12 forks source link

Sometimes causes NVDA to freeze silently #16

Open cary-rowen opened 2 years ago

cary-rowen commented 2 years ago

In some regions, the Google Translate Engine is not accessible, and attempting to turn on just-in-time translation will cause NVDA to freeze and NVDA must be restarted. I'm guessing that the wait trying to request Google's servers is blocking NVDA.

yplassiard commented 9 months ago

On regions where Google Translate is not supported, the add-on should actually turn itself off. I'll see if I can do something to prevent the whole NVDA freeze, but it would require some not so straightforward changes.