This repository was archived by the owner on Feb 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
jsipfs swarm addrs errors #1575
Copy link
Copy link
Closed
Labels
P1High: Likely tackled by core team if no one steps upHigh: Likely tackled by core team if no one steps upexp/expertHaving worked on the specific codebase is importantHaving worked on the specific codebase is importanthelp wantedSeeking public contribution on this issueSeeking public contribution on this issuekind/bugA bug in existing code (including security flaws)A bug in existing code (including security flaws)status/readyReady to be workedReady to be worked
Description
$ jsipfs swarm addrs
QmaFBzZTyz3ibDumf9kUTno7xSFoa36ateG7uoithtY855 (8)
/usr/local/lib/node_modules/ipfs/node_modules/multiaddr/src/index.js:234
throw new Error('Address ' + this + ' does not contain subaddress: ' + addr)
^
Error: Address /ip4/127.0.0.1/tcp/4001 does not contain subaddress: ipfs
at ClassIsWrapper.decapsulate (/usr/local/lib/node_modules/ipfs/node_modules/multiaddr/src/index.js:234:11)
at peer.multiaddrs.forEach (/usr/local/lib/node_modules/ipfs/src/cli/commands/swarm/addrs.js:26:28)
at Array.forEach (<anonymous>)
at MultiaddrSet.forEach (/usr/local/lib/node_modules/ipfs/node_modules/peer-info/src/multiaddr-set.js:52:29)
at res.forEach (/usr/local/lib/node_modules/ipfs/src/cli/commands/swarm/addrs.js:25:25)
at Array.forEach (<anonymous>)
at argv.ipfs.swarm.addrs (/usr/local/lib/node_modules/ipfs/src/cli/commands/swarm/addrs.js:21:11)
at send (/usr/local/lib/node_modules/ipfs/node_modules/ipfs-api/src/swarm/addrs.js:30:7)
at f (/usr/local/lib/node_modules/ipfs/node_modules/once/once.js:25:25)
at streamToValue (/usr/local/lib/node_modules/ipfs/node_modules/ipfs-api/src/utils/stream-to-json-value.js:30:5)
Metadata
Metadata
Assignees
Labels
P1High: Likely tackled by core team if no one steps upHigh: Likely tackled by core team if no one steps upexp/expertHaving worked on the specific codebase is importantHaving worked on the specific codebase is importanthelp wantedSeeking public contribution on this issueSeeking public contribution on this issuekind/bugA bug in existing code (including security flaws)A bug in existing code (including security flaws)status/readyReady to be workedReady to be worked