botui icon indicating copy to clipboard operation
botui copied to clipboard

"content" is required in a non-loading message

Open seevoid opened this issue 6 years ago • 2 comments

Hi,

I have an issue that I can't figured out... In my flask app, the following piece of code is triggered by a separate worker:

botui.message.add({ loading: false, content: e.data })

Unfortunately, this doesn't work. I get the following error message : "BotUI: "content" is required in a non-loading message object."

Thanks for your help !

seevoid avatar Oct 16 '19 20:10 seevoid

@seevoid Did you manage to find a solution for this?

ss-bhat avatar Feb 28 '20 09:02 ss-bhat

Also wondering if you figured out a solution, thanks!

nnaliu avatar Nov 30 '20 09:11 nnaliu