DJDNS / go-deje

Golang library for DEJE Next, a protocol/technology for decentralized document hosting and concurrent editing.
GNU Lesser General Public License v2.1
8 stars 0 forks source link

"Cannot cast key to uint" for legitimate paths #19

Closed MaddieM4 closed 10 years ago

MaddieM4 commented 10 years ago

When receiving events over JSON, for some reason, path keys can be interpreted as some type not in (int, uint). This means that sliceContainer.castKey fails at line 36.

This is causing issues with real DNS data. Needs to be fixed, man.