Fund exhaust by bot loop #3279
-
I'm not from IT background but I've made a flow with my bot working very nicely. However, suddenly, the funds were exhausted. I checked Render and the IP address using the bot, and it seams it's ME doing this. It seams I'm repeating the question to my own bot and do it till my balance limit on open ai is reached. But i'm not doing it... not intentionally. I've compared the hours of the messages (on Flowise) against the IP dress on "logs" at my Render. Can someone help? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Do you have some of the logs you can send here? Also can you give more info about your Flowise version? Please update the latest version asap |
Beta Was this translation helpful? Give feedback.
-
Found out the issue: it was because the Embed keeps retrying to send server side event request every 1sec if it fails. We need to throw an error to prevent it from keep retrying: FlowiseAI/FlowiseChatEmbed#256 CDN is also updated: https://cdn.jsdelivr.net/npm/flowise-embed/dist/web.js Therefore we should be okay now, even if you still didnt update Flowise |
Beta Was this translation helpful? Give feedback.
It was a one time error. Due to the changing of streaming mechanism we done on Flowise