-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
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
Improve error when invoking IPFS concurrently #6434
Comments
Looking to get involved with this project. I can pick this up. |
Awesome! I believe the correct way to fix this is to modify the |
Is this still up for grabs? I would like to start contributing to this project from this. |
@mahekchheda yes! The code you're looking for is here: https://github.com/ipfs/go-fs-lock/blob/5ab4a142bd9022c9ee4130c9c83fdca06f9acf9c/fslock.go#L23-L71 |
Hi, I created a pull request for this issue ipfs/go-fs-lock#9. I would be glad to hear your feedback. Unfortunately I didn't manage to link up the commits with this issue, because it's in a different repository. |
@Stebalien I think this issue has been solved with ipfs/go-fs-lock#9. |
* fixes ipfs#6434 * switches the default libp2p multiaddr format to /p2p/Qm...
* fixes ipfs#6434 * switches the default libp2p multiaddr format to /p2p/Qm...
* fixes ipfs#6434 * switches the default libp2p multiaddr format to /p2p/Qm...
* fixes ipfs#6434 * switches the default libp2p multiaddr format to /p2p/Qm...
* fixes ipfs#6434 * switches the default libp2p multiaddr format to /p2p/Qm...
* fixes ipfs#6434 * switches the default libp2p multiaddr format to /p2p/Qm...
* fixes ipfs#6434 * switches the default libp2p multiaddr format to /p2p/Qm...
Currently, we return "resource temporarily unavailable" which is the underlying error returned when we fail to lock the repo. However, that doesn't tell the user what's going on.
We should replace that error with "IPFS currently running", or something like that.
The text was updated successfully, but these errors were encountered: