Hi here, i’m new to rasa and i’m facing some issues. i can’t run the model file from my folder and when ever i execute this command (rasa run -m models --enable-api --cors “*”) from ther terminal , this is the message i recieve " RasaException: Failed to find input channel class for ‘user_message_evt’. Unknown input channel. Check your credentials configuration to make sure the mentioned channel is not misspelled. If you are creating your own channel, make sure it is a proper name of a class in a module.". please can someone help me its for my end of year project and i would be very happy to realise this.
What is in your credentials.yml
?
This is what is in my credential.yml file :
This file contains the credentials for the voice & chat platforms
which your bot is using.
Connecting to Messaging and Voice Channels
rest:
# you don’t need to provide anything here - this channel doesn’t
# require any credentials
#facebook:
verify: “”
secret: “”
page-access-token: “”
#slack:
slack_token: “”
slack_channel: “”
slack_signing_secret: “”
#socketio:
user_message_evt:
bot_message_evt:
session_persistence: <true/false>
#mattermost:
url: “https:///api/v4”
token: “”
webhook_url: “”
This entry is needed if you are using Rasa X. The entry represents credentials
for the Rasa X “channel”, i.e. Talk to your bot and Share with guest testers.
rasa:
url: “http://localhost:5002/api”