-
-
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
ipfs id <id>
fails
#381
Comments
odd... i would check to see if the FindPeer rpc is succeeding or not |
output:
|
Ill tackle this once bithack is finished. |
Ah, found the issue. I made the assumption that pubkey == nil means youre offline. This isnt true for findpeer RPCs where we arent connected to someone (and havent done a handshake to get their public key) |
resolved in 2ec2c85 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There's some other problem. I can
ipfs id <mars id>
just fine, but fails when i try other peers. (it's not connecting correctly :( )The text was updated successfully, but these errors were encountered: