darksoil-studio/holochain-playground

RangeError: Invalid code point

Closed this issue · 4 comments

When testing with Flux application,

npx @holochain-playground/cli ws://localhost:2000

Got following error, and the DHT entries is empty.
image

Thanks for this great tool, let me know if I can help.

pospi commented

Same issue here- the "invalid code point" messages flood the console and my "Dht Entries" panel is empty. Am getting this testing a multi-DNA, multi-zome app and connecting to tests being orchestrated via tryorama. I still seem to be able to view the full agent's source chain, but can't view the contents of any entries (only headers).

@kaichaosun @pospi thanks for the report, I was not handling well the case in which a Component of a Path is an object serialized with SerializedBytes. Can you try with the new version 0.0.8 and confirm this issue is fixed?

pospi commented

Working for me! Thanks for the quick fix (:

It works perfect! 👍