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.
hope this helps Thanks
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.
hope this helps Thanks
awesome tutorial, thanks for this
you’re welcome
this didn’t work for me I followed your steps and I have an error, tested my ngok link with curl it works perfectly can you help me identify the problem please @JiteshGaikwad ?
Thanks in advance
@AminaDerouiche What is your error can you share some screenshot and after which step your error occurred?
@nik202 , I didn’t do anything complicated, Here are the steps I followed:
rasa run --port 5055
ngrok http 5055
(same port)I used the ngrok URL with curl and every thing works well
Thanks for your answer, I hope you can help
@AminaDerouiche Is your rasa server is running on 5055 and your actions server ???
@nik202
I don’t have custom actions so I only need to do a rasa run
@AminaDerouiche is your rasa server is running on 5055 or 5005 (which is default port for rasa open source) ???
the default one is 5005
@AminaDerouiche when you run rasa shell --debug
or rasa run -m models --enable-api --cors "*" --debug
what is your http? or you specifically running the rasa server on port 5055?
forget about the 5055 my bad. I tried with 5005 and didn’t work
here is exactly what I have done
@nik202 did you try to use it ? did it work ? I followed this tutoriel and unfortunately it didn’t help
[solution] @AminaDerouiche
Try use this command on terminal for running rasa server and then ngrok ( hope you activate the ngrok authentication)
rasa run -m models --enable-api --cors "*" --debug
it’s okay, I will try to have look tomorrow and will keep you posted Thank you so much for your help
@nik202 it worked with your command !!! Thank you so much
@AminaDerouiche No worries and good luck! Next time please create a issue thread for your solution reference and good luck!