/rest-api/hls/find_all 500 error

sangsoo

Member
hello.
When I run /rest-api/hls/find_all, I get a 500 error.

----Version info-----
wcs_version=5.2.1782-2c19ea1c5c48070f3ee21c42cb9c322744c0a373
wcs_client_version=2.0.235-26b6eab7c0f8f6a0ff720922c5007bb7da59aa86

* flashphoner.properties HLS settings
Set hls_store_segment_in_memory=false.

1. publish to Two-way Streaming
2. executed /rest-api/hls/startup.
3. a folder was created in the hls folder with the stream name.
4. called find_all.
1698309901611.png

{
"exception": "com.flashphoner.rest.server.exception.InternalErrorException",
"reason": "com.flashphoner.rest.server.exception.InternalErrorException, Internal Server Error, uncaught exception in /rest-api/hls/find_all org.codehaus.jackson.map.JsonMappingException: No serializer found for class com.flashphoner.server.I.C.B and no properties discovered to create BeanSerializer (to avoid exception, disable SerializationConfig.Feature.FAIL_ON_EMPTY_BEANS) ) (through reference chain: java.util.ArrayList[0]), for more info check server debug logs, ts: 1698309264773, path: /rest-api/hls/find_all",
"path": "/rest-api/hls/find_all",
"error": "Internal Server Error",
"message": "uncaught exception in /rest-api/hls/find_all org.codehaus.jackson.map.JsonMappingException: No serializer found for class com.flashphoner.server.I.C.B and no properties discovered to create BeanSerializer (to avoid exception, disable SerializationConfig.Feature.FAIL_ON_EMPTY_BEANS) ) (through reference chain: java.util.ArrayList[0]), for more info check server debug logs",
"timestamp": 1698309264773,
"status": 500
}

What could be the problem?
Thanks.
 

Max

Administrator
Staff member
Good day.
We confirm the problem with REST API query (hls_store_segment_in_memory does not affect, the problem is reproducing with default settings too). Raised the ticket WCS-3959, will let know about progress here.
The only workaround is temporary downgrade to build 5.2.1776.
 
Top