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
Please describe what you were doing when this error happened.
Specifications
Error
Error: Command failed: /Users/mj/GitHub/ipfs-desktop/node_modules/go-ipfs-dep/go-ipfs/ipfs daemon --migrate=true --routing=dhtclient Error: resource temporarily unavailable Initializing daemon... go-ipfs version: 0.4.18- Repo version: 7 System version: amd64/darwin Golang version: go1.11.1 Received interrupt signal, shutting down... (Hit ctrl-c again to force-shutdown the daemon.) at makeError (/Users/mj/GitHub/ipfs-desktop/node_modules/execa/index.js:174:9) at Promise.all.then.arr (/Users/mj/GitHub/ipfs-desktop/node_modules/execa/index.js:278:16) at process._tickCallback (internal/process/next_tick.js:68:7)
The text was updated successfully, but these errors were encountered:
@dfang thank you for reporting this issue!
I think the error is caused by a stale lockflile. Did you experience an unclean shutdown?
Try..
ipfs repo fsck
api
datastore/LOCK
repo.lock
$IPFS_PATH
.. and starting ipfs-desktop again.
Let me know if this helped.
Sorry, something went wrong.
@dfang this should be fixed in v0.6.0
No branches or pull requests
Please describe what you were doing when this error happened.
Specifications
Error
The text was updated successfully, but these errors were encountered: