You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
similar to 264, but I triple checked my url, it points to the main gerrit page and uses https.
Gerrit 3.1.2, plugin 1.2.5-203
Caused by: com.google.gerrit.extensions.restapi.RestApiException: Expected JSON but got 'text/html; charset=utf-8'.
at com.google.gerrit.extensions.restapi.RestApiException.wrap(RestApiException.java:25)
at com.urswolfer.gerrit.client.rest.http.GerritRestClient.checkContentType(GerritRestClient.java:521)
at com.urswolfer.gerrit.client.rest.http.GerritRestClient.requestJson(GerritRestClient.java:156)
at com.urswolfer.gerrit.client.rest.http.GerritRestClient.getRequest(GerritRestClient.java:118)
at com.urswolfer.gerrit.client.rest.http.changes.ChangesRestClient.get(ChangesRestClient.java:130)
at com.urswolfer.gerrit.client.rest.http.changes.ChangesRestClient.access$000(ChangesRestClient.java:37)
at com.urswolfer.gerrit.client.rest.http.changes.ChangesRestClient$1.get(ChangesRestClient.java:95)
at com.urswolfer.intellij.plugin.gerrit.rest.GerritUtil.testConnection(GerritUtil.java:584)
The text was updated successfully, but these errors were encountered:
similar to 264, but I triple checked my url, it points to the main gerrit page and uses https.
Gerrit 3.1.2, plugin 1.2.5-203
The text was updated successfully, but these errors were encountered: