[ad_1]
Unable to invoke Google translator API from the application.
Getting below error Message
TranslationProcessor – An error occured while calling Google translation API
org.springframework.web.client.ResourceAccessException: I/O error on GET request for “https://www.googleapis.com/language/translate/v2?key=wewe3&target=en&source=pl&q=Witaj świecie”:Connection reset; nested exception is java.net.SocketException: Connection reset
at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:584) ~[spring-web-4.1.2.RELEASE.jar:4.1.2.RELEASE]
Any idea to resolve this issue?
[ad_2]