Error if searching an non existing user
Open
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 9.2k
- Forks
- 1.3k
- Avg merge
- 12h 58m
- Merged PRs (30d)
- 56
Description
Hi,
I get an error if i search a user that is not on Keybase.io
$ keybase search stefano #search for a existing name
stefano github:steadicat
stefanobaghino twitter:stefanobaghino github:stefanobaghino reddit:stefanobaghino hackernews:stefanobaghino coinbase:stefanobaghino http:://baghino.me
[…]
$ keybase search UnknownName #search for a unknown name
▶ ERROR missing non-optional field uids (bad fields: uids) (error 100)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the keybase search UnknownName command and compare it with a successful search such as keybase search stefano. Trace the search command and the handling of the missing uids field; done means an unknown user is handled without the reported error 100.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100