Trained Bot does not give reply

@Tanja I tried to resolve all the errors and warnings while running the following tutorial Tutorial - GitHub - RasaHQ/tutorial-knowledge-base: Integrating Rasa with a knowledge base to encode domain knowledge and resolve entities

I am new to rasa i tried to fix and execute the tutorial anyway so please feel free to suggest me where ever necessary.

Run the bot in debug mode to know where it was going wrong

rasa shell --debug

I did it here is the output of it: 2020-12-04 18:44:44 INFO root - Rasa server is up and running. Bot loaded. Type a message and press enter (use ‘/stop’ to exit): Your input -> what are my bank options 2020-12-04 18:45:02 DEBUG rasa.core.lock_store - Issuing ticket for conversation ‘2dc056b59cc243968305c01160843c1a’. 2020-12-04 18:45:02 DEBUG rasa.core.lock_store - Acquiring lock for conversation ‘2dc056b59cc243968305c01160843c1a’. 2020-12-04 18:45:02 DEBUG rasa.core.lock_store - Acquired lock for conversation ‘2dc056b59cc243968305c01160843c1a’. 2020-12-04 18:45:02 DEBUG rasa.core.tracker_store - Could not find tracker for conversation ID ‘2dc056b59cc243968305c01160843c1a’. 2020-12-04 18:45:02 DEBUG rasa.core.processor - Starting a new session for conversation ID ‘2dc056b59cc243968305c01160843c1a’. 2020-12-04 18:45:02 DEBUG rasa.core.processor - Policy prediction ended with events ‘[]’. 2020-12-04 18:45:02 DEBUG rasa.core.processor - Action ‘action_session_start’ ended with events ‘[<rasa.shared.core.events.SessionStarted object at 0x7feef8f0a438>, <rasa.shared.core.events.ActionExecuted object at 0x7feef8f0a470>]’. 2020-12-04 18:45:02 DEBUG rasa.core.processor - Current slot values: account: None account_number: None account_type: None allowed_residents: None amount: None attribute: None balance: None bank: None card: None card_number: None category: None country: None created_date: None date: None email: None english_customer_service: None english_mobile_app: None english_website: None entity_type: None execution_date: None expiry_date: None free_accounts: None free_worldwide_withdrawals: None gender: None headquarters: None listed_items: None mention: None name: None name_on_card: None opening_date: None person: None phone_number: None reference: None transaction: None 2020-12-04 18:45:02 DEBUG rasa.core.processor - Received user message ‘what are my bank options’ with intent ‘{‘name’: None, ‘confidence’: 0.0}’ and entities ‘[]’ 2020-12-04 18:45:02 DEBUG rasa.core.processor - Logged UserUtterance - tracker now has 4 events. 2020-12-04 18:45:02 DEBUG rasa.core.policies.rule_policy - Current tracker state: [state 1] previous action name: action_listen 2020-12-04 18:45:02 DEBUG rasa.core.policies.rule_policy - There is no applicable rule. 2020-12-04 18:45:02 DEBUG rasa.core.policies.ensemble - Predicted next action using policy_0_RulePolicy. 2020-12-04 18:45:02 DEBUG rasa.core.processor - Predicted next action ‘action_default_fallback’ with confidence 0.30. 2020-12-04 18:45:02 DEBUG rasa.core.processor - Policy prediction ended with events ‘[]’. 2020-12-04 18:45:02 DEBUG rasa.core.processor - Action ‘action_default_fallback’ ended with events ‘[<rasa.shared.core.events.UserUtteranceReverted object at 0x7feef8f0a1d0>]’. 2020-12-04 18:45:02 DEBUG rasa.core.processor - Current slot values: account: None account_number: None account_type: None allowed_residents: None amount: None attribute: None balance: None bank: None card: None card_number: None category: None country: None created_date: None date: None email: None english_customer_service: None english_mobile_app: None english_website: None entity_type: None execution_date: None expiry_date: None free_accounts: None free_worldwide_withdrawals: None gender: None headquarters: None listed_items: None mention: None name: None name_on_card: None opening_date: None person: None phone_number: None reference: None transaction: None 2020-12-04 18:45:02 DEBUG rasa.core.processor - Predicted next action ‘action_listen’ with confidence 1.00. 2020-12-04 18:45:02 DEBUG rasa.core.processor - Policy prediction ended with events ‘[]’. 2020-12-04 18:45:02 DEBUG rasa.core.processor - Action ‘action_listen’ ended with events ‘[]’. 2020-12-04 18:45:02 DEBUG rasa.core.lock_store - Deleted lock for conversation ‘2dc056b59cc243968305c01160843c1a’. Your input ->

@ChikkaUdayaSai did not get you