Add FAQs for debugging msgpack serialization issues
We often get questions about how to debug serialization issues. The first few times you face them it can be challenging to figure out what the problem is. With msgpack being a binary protocol, it's a bit more tricky to figure out than something like JSON would be. At this point though, we (core team) have a pretty well-established process for debugging these issues. We should write these steps up as an FAQ page to help people figure these problems out.
I also got a suggestion recently from @alastairong that we make error serialization messages more readable or easier to debug. At the moment we dump the msgpack binary which you do need but it isn't readable. Perhaps we could consider dumping a readable representation, as long as that doesn't introduce more confusion with ambiguous encodings to another format like JSON. Something to think about and maybe split into another ticket at some point
This item has been open for 30 days with no activity.
Depends on https://github.com/holochain/holochain/issues/3597
This item has been open for 30 days with no activity.
Essentially write a tutorial for how to convert message pack bytes into JSON to understand the error output.