You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both the filesystem and http plugin wrap.info manifests are serialized incorrectly. I get the attached error when attempting to deserialize the filesystem plugin's wrap.info manifest. The reason "unknown map type: -56" refers to a MsgPack map, not to Polywrap's GenericMap type.
ChatGPT can understand and deserialize MsgPack bytes. I recommend asking ChatGPT to compare MessagePack byte arrays output by the polywrap_msgpack and polywrap_msgpack_serde packages. The two packages produce different serialization output. The output from polywrap_msgpack can be deserialized by the Kotlin MessagePack implementation, while the output from polywrap_msgpack_serde cannot.
Both the filesystem and http plugin
wrap.info
manifests are serialized incorrectly. I get the attached error when attempting to deserialize the filesystem plugin'swrap.info
manifest. The reason "unknown map type: -56" refers to a MsgPack map, not to Polywrap's GenericMap type.ChatGPT can understand and deserialize MsgPack bytes. I recommend asking ChatGPT to compare MessagePack byte arrays output by the
polywrap_msgpack
andpolywrap_msgpack_serde
packages. The two packages produce different serialization output. The output frompolywrap_msgpack
can be deserialized by the Kotlin MessagePack implementation, while the output frompolywrap_msgpack_serde
cannot.Abridged for readability:
Full exception:
The text was updated successfully, but these errors were encountered: