google_assistant_sdk истекло время соединения - PullRequest
0 голосов
/ 25 сентября 2018

код:

Response<OAuthCredentials> response = 
      oAuthClient.getAccessToken(code,authenticationConf.getClientId(),
      authenticationConf.getClientSecret(),
      authenticationConf.getCodeRedirectUri(),
      "authorization_code").execute();

исключение:

Exception in thread "main" com.mautini.assistant.demo.exception.AuthenticationException: Error during authentication
    at com.mautini.assistant.demo.authentication.AuthenticationHelper.authenticate(AuthenticationHelper.java:75)
    at com.mautini.assistant.demo.GoogleAssistantClient.main(GoogleAssistantClient.java:41)
Caused by: java.net.SocketTimeoutException: connect timed out

Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...