All - Activity - _sanjay_r - Rasa Community Forum

Hosting My Chatbot

Continuing the discussion from Hosting My Chatbot:
Hi @marcos.allysson,
Apologies for the very late reply.
I did this almost a year back and there were no direct links on how to achieve this, I somehow figured it out. 😅 Not sure about now or if there is a better way.
The way I deployed rasa bo…


How to define utter_template, can show quick reply on facebook

Hey , yes quick replies are only for FB messenger. But no worries, you can specify channels in domain file. For eg an entry in domain file could be
utter_tools_coronasafe:


Deployment to Heroku(CI with github) - Slug size exceeded - require small rasa docker image

Hi ,
When trying to deploy bot to heroku with github, I get error slugsize exceeded.
Installing collected packages: ruamel.yaml.clib, ruamel.yaml, tqdm, python-crfsuite, tabulate, six, sklearn-crfsuite, numpy, scipy, joblib, scikit-learn, future, idna, certifi, chardet, urllib3, requests, reque…


Heroku large size problem for deploying rasa

Hey, Have you figured out the solution ?

Unable to use Rasa after OS update. Could not find a version that satisfies the requirement tensorflow<2.2,>=2.1 (from rasa)

Thank you, this fixes the issue.


Using Rasa without transitive dependencies

Hey, Any update regarding this. I also faced a similar issue, with a lot of unwanted dependencies lying around. Was trying to deploy the bot to heroku, via github automatic deploy. The slug size exceeded 500 mb (580.4 mb). Is te rasa-lite docker image available ?


Integration rasa chatbot in facebook messenger

FB messenger API has a lot of restrictions. It will only allow 3 buttons per message (10 Quick replies per message)
[Link to restrictions](https://chatbotsmagazine.com/listicle-of-things-missing-from-facebook-messenger-chatbot-platforms-documentation-d1d50922ef15#:~:text=For%20quick%20messages%2C%20you…


Changes in actions.py not reflecting after rasa train

I am not quite sure. I created a new project and set up the whole thing once more. Then the issue wasn’t arising anymore. Regarding the action server, I had to manually stop it, by checking the open ports using terminal.


Action server not working with Docker: Couldn't connect to the server

Hey @ramaneswaran,
Did you have separeate Dockerfile for your action server and rasa core ??
Could you share them please…and also, how did you deploy to heroku, action server on one app and rasa core on another ?


Increasing timeout-time

Hey @stephens,
Thank you. Okay, That means there is no need for docker-compose.override.yml Ifor server install.
Also, I was trying to deploy my bot to heroku…
The plan is to deploy action server seperately…and the Dockerfile for it is

Extend the official Rasa SDK image

FROM rasa/rasa-sdk:1.9…


Deploy bot on Heroku

Hey @cityhunter25197,
Did you manage to deploy the bot to heroku ??


Chatroom let the bot start the conversation?

Hey @niveK,
I need a bit guidance again.
This is a totally different issue. So my apologies for coming out of nowhere.
But basically,
I have an image in my project directory. My bot is hosted on telegram via ngrok.
I have a custom action, to display the image as well. I tried using dispatcher.utter_message(image="/p1.png")
But it dosn’t display the image.
What path do I give to display the image?


How to display image inside project folder in custom action

Hi all,
I have an image in my project directory.
My bot is hosted on telegram via ngrok.
I have a custom action, to display the image as well.
I tried using dispatcher.utter_message(image="/p1.png")
But it dosn’t display the image.
What path do I give to display the image?


Help! How to respond differently based on entity/slot value?

Hi @Juste,
The problem was it didn’t work all the time.
I had seperated all intends based on entities they had like give_name, give_email, give_pincode and give_mobnumber and one form user_info.
I combined all the intents into one as give_info .
That solved the issue. I guess the bot was getting overwhelmed.