ipfs/kubo

corrupted ipns entry in local cache

Open

#3.124 geöffnet am 25. Aug. 2016

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Go (2.725 Forks)batch import
help wantedkind/bugstatus/deferredtopic/dhttopic/ipns

Repository-Metriken

Stars
 (13.906 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 4T 2h) (28 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide