2020-02-06 14:58:32,675 [DEBUG] Available web server routes: /conversations//messages POST add_message /conversations//tracker/events POST append_events /model/test/intents POST evaluate_intents /model/test/stories POST evaluate_stories /conversations//execute POST execute_action /domain GET get_domain /socket.io OPTIONS handle_request / GET hello /model PUT load_model /model/parse POST parse /conversations//predict POST predict /conversations//tracker/events PUT replace_events /conversations//story GET retrieve_story /conversations//tracker GET retrieve_tracker /webhooks/socketio GET socketio_webhook.health /status GET status /model/predict POST tracker_predict /model/train POST train /model DELETE unload_model /version GET version 2020-02-06 14:58:32,679 [INFO ] Starting Rasa server on http://localhost:5005 2020-02-06 14:58:32,680 [DEBUG] Using the default number of Sanic workers (1). 2020-02-06 14:58:32,682 [INFO ] Enabling coroutine debugging. Loop id 2104023559816. 2020-02-06 14:58:32,995 [DEBUG] Extracted model to 'C:\Users\ADMINI~1\AppData\Local\Temp\2\tmptsd_c2wd'. 2020-02-06 14:58:38,327 [INFO ] NumExpr defaulting to 1 threads. 2020-02-06 14:58:45,192 [INFO ] Entry Point [tensor2tensor.envs.tic_tac_toe_env:TicTacToeEnv] registered with id [T2TEnv-TicTacToeEnv-v0] 2020-02-06 14:59:21,352 [INFO ] Added 'SpacyNLP' to component cache. Key 'SpacyNLP-en'. 2020-02-06 14:59:25,194 [DEBUG] Connected to MongoTrackerStore. 2020-02-06 14:59:25,195 [DEBUG] Connected to lock store 'InMemoryLockStore'. 2020-02-06 14:59:25,757 [DEBUG] Extracted model to 'C:\Users\ADMINI~1\AppData\Local\Temp\2\tmp0yy4uts2'. 2020-02-06 14:59:25,830 [DEBUG] Using yaml library: c:\users\administrator\anaconda3\envs\lanconic\lib\site-packages\ruamel\yaml\__init__.py 2020-02-06 14:59:28,586 [DEBUG] Instantiated NLG to 'TemplatedNaturalLanguageGenerator'. 2020-02-06 15:00:16,695 [DEBUG] User 9b5d63374f6740368ea0c77e0570c8fb connected to socketIO endpoint. 2020-02-06 15:00:17,393 [DEBUG] User 9b5d63374f6740368ea0c77e0570c8fb connected to socketIO endpoint. 2020-02-06 15:00:37,899 [DEBUG] User dc2281d0b43b45298d5fc3f8eb9a856f connected to socketIO endpoint. 2020-02-06 15:00:38,529 [DEBUG] User dc2281d0b43b45298d5fc3f8eb9a856f connected to socketIO endpoint. 2020-02-06 15:00:57,615 [DEBUG] Starting a new session for conversation ID 'a1a0a95f24d54dfba66dac7ffaa6bb88'. 2020-02-06 15:00:57,617 [DEBUG] Action 'action_session_start' ended with events '[, ]'. 2020-02-06 15:00:57,619 [DEBUG] Current slot values: email: None mobile: None name: None requested_slot: None 2020-02-06 15:00:57,627 [DEBUG] Received user message '/greet' with intent '{'name': 'greet', 'confidence': 1.0}' and entities '[]' 2020-02-06 15:00:57,629 [DEBUG] Logged UserUtterance - tracker now has 4 events. 2020-02-06 15:00:58,064 [DEBUG] Current tracker state [None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, {}, {'intent_greet': 1.0, 'prev_action_listen': 1.0}] 2020-02-06 15:00:58,068 [DEBUG] There is a memorised next action '110' 2020-02-06 15:00:58,069 [DEBUG] There is no active form 2020-02-06 15:00:58,071 [DEBUG] NLU confidence threshold met, confidence of fallback action set to core threshold (0.3). 2020-02-06 15:00:58,072 [DEBUG] Predicted next action using policy_1_AugmentedMemoizationPolicy 2020-02-06 15:00:58,076 [DEBUG] Predicted next action 'utter_greet' with confidence 1.00. 2020-02-06 15:00:58,077 [ERROR] Couldn't create message for template 'utter_greet'. 2020-02-06 15:00:58,079 [DEBUG] Action 'utter_greet' ended with events '[]'. 2020-02-06 15:00:58,091 [DEBUG] Current tracker state [None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, {}, {'intent_greet': 1.0, 'prev_action_listen': 1.0}, {'prev_utter_greet': 1.0, 'intent_greet': 1.0}] 2020-02-06 15:00:58,093 [DEBUG] There is a memorised next action '142' 2020-02-06 15:00:58,094 [DEBUG] There is no mapped action for the predicted intent, 'greet'. 2020-02-06 15:00:58,096 [DEBUG] There is no active form 2020-02-06 15:00:58,097 [DEBUG] NLU confidence threshold met, confidence of fallback action set to core threshold (0.3). 2020-02-06 15:00:58,099 [DEBUG] Predicted next action using policy_1_AugmentedMemoizationPolicy 2020-02-06 15:00:58,102 [DEBUG] Predicted next action 'utter_welcome' with confidence 1.00. 2020-02-06 15:00:58,103 [ERROR] Couldn't create message for template 'utter_welcome'. 2020-02-06 15:00:58,105 [DEBUG] Action 'utter_welcome' ended with events '[]'. 2020-02-06 15:00:58,116 [DEBUG] Current tracker state [None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, {}, {'intent_greet': 1.0, 'prev_action_listen': 1.0}, {'prev_utter_greet': 1.0, 'intent_greet': 1.0}, {'intent_greet': 1.0, 'prev_utter_welcome': 1.0}] 2020-02-06 15:00:58,118 [DEBUG] There is a memorised next action '107' 2020-02-06 15:00:58,121 [DEBUG] There is no mapped action for the predicted intent, 'greet'. 2020-02-06 15:00:58,123 [DEBUG] There is no active form 2020-02-06 15:00:58,124 [DEBUG] NLU confidence threshold met, confidence of fallback action set to core threshold (0.3). 2020-02-06 15:00:58,126 [DEBUG] Predicted next action using policy_1_AugmentedMemoizationPolicy 2020-02-06 15:00:58,127 [DEBUG] Predicted next action 'utter_getstarted' with confidence 1.00. 2020-02-06 15:00:58,129 [ERROR] Couldn't create message for template 'utter_getstarted'. 2020-02-06 15:00:58,132 [DEBUG] Action 'utter_getstarted' ended with events '[]'. 2020-02-06 15:00:58,143 [DEBUG] Current tracker state [None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, {}, {'intent_greet': 1.0, 'prev_action_listen': 1.0}, {'prev_utter_greet': 1.0, 'intent_greet': 1.0}, {'intent_greet': 1.0, 'prev_utter_welcome': 1.0}, {'prev_utter_getstarted': 1.0, 'intent_greet': 1.0}] 2020-02-06 15:00:58,145 [DEBUG] There is a memorised next action '0' 2020-02-06 15:00:58,147 [DEBUG] There is no mapped action for the predicted intent, 'greet'. 2020-02-06 15:00:58,148 [DEBUG] There is no active form 2020-02-06 15:00:58,149 [DEBUG] NLU confidence threshold met, confidence of fallback action set to core threshold (0.3). 2020-02-06 15:00:58,153 [DEBUG] Predicted next action using policy_1_AugmentedMemoizationPolicy 2020-02-06 15:00:58,154 [DEBUG] Predicted next action 'action_listen' with confidence 1.00. 2020-02-06 15:00:58,156 [DEBUG] Action 'action_listen' ended with events '[]'. 2020-02-06 15:00:58,161 [DEBUG] Deleted lock for conversation 'a1a0a95f24d54dfba66dac7ffaa6bb88'. 2020-02-06 15:01:04,785 [DEBUG] Received user message 'hi' with intent '{'name': 'greet', 'confidence': 0.9945843815803528}' and entities '[]' 2020-02-06 15:01:04,787 [DEBUG] Logged UserUtterance - tracker now has 9 events. 2020-02-06 15:01:04,799 [DEBUG] Current tracker state [None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, {}, {'prev_action_listen': 1.0}, {'intent_greet': 1.0, 'prev_action_listen': 1.0}, {'prev_utter_greet': 1.0, 'intent_greet': 1.0}, {'intent_greet': 1.0, 'prev_utter_welcome': 1.0}, {'prev_utter_getstarted': 1.0, 'intent_greet': 1.0}, {'prev_action_listen': 1.0, 'intent_greet': 1.0}] 2020-02-06 15:01:04,802 [DEBUG] Launch DeLorean... 2020-02-06 15:01:04,805 [DEBUG] Current tracker state [None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, {}, {'prev_action_listen': 1.0, 'intent_greet': 1.0}] 2020-02-06 15:01:04,806 [DEBUG] There is a memorised next action '110' 2020-02-06 15:01:04,810 [DEBUG] There is no active form 2020-02-06 15:01:04,811 [DEBUG] NLU confidence threshold met, confidence of fallback action set to core threshold (0.3). 2020-02-06 15:01:04,813 [DEBUG] Predicted next action using policy_1_AugmentedMemoizationPolicy 2020-02-06 15:01:04,815 [DEBUG] Predicted next action 'utter_greet' with confidence 1.00. 2020-02-06 15:01:04,816 [ERROR] Couldn't create message for template 'utter_greet'. 2020-02-06 15:01:04,819 [DEBUG] Action 'utter_greet' ended with events '[]'. 2020-02-06 15:01:04,831 [DEBUG] Current tracker state [None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, {}, {'prev_action_listen': 1.0}, {'intent_greet': 1.0, 'prev_action_listen': 1.0}, {'prev_utter_greet': 1.0, 'intent_greet': 1.0}, {'intent_greet': 1.0, 'prev_utter_welcome': 1.0}, {'prev_utter_getstarted': 1.0, 'intent_greet': 1.0}, {'prev_action_listen': 1.0, 'intent_greet': 1.0}, {'prev_utter_greet': 1.0, 'intent_greet': 1.0}] 2020-02-06 15:01:04,835 [DEBUG] Launch DeLorean... 2020-02-06 15:01:04,838 [DEBUG] Current tracker state [None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, {}, {'prev_action_listen': 1.0, 'intent_greet': 1.0}, {'prev_utter_greet': 1.0, 'intent_greet': 1.0}] 2020-02-06 15:01:04,841 [DEBUG] There is a memorised next action '142' 2020-02-06 15:01:04,843 [DEBUG] There is no mapped action for the predicted intent, 'greet'. 2020-02-06 15:01:04,844 [DEBUG] There is no active form 2020-02-06 15:01:04,846 [DEBUG] NLU confidence threshold met, confidence of fallback action set to core threshold (0.3). 2020-02-06 15:01:04,848 [DEBUG] Predicted next action using policy_1_AugmentedMemoizationPolicy 2020-02-06 15:01:04,851 [DEBUG] Predicted next action 'utter_welcome' with confidence 1.00. 2020-02-06 15:01:04,853 [ERROR] Couldn't create message for template 'utter_welcome'. 2020-02-06 15:01:04,855 [DEBUG] Action 'utter_welcome' ended with events '[]'. 2020-02-06 15:01:04,867 [DEBUG] Current tracker state [None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, {}, {'prev_action_listen': 1.0}, {'intent_greet': 1.0, 'prev_action_listen': 1.0}, {'prev_utter_greet': 1.0, 'intent_greet': 1.0}, {'intent_greet': 1.0, 'prev_utter_welcome': 1.0}, {'prev_utter_getstarted': 1.0, 'intent_greet': 1.0}, {'prev_action_listen': 1.0, 'intent_greet': 1.0}, {'prev_utter_greet': 1.0, 'intent_greet': 1.0}, {'intent_greet': 1.0, 'prev_utter_welcome': 1.0}] 2020-02-06 15:01:04,873 [DEBUG] Launch DeLorean... 2020-02-06 15:01:04,877 [DEBUG] Current tracker state [None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, {}, {'prev_action_listen': 1.0, 'intent_greet': 1.0}, {'prev_utter_greet': 1.0, 'intent_greet': 1.0}, {'intent_greet': 1.0, 'prev_utter_welcome': 1.0}] 2020-02-06 15:01:04,879 [DEBUG] There is a memorised next action '107' 2020-02-06 15:01:04,882 [DEBUG] There is no mapped action for the predicted intent, 'greet'. 2020-02-06 15:01:04,884 [DEBUG] There is no active form 2020-02-06 15:01:04,885 [DEBUG] NLU confidence threshold met, confidence of fallback action set to core threshold (0.3). 2020-02-06 15:01:04,887 [DEBUG] Predicted next action using policy_1_AugmentedMemoizationPolicy 2020-02-06 15:01:04,888 [DEBUG] Predicted next action 'utter_getstarted' with confidence 1.00. 2020-02-06 15:01:04,891 [ERROR] Couldn't create message for template 'utter_getstarted'. 2020-02-06 15:01:04,893 [DEBUG] Action 'utter_getstarted' ended with events '[]'. 2020-02-06 15:01:04,905 [DEBUG] Current tracker state [None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, {}, {'prev_action_listen': 1.0}, {'intent_greet': 1.0, 'prev_action_listen': 1.0}, {'prev_utter_greet': 1.0, 'intent_greet': 1.0}, {'intent_greet': 1.0, 'prev_utter_welcome': 1.0}, {'prev_utter_getstarted': 1.0, 'intent_greet': 1.0}, {'prev_action_listen': 1.0, 'intent_greet': 1.0}, {'prev_utter_greet': 1.0, 'intent_greet': 1.0}, {'intent_greet': 1.0, 'prev_utter_welcome': 1.0}, {'prev_utter_getstarted': 1.0, 'intent_greet': 1.0}] 2020-02-06 15:01:04,908 [DEBUG] Launch DeLorean... 2020-02-06 15:01:04,912 [DEBUG] Current tracker state [None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, {}, {'prev_action_listen': 1.0, 'intent_greet': 1.0}, {'prev_utter_greet': 1.0, 'intent_greet': 1.0}, {'intent_greet': 1.0, 'prev_utter_welcome': 1.0}, {'prev_utter_getstarted': 1.0, 'intent_greet': 1.0}] 2020-02-06 15:01:04,915 [DEBUG] There is a memorised next action '0' 2020-02-06 15:01:04,917 [DEBUG] There is no mapped action for the predicted intent, 'greet'. 2020-02-06 15:01:04,918 [DEBUG] There is no active form 2020-02-06 15:01:04,920 [DEBUG] NLU confidence threshold met, confidence of fallback action set to core threshold (0.3). 2020-02-06 15:01:04,921 [DEBUG] Predicted next action using policy_1_AugmentedMemoizationPolicy 2020-02-06 15:01:04,923 [DEBUG] Predicted next action 'action_listen' with confidence 1.00. 2020-02-06 15:01:04,926 [DEBUG] Action 'action_listen' ended with events '[]'. 2020-02-06 15:01:04,932 [DEBUG] Deleted lock for conversation 'a1a0a95f24d54dfba66dac7ffaa6bb88'. 2020-02-06 15:01:16,702 [DEBUG] User 9b5d63374f6740368ea0c77e0570c8fb disconnected from socketIO endpoint.