Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR ipns-repub: #5029

Closed
sravanth-space opened this issue May 21, 2018 · 1 comment · Fixed by #5091
Closed

ERROR ipns-repub: #5029

sravanth-space opened this issue May 21, 2018 · 1 comment · Fixed by #5091
Assignees
Labels
kind/bug A bug in existing code (including security flaws)

Comments

@sravanth-space
Copy link

Version information:

Output From ipfs version --all
go-ipfs version: 0.4.14-
Repo version: 6
System version: amd64/darwin
Golang version: go1.10

Type:

bug

Description:

ipfs daemon
Initializing daemon...
Successfully raised file descriptor limit to 2048.
Swarm listening on /ip4/10.2.129.14/tcp/4001
Swarm listening on /ip4/127.0.0.1/tcp/4001
Swarm listening on /ip6/::1/tcp/4001
Swarm listening on /p2p-circuit/ipfs/QmdVfXinCsJdSvTVLJo1QkvzfJQT5XCnG4GmnN4AG5Ljkf
Swarm announcing /ip4/10.2.129.14/tcp/4001
Swarm announcing /ip4/127.0.0.1/tcp/4001
Swarm announcing /ip6/::1/tcp/4001
API server listening on /ip4/127.0.0.1/tcp/5001
Gateway (readonly) server listening on /ip4/127.0.0.1/tcp/8080
Daemon is ready
11:31:31.136 ERROR ipns-repub: Republisher failed to republish: failed to find any peer in table core.go:518
11:36:31.133 ERROR ipns-repub: Republisher failed to republish: failed to find any peer in table core.go:518
11:41:31.136 ERROR ipns-repub: Republisher failed to republish: failed to find any peer in table core.go:518

@Stebalien
Copy link
Member

We should reduce the verbosity of that message. That just means that you aren't connected to anyone at the moment (so you obviously can't republish your IPNS records).

@Stebalien Stebalien added the kind/bug A bug in existing code (including security flaws) label Jun 7, 2018
Stebalien added a commit that referenced this issue Jun 7, 2018
This is almost never an error, it just means we don't have any connections. We
could leave this at Warning but we'd like to be able to turn those on by
default at some point.

fixes #5029

License: MIT
Signed-off-by: Steven Allen <[email protected]>
@ghost ghost assigned Stebalien Jun 7, 2018
@ghost ghost added the status/in-progress In progress label Jun 7, 2018
@ghost ghost removed the status/in-progress In progress label Jun 13, 2018
djdv pushed a commit that referenced this issue Jun 27, 2018
This is almost never an error, it just means we don't have any connections. We
could leave this at Warning but we'd like to be able to turn those on by
default at some point.

fixes #5029

License: MIT
Signed-off-by: Steven Allen <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug A bug in existing code (including security flaws)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants