From 1ccbb76637fb2fc43aa51e28eda34825124677bd Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Wed, 12 Jun 2024 17:51:49 +0200 Subject: [PATCH] docs: bind: address already in use --- src/dialogs/errors.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/dialogs/errors.js b/src/dialogs/errors.js index 965bcd2c4..61d5f2402 100644 --- a/src/dialogs/errors.js +++ b/src/dialogs/errors.js @@ -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