Open Cloud DataStore API: Exception was thrown by handler.

When trying to use the OpenCloud API on a specific DataStore inside my game, the request errors with a status of 500 and the message {code: 2, message: "Exception was thrown by handler."}. This makes it impossible to use the API.

This also happens in the Data Stores Manager inside Creator Hub, I am unable to view these keys.

This could be due to the fact that I compress data with a custom algorithm, stored as a string.

This can be reproduced by trying to get this key, using the DataStore API:

Expected behavior

The API request should succeed and provide the key’s content.

Hi, could you DM me the entry value if you know it? I wonder if this is caused by some invalid json

I’m unable to DM you, pretty sure staff now have to start the DM so I can send the key content there.

I’m pretty sure this happens because of the characters created by compression which the server cannot handle somehow