Rest error

neogeo

Member
I am posting the following:
:9091/rest-api/stream/find

{"name":"abcd123",
"status":"PUBLISHING"
}

And the server returns the following error although there is a publishing stream with this name:
{
"exception":"java.io.EOFException",
"path":"/rest-api/stream/find",
"error":"InternalServerError",
"message":"NocontenttomaptoObjectduetoendofinput",
"timestamp":1536138465179,
"status":500
}
 
Top