Skip to content

Commit 2f188aa

Browse files
committed
docs: known port mapping issues
1 parent c4c5593 commit 2f188aa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/dialogs/errors.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ function generateErrorIssueUrl (e) {
5353
return 'https://github.com/ipfs/ipfs-desktop/issues/2259#issuecomment-1239275950'
5454
case stack.includes('bind: address already in use'):
5555
return 'https://github.com/ipfs/ipfs-desktop/issues/2216#issuecomment-1199189648'
56+
case stack.includes('5001: bind: address already in use'):
57+
return 'https://github.com/ipfs/ipfs-desktop/issues/2216'
58+
case stack.includes('Only one usage of each socket address (protocol/network address/port) is normally permitted'):
59+
return 'https://github.com/ipfs/ipfs-desktop/issues/2932#issuecomment-3083947021'
5660
case stack.includes('Get-AuthenticodeSignature'):
5761
return 'https://github.com/ipfs/ipfs-desktop/issues/2335#issuecomment-2161827010'
5862
case stack.includes('Error: multiaddr "http'):

0 commit comments

Comments
 (0)