Closed MrRace closed 4 years ago
Hi @MrRace, do you have a server running at http://localhost:5034/bot
? Can you curl
it to make sure it's reachable?
Hi @MrRace, do you have a server running at
http://localhost:5034/bot
? Can youcurl
it to make sure it's reachable?
Oh,It does not have a server running at http://localhost:5034/bot
. How to run the sever http://localhost:5034/bot
? Could you provide a complete example? Thanks a lot!
The callback channel is designed to be used when running your own webchat, for example on your own website (see https://rasa.com/docs/rasa/user-guide/connectors/your-own-website/#id2). Please check out the docs for an overview of other supported channels: https://rasa.com/docs/rasa/user-guide/messaging-and-voice-channels/
If you have any more questions, please ask them in the forum
Rasa version: 1.6.1
Rasa SDK version : 1.6.0
Python version: 3.7.3
Operating system (windows, osx, ...): Centos
Issue: I just test the CallbackInput according to user-guide, after
rasa run
, my request is:the response is:
the Server message is below:
Content of configuration file (credentials.yml) :
What should I do to get the correct result?