-
-
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
type mismatch panic on ipfs add #4683
Comments
reported in #3885 |
Effectively, ipfs/go-ipfs-cmds#62. We shouldn't be using the same logic for errors and values. |
Let us know if you need help reproducing the issue, are running the command daily. We will like to help on fixing this. |
@rngkll I've got a patch that fixes the issue (linked above your comment on github). We're working on determining if its the 'right' fix, or just a hack that works for now that we may regret later. Its an issue in our newly refactored command RPC library. |
Verision
./ipfs version --all
go-ipfs version: 0.4.14-dev-eca0486e1
Repo version: 6
System version: amd64/linux
Golang version: go1.9.4
Output
The text was updated successfully, but these errors were encountered: