LINE
LINE copied to clipboard
HELP ME ! How To Fix kickout Bot
Traceback (most recent call last):
File "examples/echobot.py", line 33, in
File echobot.py in line 33 Assertion was error, maybe you have to learn Python basic
can you help me to fix it?
That happened to me too.
Perhaps you're using multithreading? You have to use a lock. Google it.
Else, just reopen the transport, and recall the method. Might be caused by lower level exception, which was caught, but left garbage.
Its happened when thrift not finish writing the request but you force it to send.