dneves / gitlab-integration-plugin

Intellij Plugin for GitLab Integration
MIT License
37 stars 14 forks source link

Error JsonParseException #11

Closed koenhendriks closed 5 years ago

koenhendriks commented 9 years ago

After setting up host and API key i get the following event error:

Error org.codehaus.jackson.JsonParseException: Unexpected character ('<' (code 60)): expected a valid value (number, String, array, object, 'true', 'false' or 'null') at [Source: java.io.StringReader@5d1dc39d; line: 1, column: 2]

GodLesZ commented 8 years ago

Got that too, I think it happens if you use a HTTP url but gitlab is hosted on HTTPS. At least that was my problem