vaidehi16
(Vaidehi Deshpande)
September 3, 2020, 3:20pm
1
Hi,
I am trying to run the bot on a website using rest channel. But when i am making changes in endpoints.yml file which already has
action_endpoint:
** url: “https://localhost:5005/webhook ”**
I replaced the url here with >>> (ip address of my website:5050) &
also did rasa train after these changes.
Then, ran rasa server with following command :
python -m rasa run --m ./models --endpoints endpoints.yml --port 5050 -vv --enable-api --cors "*"
still rasa server is running on localhost only. & bot’s not reponding on website.
How do i solve this ?
Kindly help.
Thanks!
koaning
(Vincent D. Warmerdam)
September 4, 2020, 8:01am
2
Hi Vaidehi,
can you confirm that if you send traffic to the Rasa action service on your website that you get a proper response?
vaidehi16
(Vaidehi Deshpande)
September 4, 2020, 9:01am
3
Hey hi,
Thanks for responding.
No i don’t get response of the bot on website.
koaning
(Vincent D. Warmerdam)
September 8, 2020, 7:04am
4
If you don’t get a response from your action service while sending a curl request then the issue is in the connectivity there. Where are you running your action service?
vaidehi16
(Vaidehi Deshpande)
September 8, 2020, 11:27am
5
Thanks for the response. The issue has been resolved.
There was issue in ssl certificate itself.