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
When I try to connect into a ipfs node I keep having following error: *** ipfshttpclient.exceptions.ErrorResponse: failed to parse multiaddr "": empty multiaddr
I want to connect into peers though. Shouldn't be correct way to do it?
from ipfs's README:
DESCRIPTION
'ipfs swarm connect' opens a new direct connection to a peer address.
The address format is an IPFS multiaddr:
ipfs swarm connect /ip4/104.131.131.82/tcp/4001/p2p/QmaCpDMGvV2BGHeYERUEnRQAwe3N8SzbUtfsmvsqQLuvuJ
version: ipfshttpclient==0.8.0a2
ipfs version 0.9.0
When I try to connect into a ipfs node I keep having following error:
*** ipfshttpclient.exceptions.ErrorResponse: failed to parse multiaddr "": empty multiaddr
What may be the main cause of this error? How can I resolve it?
The text was updated successfully, but these errors were encountered: