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
ERROR c.e.w.c.p.e.PrettyPrintProcessor - Error during pretty printing of message with Wilma Logger ID: resp20150924070122.0004! Reason:com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 14
So add JsonReader.setLenient(true) to handle malformed JSON messages too.
The text was updated successfully, but these errors were encountered:
tkohegyi
changed the title
Enable pretty printing malformed JSON messages
Enable pretty printing of malformed JSON messages
Sep 24, 2015
… -where it is not necessary
- remove unnecessary gradle executables
- alter browsermob-proxy README.md to make it clear that this differs from the original lib, see #14
ERROR c.e.w.c.p.e.PrettyPrintProcessor - Error during pretty printing of message with Wilma Logger ID: resp20150924070122.0004! Reason:com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 14
So add JsonReader.setLenient(true) to handle malformed JSON messages too.
The text was updated successfully, but these errors were encountered: