botui
botui copied to clipboard
"content" is required in a non-loading message
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 Did you manage to find a solution for this?
Also wondering if you figured out a solution, thanks!