Error Logs

Error Logs

Error logs can help you troubleshoot bugs that can happen inside your chatbot. It can save you a lot of time trying to figure this out yourself otherwise.

To access the error log you can go to Tools from the left-hand menu, then select the first tab called Error logs.

From here you will have a complete overview of all errors that have happened in the chatbot.

 


From here you can see the date of the error, the kind of error, which user it affected, which sub flow it happened in along with the node that has the error, and more information.

If you press on the node of the error message it will take you directly to the point where the issue was registered at.

This will speed up troubleshooting immensely and save you hours you otherwise would waste in trying to find the bug.


    • Related Articles

    • Error with Woocommerce Action

      If you are having an issue with Woocommerce action: Get customer information Create customer It’s most likely you are seeing the below error message: It’s because the permission of your Woocommerce integration, you need to give “Read & Write” right ...
    • Error log in Instagram channel

      Error 613 Error sending payload: 2534040 (#613): The rate limit has exceeded. Please retry again after some time. Recommendation: Facebook and Instagram have rate limits according to the number of followers. This error occurs when your follower ...
    • Inbound Webhooks

      Inbound webhook is a powerful tool to receive data from anywhere to the chatbot through a POST request. With inbound webhooks, your bot can even start a conversation with a bot user who never talked to it before. For example, when a client fills in ...
    • Why time value is incorrectly saved

      Only add format when you need to display a date/time value. While setting up, using a display string will cause an error and the action will not trigger as intended.
    • SMS bot not responsive(Twilio)

      If you have using Twilio for the SMS channel, and you find that the message isn’t deliveried. You can follow the below checklist: Check error log in OCP Check error log in Twilio Make sure Geo-permission is enabled in your Twilio account Sometimes, ...