Closed nunomaduro closed 4 years ago
Hmm, so this is kinda interesting and weird. So looking at the error you are sharing here it looks like the JSON returned from PHP insights is not complete.
Another possible solution could be that the json is on multiple lines or that the json is so large here that it Java's string reader reads a really long line as multiple lines.
I think the best solution in this case is to change so it first tries to parse the json when the command is done, instead of on each line.
Alright, so in the latest edition the parsing has now been changed. Hopefully it should fix the problem you were having.