maharanasarkar / whatsapp-connector-rasa

A custom channel connector to connect WhatsApp API to Rasa
Apache License 2.0
13 stars 6 forks source link

RasaException: Failed to find input channel class for 'whatsapp'. #5

Open UlhasAI opened 8 months ago

UlhasAI commented 8 months ago

RasaException: Failed to find input channel class for 'whatsapp'. 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.

I'm getting above error while running rasa. Please help me to resolve this error.

maharanasarkar commented 8 months ago

@UlhasAI the error you might be getting because you have not imported the classes into the rasa/rasa/core/channels/init.py file. You'll have to import the input classes into that file.