ipfs / ipfs/kubo

corrupted ipns entry in local cache

Open
#3,124 2 comments 0 reactions 0 assignees View on GitHub
help wanted kind/bug status/deferred topic/dht topic/ipns
Dominant language
Go
Stars
17.1k
Forks
3.2k
Avg merge
3d 18h
Merged PRs (30d)
11

Description

I was able to break my local ipns publishing:

```
➜ ~ ipfs name publish
Error: proto: required field "{Unknown}" not set
```

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

```
ipfs dht get /ipns/ > ipns-data
cat ipns-data | ipfs dht put /ipns/
```

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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.