I’m a little confused by what you’ve posted. The Processed trackers output should be the output when you train your bot, not when you run it.
Thanks for sharing a code snippet. What are you trying to achieve? do you want to test your bot by talking to it? you can do so by running rasa shell (I’m guessing this is what you want since you are providing the CmdlineInput input channel.
When you say the bot gets stuck, what do you mean? What steps are you performing, what is your expected output, and what do you see instead?
I new to rasa n developing first time bot.
Yes , I want to test my bot via command line interface.
My rasa core version is 1.1.5.
My bot got stuck means it is not showing any error or asking any input , just halt.
I am expecting it should ask for user input.
Actually looking for solution to test my bot via command line channel.
If you can share example how to invoke rasa api to test my bot via command line channel.
Though i tried configure_app and server_application method from rasa.core