Testing Rasa Bot with Botium - Getting Started with Rasa / Tutorials, Resources & Videos - Rasa Community Forum

Testing Rasa Bot with Botium

post by JiteshGaikwad on Mar 8, 2021

Hey everyone, So here’s my next tutorial video on testing chatbots. So in this video, I have shown how you can test your Rasa chatbots using Botium Box.

Testing Rasa Bots with Botium Box #1

hope this helps 🙂
Thanks

post by florian_treml on Mar 9, 2021

awesome tutorial, thanks for this

post by JiteshGaikwad on Mar 9, 2021

you’re welcome 🙂

post by AminaDerouiche on Dec 2, 2021

this didn’t work for me 😕
I followed your steps and I have an error, tested my ngrok link with curl it works perfectly can you help me identify the problem please @JiteshGaikwad?

Thanks in advance 🙂

post by nik202 on Dec 2, 2021

@AminaDerouiche What is your error can you share some screenshot and after which step your error occurred?

post by AminaDerouiche on Dec 2, 2021

I didn’t do anything complicated, Here are the steps I followed:

  1. created the account on botium box
  2. run rasa run --port 5055
  3. run ngrok http 5055 (same port)
  4. putting the ngrok URL in the HTTP(S) endpoint URL of your Rasa chatbot host , like the picture shows I couldn’t connect , it takes a while keep uploading but finishes by an error,

I used the ngrok URL with curl and everything works well.

Thanks for your answer, I hope you can help 🙂

post by nik202 on Dec 2, 2021

@AminaDerouiche Is your Rasa server running on 5055 and your actions server???

post by AminaDerouiche on Dec 2, 2021

I don’t have custom actions so I only need to do a rasa run

post by nik202 on Dec 2, 2021

@AminaDerouiche is your Rasa server running on 5055 or 5005 (which is the default port for Rasa Open Source) ???

post by AminaDerouiche on Dec 2, 2021

the default one is 5005

post by nik202 on Dec 2, 2021

when you run rasa shell --debug or rasa run -m models --enable-api --cors "*" --debug what is your http? or are you specifically running the Rasa server on port 5055?

post by AminaDerouiche on Dec 2, 2021

forget about the 5055 my bad. I tried with 5005 and didn’t work

post by AminaDerouiche on Dec 2, 2021

here is exactly what I have done

post by nik202 on Dec 2, 2021

[solution] @AminaDerouiche

Try to use this command on terminal for running the Rasa server and then ngrok (hope you activate the ngrok authentication)

rasa run -m models --enable-api --cors "*" --debug

post by AminaDerouiche on Dec 2, 2021

it’s okay, I will try to have a look tomorrow and will keep you posted. Thank you so much for your help!

post by AminaDerouiche on Dec 2, 2021

it worked with your command !!! Thank you so much ! 😃

post by nik202 on Dec 2, 2021

No worries and good luck! Next time please create an issue thread for your solution reference and good luck!