GoogleTranslateFreeApi
GoogleTranslateFreeApi copied to clipboard
System.NotSupportedException: 'The method is no longer valid, or something went wrong'
Translating from German to English:
var from = Language.German;
var to = Language.English;
var result = await _translator.TranslateLiteAsync(text, from, to);
Same here :(
Same here
same here
I eventually got it working but google eventually blocks requests after a certain amount of time.
You guys are really better off using the translator of azure or similar. It has a tier where you can translate thousands of words for free.
@JKamsker Not very useful to tell us you got it working without any details.
Getting the same error and no solution has been provided yet.