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) {
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' ) :
You can’t perform that action at this time.
0 commit comments