Korol Zhao
Korol Zhao
I test it as follows,but get 403 response,what parameters are missing Translator.setUrlApi("https://libretranslate.com/translate"); System.out.println(Translator.translate(Language.RUSSIAN, Language.CHINESE, "Для примера, переведем текст с русского на английский и выведем в консоль:")); Kind regards
When I call the API in Java, it tip 403 java program as follows public final class Translator { private static String urlApi = "https://translate.fedilab.app/translate"; public static String translate(@NonNull String...
### Is there no existing issue for this? - [X] I have searched the existing issues ### Machine specifications 254GB ### Operating system ky10.aarch64 ### Docker version 18.09.9 ### Description...