We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If I already have something running on port :5001 ipfs-desktop fails to start and generic error is displayed (3b7c781):
:5001
Actual error can be found in logs:
Error: Command failed: /home/lidel/project/ipfs-desktop/node_modules/go-ipfs-dep/go-ipfs/ipfs daemon --migrate=true --routing=dhtclient Error: serveHTTPApi: manet.Listen(/ip4/127.0.0.1/tcp/5001) failed: listen tcp4 127.0.0.1:5001: bind: address already in use Initializing daemon... go-ipfs version: 0.4.18- Repo version: 7 System version: amd64/linux Golang version: go1.11.1 Swarm listening on /ip6/::1/tcp/4001 Swarm listening on /p2p-circuit Swarm announcing /ip6/::1/tcp/4001 Received interrupt signal, shutting down... (Hit ctrl-c again to force-shutdown the daemon.) at makeError (/home/lidel/project/ipfs-desktop/node_modules/execa/index.js:174:9) at Promise.all.then.arr (/home/lidel/project/ipfs-desktop/node_modules/execa/index.js:278:16) at process._tickCallback (internal/process/next_tick.js:68:7)
IPFS Desktop should detect Error: serveHTTPApi: [...] bind: address already in use and
Error: serveHTTPApi: [...] bind: address already in use
failed: listen tcp4 127.0.0.1:5001: bind: address already in use
The text was updated successfully, but these errors were encountered:
Continued in #912
Sorry, something went wrong.
No branches or pull requests
Current State
If I already have something running on port
:5001
ipfs-desktop fails to start and generic error is displayed (3b7c781):Actual error can be found in logs:
Proposed Improvements
IPFS Desktop should detect
Error: serveHTTPApi: [...] bind: address already in use
andfailed: listen tcp4 127.0.0.1:5001: bind: address already in use
The text was updated successfully, but these errors were encountered: