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

keybase chat: error sending public messages #5735

Open olix0r opened 7 years ago

olix0r commented 7 years ago
:; keybase chat send --public olix0r
▶ ERROR completing TLF name error: Got nil RMD for 083d4796354350d161fed8982f61ac17
:; keybase version
Client:  1.0.18-20170207120017+ce0f90d
Service: 1.0.18-20170207120017+ce0f90d

private seems to work fine

my log id: 929c102563147ad0b117241c

porglezomp commented 7 years ago

I'm also having issues sending public messages, although I get a different error message than you

~ $ keybase chat send --public porglezomp
Creating a new PUBLIC CHAT conversation: porglezomp.
▶ ERROR creating conversation error: error creating conversation: unknown TLF ID: 38aa3cb516d9fca29df708c31adf1617
~ $ keybase version
Client:  1.0.18-20170207120017+ce0f90d
Service: 1.0.18-20170207120017+ce0f90d

Private also appears to work fine for me

Log ID: d643189eb0167ebf8af7b91c

maxtaco commented 7 years ago

cc: @mmaxim

mmaxim commented 7 years ago

@strib this looks KBFS related, I'm looking too, but if you could help that would be great.

mmaxim commented 7 years ago

Should be fixed in next release, which should happen very shortly.

olix0r commented 7 years ago

After an update, I'm seeing different behavior, but it's the behavior @porglezomp described:

:; keybase chat send --public olix0r
Creating a new PUBLIC CHAT conversation: olix0r.
▶ ERROR creating conversation error: error creating conversation: unknown TLF ID: 083d4796354350d161fed8982f61ac17

:; keybase version               
Client:  1.0.18-20170208165022+dc66461
Service: 1.0.18-20170208165022+dc66461
mmaxim commented 7 years ago

Hmm, ok sorry about that! I'll look more at this one.