Model is running in rasashell unable to us it on rasa x and cisco webex

model is running in rasashell unable to use it on rasa x and cisco webex

log:Exception: Failed to find input channel class for ‘url’. 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. 2019-11-19 12:19:07 ERROR rasax.community.api.blueprints.stack - Failed to send message to Rasa Chat webhook. Error: Cannot connect to host localhost:5005 ssl:default [Connect call failed (‘127.0.0.1’, 5005)]

credentials.yml rasa: url: “http://localhost:5055/webhook

I think you have the credentials.yml and endpoints.yml files mixed up.

The credentials.yml would typically look something like this:

rasa:
  url: "http://localhost:5002/api"

You’re reference to http://localhost:5055/webhook is an action agent reference that would be configured in the endpoints.yml file if you’re using an action agent.

You’ll find more info here.