Hi,
My Credentials file is below:-
rest:
socketio:
user_message_evt: user_uttered
bot_message_evt: bot_uttered
session_persistence: true
twilio:
account_sid: “AC8fd5XXXXca54cXXd2bbb7f2”
auth_token: “bd20afXXXXXXXXca2c8410XXXX31ca”
twilio_number: “whatsapp:+14155238886”
rasa:
url: “http://localhost:5002/api”
Endpoint file:-
action_endpoint: url: "http://localhost:5005/webhook"
And I have retrained the model and started the API by running
rasa run -m models --credentials credentials.yml --enable-api
also
sudo rasa run actions -vv
and I am using the Twilio whatsapp Sandbox and I have put https://MY_ID.ngrok.io/webhooks/twilio/webhook/ in the sandbox config …
my terminal is giving me the below error :-
Below is the RASA Version Details:
Rasa Version : 2.3.4
Rasa SDK Version : 2.3.1
Rasa X Version : None
Python Version : 3.7.4
Operating System : Darwin-20.2.0-x86_64-i386-64bit
Python Path : /opt/anaconda3/bin/python
Pls help…