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
We're getting a json parsing error when downloading pacts from the latest pact broker versions (e.g. docker image dius/pact-broker:2.6.0-2).
com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 2 column 14
at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1505)
at com.google.gson.stream.JsonReader.checkLenient(JsonReader.java:1386)
at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:531)
at com.google.gson.stream.JsonReader.peek(JsonReader.java:414)
at com.google.gson.JsonParser.parse(JsonParser.java:60)
... 27 more
The text was updated successfully, but these errors were encountered:
Hi!
We're getting a json parsing error when downloading pacts from the latest pact broker versions (e.g. docker image dius/pact-broker:2.6.0-2).
The text was updated successfully, but these errors were encountered: