Log allows WOZTELL users to track the chatbot performance on a backend level. This is perfect for debugging as it will display all the necessary information on what went wrong.
The URL of a log session can be directly shared to other users for easy reference.
Issue | Error Type | Description |
---|---|---|
No Message Event | All | There might be instances when you try to start a conversation flow and there is no response. In this case, if nothing appears (i.e. WOZTELL cannot receive message event at all) in the log, you should check if your channel is connected to the messaging platform correctly. If so, please contact our WOZTELL Support. |
Syntax Error | All | This issues happens commonly on advanced actions, responses or redirect. It means some parts of your code do not conform to the syntax of Javascript. You will need to check your code for any mistakes. |
No Matched Node | BotRunner.Conversation | This means that the user input does not trigger any nodes. Here are some suggestions to follow-up: 1. Please check if the destination node has the proper trigger. 2. If it is a payload, please check both the node that carries the payload and the destination node with the payload trigger. 3. There is also a possibility that you didn't add a global node to the channel. |