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
I get:
# ipfs dht get QmVEgmiF8rMEVjmJNket77bCgv42Sbf1JYaYFTUmAGcUc4; echo $? error: routing: not found 0
I expect:
# ipfs dht get QmVEgmiF8rMEVjmJNket77bCgv42Sbf1JYaYFTUmAGcUc4; echo $? error: routing: not found 1
The text was updated successfully, but these errors were encountered:
Yeah, we need to address return codes. Thanks for reporting this
Sorry, something went wrong.
Woah this should be in a sharness test.
— Sent from Mailbox
On Sun, Mar 29, 2015 at 5:12 PM, David Braun [email protected] wrote:
I get: # ipfs dht get QmVEgmiF8rMEVjmJNket77bCgv42Sbf1JYaYFTUmAGcUc4; echo $? error: routing: not found 0 I expect: # ipfs dht get QmVEgmiF8rMEVjmJNket77bCgv42Sbf1JYaYFTUmAGcUc4; echo $? error: routing: not found 1 Reply to this email directly or view it on GitHub: #984
Reply to this email directly or view it on GitHub: #984
This has since been resolved
No branches or pull requests
I get:
I expect:
The text was updated successfully, but these errors were encountered: