ipfs / ipfs-desktop

An unobtrusive and user-friendly desktop application for IPFS on Windows, Mac and Linux.
https://docs.ipfs.tech/install/ipfs-desktop/
MIT License
5.86k stars 850 forks source link

[gui error report] Error: Initializing daemon... #2767

Closed matisalimbene closed 2 weeks ago

matisalimbene commented 3 months ago

👉️ Please describe what you were doing when this error happened.

Specifications

Error


Error: Initializing daemon...
Kubo version: 0.26.0
Repo version: 15
System version: amd64/darwin
Golang version: go1.21.6
2024-03-11T10:48:58.102-0300    ERROR   core    core/builder.go:158 constructing the node: could not build arguments for function "github.com/ipfs/kubo/core/node".PeerWith.func1 (github.com/ipfs/kubo@v0.26.0/core/node/peering.go:30): failed to build *peering.PeeringService: could not build arguments for function "github.com/ipfs/kubo/core/node".Peering (github.com/ipfs/kubo@v0.26.0/core/node/peering.go:14): failed to build host.Host: received non-nil error from function "github.com/ipfs/kubo/core/node/libp2p".Host (github.com/ipfs/kubo@v0.26.0/core/node/libp2p/host.go:40): failed to parse multiaddr "/ip4/dfs.sos.space/tcp/8085/ipfs/QmVKuLVFyBX2ZSyB2w7YLpH4AM7YCdaqdNRjwZa9cR335M": invalid value "dfs.sos.space" for protocol ip4: failed to parse ip4 addr: dfs.sos.space

Error: constructing the node (see log for full detail): failed to parse multiaddr "/ip4/dfs.sos.space/tcp/8085/ipfs/QmVKuLVFyBX2ZSyB2w7YLpH4AM7YCdaqdNRjwZa9cR335M": invalid value "dfs.sos.space" for protocol ip4: failed to parse ip4 addr: dfs.sos.space

    at errorTemplate (/Applications/IPFS Desktop.app/Contents/Resources/app.asar/src/daemon/migration-
lidel commented 2 weeks ago

@matisalimbene /ip4/dfs.sos.space is invalid, try using /dns4/dfs.sos.space