jmsdk icon indicating copy to clipboard operation
jmsdk copied to clipboard

Deserialisation Error RoomPowerLevels

Open marwl opened this issue 3 years ago • 0 comments

Hi, I am getting following error during the roomState request:

com.fasterxml.jackson.databind.JsonMappingException: Numeric value (9001) out of range of Java byte
 at [Source: UNKNOWN; line: -1, column: -1] (through reference chain: io.github.ma1uta.matrix.event.RoomPowerLevels["content"]->io.github.ma1uta.matrix.event.content.RoomPowerLevelsContent["users"])

It doesn't bother me as I don't need that value, I just wanted to let you know.

versions: client-impl: 0.13.1 microprofile-rest-client-api: 2.0.1-RC1 jackson-databind: 2.9.8

marwl avatar Jul 09 '21 20:07 marwl