ipfs / kubo

An IPFS implementation in Go
https://docs.ipfs.tech/how-to/command-line-quick-start/
Other
16.11k stars 3.01k forks source link

IPNS pointer was not unixfs node #1566

Closed krl closed 9 years ago

krl commented 9 years ago

ERRO[20:33:15:000] IPNS pointer was not unixfs node module=ipnsfs ERRO[20:33:15:000] error from node construction: unexpected EOF module=cmd/ipfs Error: unexpected EOF

@whyrusleeping Could this error be moved into to ipfs mount command instead of blocking the daemon completely?

whyrusleeping commented 9 years ago

yeah probably. Got a repro?

krl commented 9 years ago

ipfs name publish /ipfs/QmZFmR9oSwy42skdwT4mTWEiRY2Cky6N2vcVb5x5ZhrWmS

killall ipfs ipfs daemon

whyrusleeping commented 9 years ago

I think that this will change once the mfs PR lands. I will verify over there to make sure.

krl commented 9 years ago

@whyrusleeping sweet thx for the quick fix!

krl commented 9 years ago

There seems to have been a regression on this issue

whyrusleeping commented 9 years ago

@krl thanks for the heads up. Ill take a look.

whyrusleeping commented 9 years ago

@krl what the heck? my changes are gone.

krl commented 9 years ago

Thx, works again!