Skip to content

Commit

Permalink
docs: bind: address already in use
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Jun 12, 2024
1 parent cc1dd80 commit 1ccbb76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dialogs/errors.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ function generateErrorIssueUrl (e) {
return 'https://github.com/ipfs/ipfs-desktop/issues/2425#issuecomment-1457250858'
case stack.includes('config: The system cannot find the path specified'):
return 'https://github.com/ipfs/ipfs-desktop/issues/2259#issuecomment-1239275950'
case stack.includes('bind: address already in use'):
return 'https://github.com/ipfs/ipfs-desktop/issues/2216#issuecomment-1199189648'
}
}
// Something else, prefill new issue form with error details
Expand Down

0 comments on commit 1ccbb76

Please sign in to comment.