File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,10 @@ function generateErrorIssueUrl (e) {
53
53
return 'https://github.com/ipfs/ipfs-desktop/issues/2259#issuecomment-1239275950'
54
54
case stack . includes ( 'bind: address already in use' ) :
55
55
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'
56
60
case stack . includes ( 'Get-AuthenticodeSignature' ) :
57
61
return 'https://github.com/ipfs/ipfs-desktop/issues/2335#issuecomment-2161827010'
58
62
case stack . includes ( 'Error: multiaddr "http' ) :
You can’t perform that action at this time.
0 commit comments