darksoil-studio / holochain-playground

Mono repo for the holochain playground
https://darksoil.studio/holochain-playground
MIT License
24 stars 5 forks source link

RangeError: Invalid code point #2

Closed kaichaosun closed 2 years ago

kaichaosun commented 2 years ago

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 2 years ago

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).

guillemcordoba commented 2 years ago

@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 2 years ago

Working for me! Thanks for the quick fix (:

kaichaosun commented 2 years ago

It works perfect! 👍