I've just updated to 2.5.9 but I'm still getting the java error. This is to my self hosted site which returns an empty JSON string with a HTTP 200.
Is an empty JSON string and a HTTP 200 still a valid return or do I need to return some details in the JSON string.
I tried returning a command with the same result
{
"_type": "cmd",
"action": "clearWaypoints"
}
This is my own developed Python site but it has been working fine for years.
I've just updated to 2.5.9 but I'm still getting the java error. This is to my self hosted site which returns an empty JSON string with a HTTP 200.
Is an empty JSON string and a HTTP 200 still a valid return or do I need to return some details in the JSON string.
I tried returning a command with the same result
{
"_type": "cmd",
"action": "clearWaypoints"
}
This is my own developed Python site but it has been working fine for years.