amark / gun

An open source cybersecurity protocol for syncing decentralized graph data.
https://gun.eco/docs
Other
18.03k stars 1.16k forks source link

Uncaught TypeError: Cannot create property '' on number '1626387020485.1992' #1256

Open mmalmi opened 2 years ago

mmalmi commented 2 years ago

Happens on Iris messenger sometimes:

Uncaught TypeError: Cannot create property '' on number '1626387020485.1992'
    at e (radix.js:70:36)
    at e (radix.js:101:11)
    at e (radix.js:101:11)
    at e (radix.js:101:11)
    at e (radix.js:101:11)
    at e (radix.js:101:11)
    at e (radix.js:101:11)
    at e (radix.js:101:11)
    at e (radix.js:101:11)
    at e (radix.js:101:11)

It's "\u0018" character if I'm right. https://www.fileformat.info/info/unicode/char/0018/index.htm

Screenshot 2022-06-19 at 16 00 47 Screenshot 2022-06-19 at 16 03 21
draeder commented 2 years ago

You may want to post this issue in the Iris repo

mmalmi commented 2 years ago

The error comes from radix.js which is from gun.

draeder commented 2 years ago

Oh, right.. I don't know how I missed the screenshot full of red text LOL. Either way, you may still want to post in Iris. It could be an issue there that is causing radix to error out. In particular, the character , which is not a Gun spec character that I'm aware of..