Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tinode/chat
/ login_error
Function
login_error
chatbot/python/chatbot.py:111–114 ·
view source on GitHub ↗
(unused, errcode)
Source
from the content-addressed store, hash-verified
109
exit(1)
110
111
def
login_error(unused, errcode):
112
# Check for 409 "already authenticated".
113
if
errcode.get(
'code'
) != 409:
114
exit(1)
115
116
def
server_version(params):
117
if
params == None:
Callers
1
login
Function · 0.85
Calls
1
get
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…