uwolfer / gerrit-intellij-plugin

Gerrit Code Review Tool Integration for the IntelliJ Platform
Apache License 2.0
495 stars 103 forks source link

Cannot get Gerrit plugin to work with Intellij. "Failed to get Gerrit changes: Request failed" #415

Closed christophermazza closed 3 years ago

christophermazza commented 3 years ago

When I go into the Settings for my gradle project, under Version Control/Gerrit, when I click the "Test" button, I always get the same error message:

Can't login to"...": com.google.gerrit.extensions.restapi.RestApiException: Request failed.

Using IntelliJ IDEA 2021.1.3 (Community Edition). Plugin version 1.2.5-203. Language JAVA.

This used to work. Recently we updated our version of IntelliJ and the Plugin.

thank you!

uwolfer commented 3 years ago

Is https://git.epyonpower.com:8445/ the URL for accessing Gerrit? Is there no sub path? Also, try removing the trailing #.

christophermazza commented 3 years ago

Yes, "..." is the URL. No sub path. Tried without trailing #, no difference. Could it be a certificate issue? in the browser, it indicates "connection not secure".

uwolfer commented 3 years ago

You could try to downgrade plugin. You can manually download an older release from GitHub releases and install in IntelliJ from Zip.