You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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).
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]>
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]>
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
The text was updated successfully, but these errors were encountered: