keybase / client

Keybase Go Library, Client, Service, OS X, iOS, Android, Electron
BSD 3-Clause "New" or "Revised" License
8.89k stars 1.23k forks source link

Cant use command line without app? #7048

Open diego898 opened 7 years ago

diego898 commented 7 years ago

After a restart, I tried to id myself and I get:

➜  ~ keybase id diego

Keybase isn't running. To start, you can run:

    open /Applications/Keybase.app

▶ ERROR There were multiple errors: dial unix /Users/diego/Library/Group Containers/keybase/Library/Caches/Keybase/keybased.sock: connect: no such file or directory; dial unix /Users/diego/Library/Caches/Keybase/keybased.sock: connect: no such file or directory

I now have to have the app running to use the command line?

maxtaco commented 7 years ago

Sure your options are to run the service by hand:

keybase service

Or to run the CLI in standalone mode:

keybase --standalone id diego
diego898 commented 7 years ago

I mean this wasnt working like this for me just two days ago. Sometimes I exit the gui, and the taskbar app quits as well, sometimes it doesnt. I dont understand the use model between the gui, the task bar app, and the CLI that now has to depend on the GUI unless I run a service myself or pass standalone

diego898 commented 7 years ago

For example, right now the taskbar app is running without the gui, and I can use the CLI without the gui running