keybase / keybase/client

Unable to leave Team after deleting it

Open
#8,694 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Go
Stars
9.2k
Forks
1.3k
Avg merge
12h 58m
Merged PRs (30d)
56

Description

I created a Team to play around. At the end, I had a choice to either leave or delete the team. I figured if I leave then I can't delete it anymore so I better delete it. That put me in a state where the team does not exist but I am in it. That means I cannot delete the team because it does not exist, I can't leave or join it for the same reason. I also cannot create the team because it exists. I am in a Shrödinger team situation.

~ keybase team leave digisec
▶ ERROR Team "digisec" does not exist
~ keybase team delete digisec
▶ ERROR Team "digisec" does not exist
~ keybase team create digisec
▶ ERROR team already exists (code 2619)

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the state with the keybase team leave, delete, and create commands shown in the issue. Trace the team-management CLI entry points and the handling of a deleted team membership; done means the stranded team can be resolved without the reported contradictory errors.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
cli
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.