"Unrecognized field \"uri\" (Class com.flashphoner.server.commons.rmi.data.impl.SnapshotParams)

brunoibac

New Member
when calling the /rest-api/stream/snapshot endpoint

I am getting the following error:

"exception": "java.lang.IllegalArgumentException",
"reason": "java.lang.IllegalArgumentException, Internal Server Error, Unrecognized field \"uri\" (Class com.flashphoner.server.commons.rmi.data.impl.SnapshotParams), not marked as ignorable\n at [Source : N/A; line: -1, column: -1] (through reference chain: com.flashphoner.server.commons.rmi.data.impl.SnapshotParams[\"uri\"]), ts: 1672878987584, path: /rest-api/stream/snapshot",
"path": "/rest-api/stream/snapshot",
"error": "Internal Server Error",
"message": "Unrecognized field \"uri\" (Class com.flashphoner.server.commons.rmi.data.impl.SnapshotParams), not marked as ignorable\n at [Source: N/A; line: -1, column: -1] (through reference chain: com.flashphoner.server.commons.rmi.data.impl.SnapshotParams[\"uri\"])",
"timestamp": 1672878987584,
"status": 500

how can i fix?
 
Top