java icon indicating copy to clipboard operation
java copied to clipboard

Can't debug Watch

Open gyorokpeter opened this issue 1 year ago • 5 comments
trafficstars

I'm getting an error:

java.lang.IllegalArgumentException: Expected the field `containers` to be an array in the JSON string but got `null`

However there seems to be no way to debug this because Watch.next() handles all of reading the response, parsing the JSON and converting to the target type all by itself with no way to print the results in between.

gyorokpeter avatar Feb 20 '24 15:02 gyorokpeter