Today I was testing a bot I created as usual and then suddenly the on connect and all other events started getting triggered multiple times as shown below:
The problem still persists. It happens as soon as I run a dialog which contains a custom template “custom_table” which is defined in the customTemplate.js file in Git Hub.
This is causing simple greetings like “hello” to behave like shown below:
After I close and reopen the bot 5 to 6 times without calling the dialog that contains the custom template, it randomly returns to normalcy.
Is this because I have used the custom_table template from the customTemplates.js file? What could be the reason.
I have shared the bot named “Custom template” to the Kore support. There is an on connect event which triggers the Welcome dialog that contains the Template.
Apologies for the delay in our update. We have reviewed the shared bot and we could not replicate the issue you are facing. In addition, checking our historical data, we have seen this occur couple of times, but it was only once and upon reloading the builder the issue was rectified automatically.
We suspect this could be an issue where multiple websocket connections has been established causing multiple responses. However, as the issue is not replicated with the same bot, we could not troubleshoot further.
Please confirm if you still observe the issue with your account.
I am still facing the issue. I have a custom_table template. As soon as the Table is rendered I see multiple messages. I have now added the table to be generated on connect. These are the steps I follow:
Step 1 Bot Launch: Triggers the on-connect Welcome dialog generating the table and then I click on the value 1000 as shown below.