ipfs/kubo

corrupted ipns entry in local cache

Open

#3 124 ouverte le 25 août 2016

Voir sur GitHub
 (2 commentaires) (0 réactions) (0 assignés)Go (2 725 forks)batch import
help wantedkind/bugstatus/deferredtopic/dhttopic/ipns

Métriques du dépôt

Stars
 (13 906 stars)
Métriques de merge PR
 (Merge moyen 4j 2h) (28 PRs mergées en 30 j)

Description

I was able to break my local ipns publishing:

➜  ~ ipfs name publish <some hash>
Error: proto: required field "{Unknown}" not set

I did this by first publishing an entry normally, then:

ipfs dht get /ipns/<my peer ID> > ipns-data
cat ipns-data | ipfs dht put /ipns/<my peer ID>

Something must not be quite right here in the round tripping of the record.

This also appears to make it impossible for me to publish new ipns values for the time being.

Guide contributeur