keybase / keybase-issues

A single repo for managing publicly recognized issues with the keybase client, installer, and website.
902 stars 37 forks source link

Not searchable from github name #1525

Open NotTheEconomist opened 9 years ago

NotTheEconomist commented 9 years ago

I'm adsmith on Keybase, and have a proven github.com association with this account (NotTheEconomist). For some reason I'm getting the following results from the console

C:\Users\adsmith>keybase id adsmith
ok public key fingerprint: A492 B2D4 D8F2 31CF 3351 A152 8C09 4DBA 1D8C ADFC
ok "NotTheEconomist" on github: https://gist.github.com/99c1f2366510e583f774
ok "rowenlemmings" on reddit: https://www.reddit.com/r/KeybaseProofs/comments/32l43w/my_keybase_proof_redditrowenlemmings/
ok admin of www.nottheeconomist.com via HTTP: http://www.nottheeconomist.com/.well-known/keybase.txt

C:\Users\adsmith>keybase id web://www.nottheeconomist.com
ok public key fingerprint: A492 B2D4 D8F2 31CF 3351 A152 8C09 4DBA 1D8C ADFC
ok "NotTheEconomist" on github: https://gist.github.com/99c1f2366510e583f774
ok "rowenlemmings" on reddit: https://www.reddit.com/r/KeybaseProofs/comments/32l43w/my_keybase_proof_redditrowenlemmings/
ok admin of www.nottheeconomist.com via HTTP: http://www.nottheeconomist.com/.well-known/keybase.txt

C:\Users\adsmith>keybase id reddit://rowenlemmings
ok public key fingerprint: A492 B2D4 D8F2 31CF 3351 A152 8C09 4DBA 1D8C ADFC
ok "NotTheEconomist" on github: https://gist.github.com/99c1f2366510e583f774
ok "rowenlemmings" on reddit: https://www.reddit.com/r/KeybaseProofs/comments/32l43w/my_keybase_proof_redditrowenlemmings/
ok admin of www.nottheeconomist.com via HTTP: http://www.nottheeconomist.com/.well-known/keybase.txt

C:\Users\adsmith>keybase id github://NotTheEconomist
error: No user found for 'github://NotTheEconomist'

C:\Users\adsmith>keybase id github://nottheeconomist
error: No user found for 'github://nottheeconomist'

I can keybase id other people from their github profile

C:\Users\adsmith>keybase id github://maxtaco
ok public key fingerprint: 8EFB E2E4 DD56 B352 7363 4E8F 6052 B2AD 31A6 631C
ok "maxtaco" on twitter: https://twitter.com/maxtaco/status/433688676975927296
ok "maxtaco" on github: https://gist.github.com/8847250
ok "maxtaco" on reddit: https://www.reddit.com/r/KeybaseProofs/comments/2clf9c/my_keybase_proof_redditmaxtaco_keybasemax/
ok "maxtaco" on coinbase: https://coinbase.com/maxtaco/public-key
ok "maxtaco" on hackernews: https://news.ycombinator.com/user?id=maxtaco
ok admin of keybase.io via HTTPS: https://keybase.io/.well-known/keybase.txt
ok admin of oneshallpass.com via HTTPS: https://oneshallpass.com/.well-known/keybase.txt
ok admin of the DNS zone for oneshallpass.com
ok admin of the DNS zone for maxk.org
ok admin of the DNS zone for nutflex.com
$ bitcoin 1BYzrCvfbn81dfiksmD1Bdgt8pgLi1SD7Z

So it seems to be an issue possibly with my CamelCase username. Any thoughts?

zQueal commented 9 years ago

Currently, you cannot search via service identifiers. For example, my Keybase username is zQueal as well as my Github username. This has been suggested before, and it most certainly makes sense. But I doubt we'll see it in the node version. Hopefully it'll make it to the Go version.

NotTheEconomist commented 9 years ago

@zQueal Thanks for the comment, but I don't think that's true. Please note keybase user harper who I have just searched here by his (different) github ID

C:\Users\adsmith>keybase id github://harperreed
ok public key fingerprint: 2C65 36AA AD81 F4A1 7FDE C73C 3F9E BC67 5788 BEE6
ok "harper" on twitter: https://twitter.com/harper/status/448152498243899392
ok "harperreed" on github: https://gist.github.com/9745276
ok admin of harperreed.com via HTTPS: https://harperreed.com/.well-known/keybase.txt
ok admin of nata2.org via HTTPS: https://nata2.org/.well-known/keybase.txt
$ bitcoin 1Harper1CeHjXPfgkj5PuGgkoHyZ8bJHPb

That should be enough to show that you can search by the github:// identifier. I also used the web://, and reddit:// identifier's in my original issue post, as well as demonstrating a different user searching by both keybase id max and keybase id github://maxtaco

zQueal commented 9 years ago

Very cool! I had no idea that this was implemented. Unfortunately the only test case I have is myself, in which I have all the same usernames. So there really is no test case. If this is the case, and this is an implemented feature, then it's very strange you're unable to query your Github username. I've properly identified you in the Keybase command line and everything seems to be in order. Nice find.

maxtaco commented 9 years ago

This is likely a problem with mistaken sensitivity to caps

CodingAnarchy commented 9 years ago

Could this be related to the issue I was seeing in the API user lookup (#1341)? There I was having the same problem of certain users being able to be found and others being missed. I also have caps in my GitHub username - that could be the source of the problem.

maxtaco commented 9 years ago

Yeah, I'm guessing it's caps. Can't look into it much today, but hope to soon.