Sorry, there was an error communicating with the server. Try posting a different message

Hi
I try to use postComment method. But I have a problem with passing client_meta.
If client_meta is Vector type {“x”: 1, “y”: 1} is OK. But if I change type to FrameOffset
{“node_id”: “I1036:136627;169:6”,“node_offset”:{“x”:1460,“y”:350}} I have a error
Sorry, there was an error communicating with the server. Try posting a different message.
what am I doing wrong?

This is an id of an object inside of an instance. You can only attach comments to top-level frames, not instances and especially not objects inside instances.

Thank you so much.