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

A server with the specified hostname could not be found.,

Open hiren245 opened this issue 3 years ago • 1 comments

Hi,

Translation is not working now. Earlier it was working.

I am trying in iOS Objective C

  • (void)getTokenWithText:(NSString *)text completion:(void (^)(NSString * _Nullable tokenData, NSString * _Nullable error))completionHandler

Above function returns error.

Thanks

hiren245 avatar Apr 19 '21 10:04 hiren245

Hi @hiren245 You have to implement this server api https://api.yourdomain.com/api/google/token when you call getTokenWithText , and the implementation of the server api is that GoogleTrans.py file in this project.

VictorZhang2014 avatar Sep 10 '21 10:09 VictorZhang2014