rasa-demo :) rasa run --debug --connector slack --port 5004 2020-03-14 21:26:54 DEBUG rasa.cli.utils - Parameter 'endpoints' not set. Using default location 'endpoints.yml' instead. 2020-03-14 21:26:54 DEBUG rasa.cli.utils - Parameter 'credentials' not set. Using default location 'credentials.yml' instead. 2020-03-14 21:26:54 DEBUG rasa.model - Extracted model to '/tmp/tmp0mj4qo55'. 2020-03-14 21:26:54 INFO root - Connecting to channel 'slack' which was specified by the '--connector' argument. Any other channels will be ignored. To connect to all given channels, omit the '--connector' argument. 2020-03-14 21:26:54 DEBUG sanic.root - CORS: Configuring CORS with resources: {'/*': {'origins': [''], 'methods': 'DELETE, GET, HEAD, OPTIONS, PATCH, POST, PUT', 'allow_headers': ['.*'], 'expose_headers': None, 'supports_credentials': True, 'max_age': None, 'send_wildcard': False, 'automatic_options': True, 'vary_header': True, 'resources': {'/*': {'origins': ''}}, 'intercept_exceptions': True, 'always_send': True}} 2020-03-14 21:26:54 DEBUG rasa.core.utils - Available web server routes: / GET hello /webhooks/slack GET slack_webhook.health /webhooks/slack/webhook POST slack_webhook.webhook 2020-03-14 21:26:54 INFO root - Starting Rasa server on http://localhost:5004 2020-03-14 21:26:54 DEBUG rasa.core.utils - Using the default number of Sanic workers (1). 2020-03-14 21:26:54 INFO root - Enabling coroutine debugging. Loop id 77270904. 2020-03-14 21:26:54 DEBUG rasa.model - Extracted model to '/tmp/tmpod2gx6_w'. 2020-03-14 21:26:57 INFO absl - Entry Point [tensor2tensor.envs.tic_tac_toe_env:TicTacToeEnv] registered with id [T2TEnv-TicTacToeEnv-v0] 2020-03-14 21:26:57 DEBUG rasa.core.tracker_store - Connected to InMemoryTrackerStore. 2020-03-14 21:26:57 DEBUG rasa.core.lock_store - Connected to lock store 'InMemoryLockStore'. 2020-03-14 21:26:58 DEBUG rasa.model - Extracted model to '/tmp/tmpe628yevz'. 2020-03-14 21:26:58 DEBUG pykwalify.compat - Using yaml library: /opt/ptc/bits/rasa-chatbot/rasa-env/lib64/python3.6/site-packages/ruamel/yaml/__init__.py 2020-03-14 21:26:59 DEBUG rasa.core.nlg.generator - Instantiated NLG to 'TemplatedNaturalLanguageGenerator'. 2020-03-14 21:27:16 DEBUG rasa.core.tracker_store - Creating a new tracker for id 'UURG3HQSV'. 2020-03-14 21:27:16 DEBUG rasa.core.processor - Starting a new session for conversation ID 'UURG3HQSV'. 2020-03-14 21:27:16 DEBUG rasa.core.processor - Action 'action_session_start' ended with events '[, ]'. 2020-03-14 21:27:16 DEBUG rasa.core.processor - Current slot values: issue_information: None productName: None releaseLvl: None requested_slot: None search_results: None 2020-03-14 21:27:17 DEBUG rasa.core.processor - Received user message 'hi' with intent '{'name': 'greet', 'confidence': 0.9783487915992737}' and entities '[]' 2020-03-14 21:27:17 DEBUG rasa.core.processor - Logged UserUtterance - tracker now has 4 events. 2020-03-14 21:27:17 DEBUG rasa.core.policies.memoization - Current tracker state [None, None, None, {}, {'intent_greet': 1.0, 'prev_action_listen': 1.0}] 2020-03-14 21:27:17 DEBUG rasa.core.policies.memoization - There is a memorised next action '15' 2020-03-14 21:27:17 DEBUG rasa.core.policies.form_policy - There is no active form 2020-03-14 21:27:17 DEBUG rasa.core.policies.ensemble - Predicted next action using policy_0_MemoizationPolicy 2020-03-14 21:27:17 DEBUG rasa.core.processor - Predicted next action 'utter_greet' with confidence 1.00. 2020-03-14 21:27:17 DEBUG rasa.core.processor - Action 'utter_greet' ended with events '[BotUttered('Hey! How are you?', {"elements": null, "quick_replies": null, "buttons": null, "attachment": null, "image": null, "custom": null}, {}, 1584201437.1195962)]'. 2020-03-14 21:27:17 DEBUG rasa.core.policies.memoization - Current tracker state [None, None, {}, {'intent_greet': 1.0, 'prev_action_listen': 1.0}, {'prev_utter_greet': 1.0, 'intent_greet': 1.0}] 2020-03-14 21:27:17 DEBUG rasa.core.policies.memoization - There is a memorised next action '0' 2020-03-14 21:27:17 DEBUG rasa.core.policies.mapping_policy - There is no mapped action for the predicted intent, 'greet'. 2020-03-14 21:27:17 DEBUG rasa.core.policies.form_policy - There is no active form 2020-03-14 21:27:17 DEBUG rasa.core.policies.ensemble - Predicted next action using policy_0_MemoizationPolicy 2020-03-14 21:27:17 DEBUG rasa.core.processor - Predicted next action 'action_listen' with confidence 1.00. 2020-03-14 21:27:17 DEBUG rasa.core.processor - Action 'action_listen' ended with events '[]'. 2020-03-14 21:27:17 DEBUG rasa.core.lock_store - Deleted lock for conversation 'UURG3HQSV'. 2020-03-14 21:27:40 WARNING rasa.core.channels.slack - Received retry #2 request from slack due to http_timeout. 2020-03-14 21:28:31 DEBUG rasa.core.tracker_store - Recreating tracker for id 'UURG3HQSV' 2020-03-14 21:28:31 DEBUG rasa.core.processor - Received user message 'good' with intent '{'name': 'mood_great', 'confidence': 0.6878127455711365}' and entities '[]' 2020-03-14 21:28:31 DEBUG rasa.core.processor - Logged UserUtterance - tracker now has 8 events. 2020-03-14 21:28:31 DEBUG rasa.core.policies.memoization - Current tracker state [None, {}, {'intent_greet': 1.0, 'prev_action_listen': 1.0}, {'prev_utter_greet': 1.0, 'intent_greet': 1.0}, {'intent_mood_great': 1.0, 'prev_action_listen': 1.0}] 2020-03-14 21:28:31 DEBUG rasa.core.policies.memoization - There is a memorised next action '16' 2020-03-14 21:28:31 DEBUG rasa.core.policies.form_policy - There is no active form 2020-03-14 21:28:31 DEBUG rasa.core.policies.ensemble - Predicted next action using policy_0_MemoizationPolicy 2020-03-14 21:28:31 DEBUG rasa.core.processor - Predicted next action 'utter_happy' with confidence 1.00. 2020-03-14 21:28:31 DEBUG rasa.core.processor - Action 'utter_happy' ended with events '[BotUttered('Great, How may I help you?', {"elements": null, "quick_replies": null, "buttons": null, "attachment": null, "image": null, "custom": null}, {}, 1584201511.2491944)]'. 2020-03-14 21:28:31 DEBUG rasa.core.policies.memoization - Current tracker state [{}, {'intent_greet': 1.0, 'prev_action_listen': 1.0}, {'prev_utter_greet': 1.0, 'intent_greet': 1.0}, {'intent_mood_great': 1.0, 'prev_action_listen': 1.0}, {'intent_mood_great': 1.0, 'prev_utter_happy': 1.0}] 2020-03-14 21:28:31 DEBUG rasa.core.policies.memoization - There is a memorised next action '0' 2020-03-14 21:28:31 DEBUG rasa.core.policies.mapping_policy - There is no mapped action for the predicted intent, 'mood_great'. 2020-03-14 21:28:31 DEBUG rasa.core.policies.form_policy - There is no active form 2020-03-14 21:28:31 DEBUG rasa.core.policies.ensemble - Predicted next action using policy_0_MemoizationPolicy 2020-03-14 21:28:31 DEBUG rasa.core.processor - Predicted next action 'action_listen' with confidence 1.00. 2020-03-14 21:28:31 DEBUG rasa.core.processor - Action 'action_listen' ended with events '[]'. 2020-03-14 21:28:31 DEBUG rasa.core.lock_store - Deleted lock for conversation 'UURG3HQSV'. 2020-03-14 21:36:05 DEBUG rasa.core.tracker_store - Recreating tracker for id 'UURG3HQSV' 2020-03-14 21:36:05 DEBUG rasa.core.processor - Received user message 'facing an issue' with intent '{'name': 'seek_help', 'confidence': 0.9960734844207764}' and entities '[]' 2020-03-14 21:36:05 DEBUG rasa.core.processor - Logged UserUtterance - tracker now has 12 events. 2020-03-14 21:36:05 DEBUG rasa.core.policies.memoization - Current tracker state [{'intent_greet': 1.0, 'prev_action_listen': 1.0}, {'prev_utter_greet': 1.0, 'intent_greet': 1.0}, {'intent_mood_great': 1.0, 'prev_action_listen': 1.0}, {'intent_mood_great': 1.0, 'prev_utter_happy': 1.0}, {'intent_seek_help': 1.0, 'prev_action_listen': 1.0}] 2020-03-14 21:36:05 DEBUG rasa.core.policies.memoization - There is a memorised next action '20' 2020-03-14 21:36:05 DEBUG rasa.core.policies.form_policy - There is no active form 2020-03-14 21:36:05 DEBUG rasa.core.policies.ensemble - Predicted next action using policy_0_MemoizationPolicy 2020-03-14 21:36:05 DEBUG rasa.core.processor - Predicted next action 'utter_help_response' with confidence 1.00. 2020-03-14 21:36:05 DEBUG rasa.core.processor - Action 'utter_help_response' ended with events '[BotUttered('Sure, I will help you with that.', {"elements": null, "quick_replies": null, "buttons": null, "attachment": null, "image": null, "custom": null}, {}, 1584201965.6702774)]'. 2020-03-14 21:36:06 DEBUG rasa.core.policies.memoization - Current tracker state [{'prev_utter_greet': 1.0, 'intent_greet': 1.0}, {'intent_mood_great': 1.0, 'prev_action_listen': 1.0}, {'intent_mood_great': 1.0, 'prev_utter_happy': 1.0}, {'intent_seek_help': 1.0, 'prev_action_listen': 1.0}, {'prev_utter_help_response': 1.0, 'intent_seek_help': 1.0}] 2020-03-14 21:36:06 DEBUG rasa.core.policies.memoization - There is a memorised next action '31' 2020-03-14 21:36:06 DEBUG rasa.core.policies.mapping_policy - There is no mapped action for the predicted intent, 'seek_help'. 2020-03-14 21:36:06 DEBUG rasa.core.policies.form_policy - There is no active form 2020-03-14 21:36:06 DEBUG rasa.core.policies.ensemble - Predicted next action using policy_0_MemoizationPolicy 2020-03-14 21:36:06 DEBUG rasa.core.processor - Predicted next action 'seek_help_form' with confidence 1.00. 2020-03-14 21:36:06 DEBUG rasa.core.actions.action - Calling action endpoint to run action 'seek_help_form'. 2020-03-14 21:36:06 DEBUG rasa.core.processor - Action 'seek_help_form' ended with events '[BotUttered('Kindly provide the product name.', {"elements": null, "quick_replies": null, "buttons": null, "attachment": null, "image": null, "custom": null}, {}, 1584201966.1168208), , ]'. 2020-03-14 21:36:06 DEBUG rasa.core.processor - Current slot values: issue_information: None productName: None releaseLvl: None requested_slot: productName search_results: None 2020-03-14 21:36:06 DEBUG rasa.core.policies.memoization - Current tracker state [{'prev_utter_greet': 1.0, 'intent_greet': 1.0}, {'intent_mood_great': 1.0, 'prev_action_listen': 1.0}, {'intent_mood_great': 1.0, 'prev_utter_happy': 1.0}, {'intent_seek_help': 1.0, 'prev_action_listen': 1.0}, {'prev_utter_help_response': 1.0, 'intent_seek_help': 1.0}] 2020-03-14 21:36:06 DEBUG rasa.core.policies.memoization - There is a memorised next action '31' 2020-03-14 21:36:06 DEBUG rasa.core.policies.mapping_policy - There is no mapped action for the predicted intent, 'seek_help'. 2020-03-14 21:36:06 DEBUG rasa.core.policies.form_policy - There is an active form 'seek_help_form' 2020-03-14 21:36:06 DEBUG rasa.core.policies.ensemble - Predicted next action using policy_3_FormPolicy 2020-03-14 21:36:06 DEBUG rasa.core.processor - Predicted next action 'action_listen' with confidence 1.00. 2020-03-14 21:36:06 DEBUG rasa.core.processor - Action 'action_listen' ended with events '[]'. 2020-03-14 21:36:06 DEBUG rasa.core.lock_store - Deleted lock for conversation 'UURG3HQSV'.