2019-07-25 09:29:24 DEBUG  rasa.cli.utils - Parameter 'credentials' not set. Using default location 'credentials.yml' instead. 2019-07-25 09:29:24 INFO  root - Generating grammar tables from /usr/lib/python3.6/lib2to3/Grammar.txt 2019-07-25 09:29:24 INFO  root - Generating grammar tables from /usr/lib/python3.6/lib2to3/PatternGrammar.txt 2019-07-25 09:29:25 DEBUG  rasa.core.utils - Available web server routes: /conversations//messages POST add_message /conversations//tracker/events POST append_events /webhooks/rasa GET custom_webhook_RasaChatInput.health /webhooks/rasa/webhook POST custom_webhook_RasaChatInput.receive /webhooks/rest GET custom_webhook_RestInput.health /webhooks/rest/webhook POST custom_webhook_RestInput.receive /model/test/intents POST evaluate_intents /model/test/stories POST evaluate_stories /conversations//execute POST execute_action /domain GET get_domain / 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 /status GET status /model/predict POST tracker_predict /model/train POST train /model DELETE unload_model /version GET version 2019-07-25 09:29:25 INFO  root - Starting Rasa server on http://localhost:5005 2019-07-25 09:29:25 INFO  root - Enabling coroutine debugging. Loop id 89796152. 2019-07-25 09:29:25 DEBUG  rasa.model - Extracted model to '/tmp/tmpa5wutj2a'. 2019-07-25 09:29:25 DEBUG  MyTrackerStore - Attempting to connect to database via "postgres://rasa:***@/rasadb" 2019-07-25 09:29:25 DEBUG  MyTrackerStore - Connection to SQL database 'rasadb' successful 2019-07-25 09:29:25 DEBUG  rasa.core.tracker_store - Connected to CustomSQLTrackerStore. 2019-07-25 09:29:25 DEBUG  rasa.model - Extracted model to '/tmp/tmpgfw3pc31'. 2019-07-25 09:29:25 DEBUG  pykwalify.compat - Using yaml library: /home/joachim.jaafar@*****.lan/Bureau/git/poc_metc/production_rasa/env/lib/python3.6/site-packages/ruamel/yaml/__init__.py 2019-07-25 09:29:48 DEBUG  rasa.core.agent - Created a new lock for conversation '2019-07-25 09:29:45.292930 673151172' 2019-07-25 09:29:48 DEBUG  MyTrackerStore - Can't retrieve tracker matchingsender id '2019-07-25 09:29:45.292930 673151172' and min timestamp '1564039608.0411153' from SQL storage. Returning `None` instead. 2019-07-25 09:29:48 DEBUG  rasa.core.tracker_store - Tracker with sender_id '2019-07-25 09:29:45.292930 673151172' stored to database 2019-07-25 09:29:48 DEBUG  rasa.core.processor - Received user message 'bonjour' with intent '{'name': 'intent_bonjour', 'confidence': 0.9587309956550598}' and entities '[]' 2019-07-25 09:29:48 DEBUG  rasa.core.processor - Logged UserUtterance - tracker now has 2 events 2019-07-25 09:29:48 DEBUG  rasa.core.tracker_store - Tracker with sender_id '2019-07-25 09:29:45.292930 673151172' stored to database 2019-07-25 09:29:48 DEBUG  rasa.core.policies.memoization - Current tracker state [None, None, None, {}, {'prev_action_listen': 1.0, 'intent_intent_bonjour': 1.0}] 2019-07-25 09:29:48 DEBUG  rasa.core.policies.memoization - There is a memorised next action '8' 2019-07-25 09:29:48 DEBUG  rasa.core.policies.form_policy - There is no active form 2019-07-25 09:29:48 DEBUG  rasa.core.policies.ensemble - Predicted next action using policy_0_MemoizationPolicy 2019-07-25 09:29:48 DEBUG  rasa.core.processor - Predicted next action 'utter_bonjour' with confidence 1.00. 2019-07-25 09:29:48 DEBUG  rasa.core.processor - Action 'utter_bonjour' ended with events '['BotUttered(text: Bonjour c\'est Janne, quel est votre problème?, data: {"elements": null, "quick_replies": null, "buttons": null, "attachment": null, "image": null, "custom": null}, metadata: {})']' 2019-07-25 09:29:48 DEBUG  rasa.core.policies.memoization - Current tracker state [None, None, {}, {'prev_action_listen': 1.0, 'intent_intent_bonjour': 1.0}, {'prev_utter_bonjour': 1.0, 'intent_intent_bonjour': 1.0}] 2019-07-25 09:29:48 DEBUG  rasa.core.policies.memoization - There is a memorised next action '9' 2019-07-25 09:29:48 DEBUG  rasa.core.policies.mapping_policy - There is no mapped action for the predicted intent, 'intent_bonjour'. 2019-07-25 09:29:48 DEBUG  rasa.core.policies.form_policy - There is no active form 2019-07-25 09:29:48 DEBUG  rasa.core.policies.ensemble - Predicted next action using policy_0_MemoizationPolicy 2019-07-25 09:29:48 DEBUG  rasa.core.processor - Predicted next action 'my_form' with confidence 1.00. 2019-07-25 09:29:48 DEBUG  rasa.core.actions.action - Calling action endpoint to run action 'my_form'. 2019-07-25 09:29:48 DEBUG  rasa.core.processor - Action 'my_form' ended with events '['Form(my_form)', 'SlotSet(key: requested_slot, value: topic)']' 2019-07-25 09:29:48 DEBUG  rasa.core.processor - Current slot values: Demande: None combien_de_temps: None contacts: None declancher_astreinte: None demande_technique: None demande_technique_incident_niveau_securiter: None demande_technique_logement_vide_date_heure: None description: None description_demande: None description_demande_technique: None equipement: None fuite_gaz_ancienne_instalation: None fuite_gaz_forte_consomation: None fuite_gaz_sentir_fort: None fuite_gros_degats: None fuite_tuyaux: None motif: None nature_probleme: None requested_slot: topic topic: None type_chaufferie: None type_fuite: None 2019-07-25 09:29:48 DEBUG  rasa.core.policies.memoization - Current tracker state [None, None, {}, {'prev_action_listen': 1.0, 'intent_intent_bonjour': 1.0}, {'prev_utter_bonjour': 1.0, 'intent_intent_bonjour': 1.0}] 2019-07-25 09:29:48 DEBUG  rasa.core.policies.memoization - There is a memorised next action '9' 2019-07-25 09:29:48 DEBUG  rasa.core.policies.mapping_policy - There is no mapped action for the predicted intent, 'intent_bonjour'. 2019-07-25 09:29:48 DEBUG  rasa.core.policies.form_policy - There is an active form 'my_form' 2019-07-25 09:29:48 DEBUG  rasa.core.policies.ensemble - Predicted next action using policy_3_FormPolicy 2019-07-25 09:29:48 DEBUG  rasa.core.processor - Predicted next action 'action_listen' with confidence 1.00. 2019-07-25 09:29:48 DEBUG  rasa.core.processor - Action 'action_listen' ended with events '[]' 2019-07-25 09:29:48 DEBUG  rasa.core.tracker_store - Tracker with sender_id '2019-07-25 09:29:45.292930 673151172' stored to database 2019-07-25 09:29:48 DEBUG  rasa.core.agent - Deleted lock for conversation '2019-07-25 09:29:45.292930 673151172' (unused) 2019-07-25 09:29:55 DEBUG  rasa.core.agent - Created a new lock for conversation '2019-07-25 09:29:45.292930 673151172' 2019-07-25 09:29:55 DEBUG  MyTrackerStore - Recreating tracker from sender id '2019-07-25 09:29:45.292930 673151172' 2019-07-25 09:29:55 DEBUG  rasa.core.processor - Received user message 'j'ai une fuite d'eau' with intent '{'name': 'intent_description', 'confidence': 0.9724901914596558}' and entities '[{'start': 9, 'end': 14, 'value': 'fuite', 'entity': 'nature_probleme', 'confidence': 0.9622228800515289, 'extractor': 'CRFEntityExtractor'}]' 2019-07-25 09:29:55 DEBUG  rasa.core.processor - Current slot values: Demande: None combien_de_temps: None contacts: None declancher_astreinte: None demande_technique: None demande_technique_incident_niveau_securiter: None demande_technique_logement_vide_date_heure: None description: None description_demande: None description_demande_technique: None equipement: None fuite_gaz_ancienne_instalation: None fuite_gaz_forte_consomation: None fuite_gaz_sentir_fort: None fuite_gros_degats: None fuite_tuyaux: None motif: None nature_probleme: ['fuite'] requested_slot: topic topic: None type_chaufferie: None type_fuite: None 2019-07-25 09:29:55 DEBUG  rasa.core.processor - Logged UserUtterance - tracker now has 10 events 2019-07-25 09:29:55 DEBUG  rasa.core.tracker_store - Tracker with sender_id '2019-07-25 09:29:45.292930 673151172' stored to database 2019-07-25 09:29:55 DEBUG  rasa.core.policies.memoization - Current tracker state [None, None, None, None, {}] 2019-07-25 09:29:56 DEBUG  rasa.core.policies.memoization - There is a memorised next action '0' 2019-07-25 09:29:56 DEBUG  rasa.core.policies.form_policy - There is an active form 'my_form' 2019-07-25 09:29:56 DEBUG  rasa.core.policies.ensemble - Predicted next action using policy_3_FormPolicy 2019-07-25 09:29:56 DEBUG  rasa.core.processor - Predicted next action 'my_form' with confidence 1.00. 2019-07-25 09:29:56 DEBUG  rasa.core.actions.action - Calling action endpoint to run action 'my_form'. 2019-07-25 09:29:56 DEBUG  rasa.core.processor - Action 'my_form' ended with events '['BotUttered(text: Veuillez me donner plus de précision à propos de votre fuite deau si vous en avez., data: {"elements": null, "quick_replies": null, "buttons": null, "attachment": null, "image": null, "custom": null}, metadata: {})', 'BotUttered(text: Quels objets ou équipements sont touchés?, data: {"elements": null, "quick_replies": null, "buttons": null, "attachment": null, "image": null, "custom": null}, metadata: {"Demande": null, "combien_de_temps": null, "contacts": null, "declancher_astreinte": null, "demande_technique": null, "demande_technique_incident_niveau_securiter": null, "demande_technique_logement_vide_date_heure": null, "description": null, "description_demande": null, "description_demande_technique": null, "equipement": null, "fuite_gaz_ancienne_instalation": null, "fuite_gaz_forte_consomation": null, "fuite_gaz_sentir_fort": null, "fuite_gros_degats": null, "fuite_tuyaux": null, "motif": null, "nature_probleme": ["fuite"], "requested_slot": "topic", "topic": "j\'ai une fuite d\'eau", "type_chaufferie": null, "type_fuite": null})', "SlotSet(key: topic, value: j'ai une fuite d'eau)", 'SlotSet(key: demande_technique, value: None)', 'SlotSet(key: requested_slot, value: equipement)']' 2019-07-25 09:29:56 DEBUG  rasa.core.processor - Current slot values: Demande: None combien_de_temps: None contacts: None declancher_astreinte: None demande_technique: None demande_technique_incident_niveau_securiter: None demande_technique_logement_vide_date_heure: None description: None description_demande: None description_demande_technique: None equipement: None fuite_gaz_ancienne_instalation: None fuite_gaz_forte_consomation: None fuite_gaz_sentir_fort: None fuite_gros_degats: None fuite_tuyaux: None motif: None nature_probleme: ['fuite'] requested_slot: equipement topic: j'ai une fuite d'eau type_chaufferie: None type_fuite: None 2019-07-25 09:29:56 DEBUG  rasa.core.policies.memoization - Current tracker state [None, None, None, None, {}] 2019-07-25 09:29:56 DEBUG  rasa.core.policies.memoization - There is a memorised next action '0' 2019-07-25 09:29:56 DEBUG  rasa.core.policies.mapping_policy - There is no mapped action for the predicted intent, 'intent_description'. 2019-07-25 09:29:56 DEBUG  rasa.core.policies.form_policy - There is an active form 'my_form' 2019-07-25 09:29:56 DEBUG  rasa.core.policies.ensemble - Predicted next action using policy_3_FormPolicy 2019-07-25 09:29:56 DEBUG  rasa.core.processor - Predicted next action 'action_listen' with confidence 1.00. 2019-07-25 09:29:56 DEBUG  rasa.core.processor - Action 'action_listen' ended with events '[]' 2019-07-25 09:29:56 DEBUG  rasa.core.tracker_store - Tracker with sender_id '2019-07-25 09:29:45.292930 673151172' stored to database 2019-07-25 09:29:56 DEBUG  rasa.core.agent - Deleted lock for conversation '2019-07-25 09:29:45.292930 673151172' (unused) 2019-07-25 09:30:11 DEBUG  rasa.core.agent - Created a new lock for conversation '2019-07-25 09:29:45.292930 673151172' 2019-07-25 09:30:11 DEBUG  MyTrackerStore - Recreating tracker from sender id '2019-07-25 09:29:45.292930 673151172' 2019-07-25 09:30:11 DEBUG  rasa.core.processor - Received user message 'j'ai une fuite' with intent '{'name': 'intent_description', 'confidence': 0.9689494371414185}' and entities '[]' 2019-07-25 09:30:11 DEBUG  rasa.core.processor - Logged UserUtterance - tracker now has 18 events 2019-07-25 09:30:11 DEBUG  rasa.core.tracker_store - Tracker with sender_id '2019-07-25 09:29:45.292930 673151172' stored to database 2019-07-25 09:30:11 WARNING  rasa.core.slots - Categorical slot 'requested_slot' is set to a value ('equipement') that is not specified in the domain. Value will be ignored and the slot will behave as if no value is set. Make sure to add all values a categorical slot should store to the domain. 2019-07-25 09:30:11 WARNING  rasa.core.slots - Categorical slot 'requested_slot' is set to a value ('equipement') that is not specified in the domain. Value will be ignored and the slot will behave as if no value is set. Make sure to add all values a categorical slot should store to the domain. 2019-07-25 09:30:11 DEBUG  rasa.core.policies.memoization - Current tracker state [None, None, {}, {'prev_action_listen': 1.0}, {'slot_nature_probleme_0': 1.0, 'entity_nature_probleme': 1.0, 'intent_intent_description': 1.0, 'prev_my_form': 1.0}] 2019-07-25 09:30:11 DEBUG  rasa.core.policies.memoization - There is no memorised next action 2019-07-25 09:30:11 WARNING  rasa.core.slots - Categorical slot 'requested_slot' is set to a value ('equipement') that is not specified in the domain. Value will be ignored and the slot will behave as if no value is set. Make sure to add all values a categorical slot should store to the domain. 2019-07-25 09:30:11 WARNING  rasa.core.slots - Categorical slot 'requested_slot' is set to a value ('equipement') that is not specified in the domain. Value will be ignored and the slot will behave as if no value is set. Make sure to add all values a categorical slot should store to the domain. 2019-07-25 09:30:11 DEBUG  rasa.core.policies.form_policy - There is an active form 'my_form' 2019-07-25 09:30:11 DEBUG  rasa.core.policies.ensemble - Predicted next action using policy_3_FormPolicy 2019-07-25 09:30:11 DEBUG  rasa.core.processor - Predicted next action 'my_form' with confidence 1.00. 2019-07-25 09:30:11 DEBUG  rasa.core.actions.action - Calling action endpoint to run action 'my_form'. 2019-07-25 09:30:11 DEBUG  rasa.core.processor - Action 'my_form' ended with events '['BotUttered(text: Veuillez me donner plus de précision à propos de votre fuite si vous en avez., data: {"elements": null, "quick_replies": null, "buttons": null, "attachment": null, "image": null, "custom": null}, metadata: {})', 'BotUttered(text: Quels objets ou équipements sont touchés?, data: {"elements": null, "quick_replies": null, "buttons": null, "attachment": null, "image": null, "custom": null}, metadata: {"Demande": null, "combien_de_temps": null, "contacts": null, "declancher_astreinte": null, "demande_technique": null, "demande_technique_incident_niveau_securiter": null, "demande_technique_logement_vide_date_heure": null, "description": null, "description_demande": null, "description_demande_technique": null, "equipement": null, "fuite_gaz_ancienne_instalation": null, "fuite_gaz_forte_consomation": null, "fuite_gaz_sentir_fort": null, "fuite_gros_degats": null, "fuite_tuyaux": null, "motif": null, "nature_probleme": ["fuite"], "requested_slot": "topic", "topic": "j\'ai une fuite", "type_chaufferie": null, "type_fuite": null})', "SlotSet(key: topic, value: j'ai une fuite)", 'SlotSet(key: demande_technique, value: None)', 'SlotSet(key: requested_slot, value: equipement)']' 2019-07-25 09:30:11 DEBUG  rasa.core.processor - Current slot values: Demande: None combien_de_temps: None contacts: None declancher_astreinte: None demande_technique: None demande_technique_incident_niveau_securiter: None demande_technique_logement_vide_date_heure: None description: None description_demande: None description_demande_technique: None equipement: None fuite_gaz_ancienne_instalation: None fuite_gaz_forte_consomation: None fuite_gaz_sentir_fort: None fuite_gros_degats: None fuite_tuyaux: None motif: None nature_probleme: ['fuite'] requested_slot: equipement topic: j'ai une fuite type_chaufferie: None type_fuite: None 2019-07-25 09:30:11 WARNING  rasa.core.slots - Categorical slot 'requested_slot' is set to a value ('equipement') that is not specified in the domain. Value will be ignored and the slot will behave as if no value is set. Make sure to add all values a categorical slot should store to the domain. 2019-07-25 09:30:11 WARNING  rasa.core.slots - Categorical slot 'requested_slot' is set to a value ('equipement') that is not specified in the domain. Value will be ignored and the slot will behave as if no value is set. Make sure to add all values a categorical slot should store to the domain. 2019-07-25 09:30:11 DEBUG  rasa.core.policies.memoization - Current tracker state [None, None, {}, {'prev_action_listen': 1.0}, {'slot_nature_probleme_0': 1.0, 'entity_nature_probleme': 1.0, 'intent_intent_description': 1.0, 'prev_my_form': 1.0}] 2019-07-25 09:30:11 DEBUG  rasa.core.policies.memoization - There is no memorised next action 2019-07-25 09:30:11 WARNING  rasa.core.slots - Categorical slot 'requested_slot' is set to a value ('equipement') that is not specified in the domain. Value will be ignored and the slot will behave as if no value is set. Make sure to add all values a categorical slot should store to the domain. 2019-07-25 09:30:11 WARNING  rasa.core.slots - Categorical slot 'requested_slot' is set to a value ('equipement') that is not specified in the domain. Value will be ignored and the slot will behave as if no value is set. Make sure to add all values a categorical slot should store to the domain. 2019-07-25 09:30:11 DEBUG  rasa.core.policies.mapping_policy - There is no mapped action for the predicted intent, 'intent_description'. 2019-07-25 09:30:11 DEBUG  rasa.core.policies.form_policy - There is an active form 'my_form' 2019-07-25 09:30:11 DEBUG  rasa.core.policies.ensemble - Predicted next action using policy_3_FormPolicy 2019-07-25 09:30:11 DEBUG  rasa.core.processor - Predicted next action 'action_listen' with confidence 1.00. 2019-07-25 09:30:11 DEBUG  rasa.core.processor - Action 'action_listen' ended with events '[]' 2019-07-25 09:30:11 DEBUG  rasa.core.tracker_store - Tracker with sender_id '2019-07-25 09:29:45.292930 673151172' stored to database 2019-07-25 09:30:11 DEBUG  rasa.core.agent - Deleted lock for conversation '2019-07-25 09:29:45.292930 673151172' (unused) 2019-07-25 09:30:20 DEBUG  rasa.core.agent - Created a new lock for conversation '2019-07-25 09:29:45.292930 673151172' 2019-07-25 09:30:20 DEBUG  MyTrackerStore - Recreating tracker from sender id '2019-07-25 09:29:45.292930 673151172' 2019-07-25 09:30:20 DEBUG  rasa.core.processor - Received user message 'j'ai une fuite' with intent '{'name': 'intent_description', 'confidence': 0.9689494371414185}' and entities '[]' 2019-07-25 09:30:20 DEBUG  rasa.core.processor - Logged UserUtterance - tracker now has 26 events 2019-07-25 09:30:20 DEBUG  rasa.core.tracker_store - Tracker with sender_id '2019-07-25 09:29:45.292930 673151172' stored to database 2019-07-25 09:30:20 WARNING  rasa.core.slots - Categorical slot 'requested_slot' is set to a value ('equipement') that is not specified in the domain. Value will be ignored and the slot will behave as if no value is set. Make sure to add all values a categorical slot should store to the domain. 2019-07-25 09:30:20 WARNING  rasa.core.slots - Categorical slot 'requested_slot' is set to a value ('equipement') that is not specified in the domain. Value will be ignored and the slot will behave as if no value is set. Make sure to add all values a categorical slot should store to the domain. 2019-07-25 09:30:20 WARNING  rasa.core.slots - Categorical slot 'requested_slot' is set to a value ('equipement') that is not specified in the domain. Value will be ignored and the slot will behave as if no value is set. Make sure to add all values a categorical slot should store to the domain. 2019-07-25 09:30:20 WARNING  rasa.core.slots - Categorical slot 'requested_slot' is set to a value ('equipement') that is not specified in the domain. Value will be ignored and the slot will behave as if no value is set. Make sure to add all values a categorical slot should store to the domain. 2019-07-25 09:30:20 DEBUG  rasa.core.policies.memoization - Current tracker state [{}, {'prev_action_listen': 1.0}, {'prev_my_form': 1.0, 'intent_intent_description': 1.0}, {'prev_action_listen': 1.0, 'intent_intent_description': 1.0}, {'slot_nature_probleme_0': 1.0, 'entity_nature_probleme': 1.0, 'intent_intent_description': 1.0, 'prev_my_form': 1.0}] 2019-07-25 09:30:20 DEBUG  rasa.core.policies.memoization - There is no memorised next action 2019-07-25 09:30:20 WARNING  rasa.core.slots - Categorical slot 'requested_slot' is set to a value ('equipement') that is not specified in the domain. Value will be ignored and the slot will behave as if no value is set. Make sure to add all values a categorical slot should store to the domain. 2019-07-25 09:30:20 WARNING  rasa.core.slots - Categorical slot 'requested_slot' is set to a value ('equipement') that is not specified in the domain. Value will be ignored and the slot will behave as if no value is set. Make sure to add all values a categorical slot should store to the domain. 2019-07-25 09:30:20 WARNING  rasa.core.slots - Categorical slot 'requested_slot' is set to a value ('equipement') that is not specified in the domain. Value will be ignored and the slot will behave as if no value is set. Make sure to add all values a categorical slot should store to the domain. 2019-07-25 09:30:20 WARNING  rasa.core.slots - Categorical slot 'requested_slot' is set to a value ('equipement') that is not specified in the domain. Value will be ignored and the slot will behave as if no value is set. Make sure to add all values a categorical slot should store to the domain. 2019-07-25 09:30:20 DEBUG  rasa.core.policies.form_policy - There is an active form 'my_form' 2019-07-25 09:30:20 DEBUG  rasa.core.policies.ensemble - Predicted next action using policy_3_FormPolicy 2019-07-25 09:30:20 DEBUG  rasa.core.processor - Predicted next action 'my_form' with confidence 1.00. 2019-07-25 09:30:20 DEBUG  rasa.core.actions.action - Calling action endpoint to run action 'my_form'. 2019-07-25 09:30:20 DEBUG  rasa.core.processor - Action 'my_form' ended with events '['BotUttered(text: Veuillez me donner plus de précision à propos de votre fuite si vous en avez., data: {"elements": null, "quick_replies": null, "buttons": null, "attachment": null, "image": null, "custom": null}, metadata: {})', 'BotUttered(text: Quelles sont les installations qui sont concernées par ce problème?, data: {"elements": null, "quick_replies": null, "buttons": null, "attachment": null, "image": null, "custom": null}, metadata: {"Demande": null, "combien_de_temps": null, "contacts": null, "declancher_astreinte": null, "demande_technique": null, "demande_technique_incident_niveau_securiter": null, "demande_technique_logement_vide_date_heure": null, "description": null, "description_demande": null, "description_demande_technique": null, "equipement": null, "fuite_gaz_ancienne_instalation": null, "fuite_gaz_forte_consomation": null, "fuite_gaz_sentir_fort": null, "fuite_gros_degats": null, "fuite_tuyaux": null, "motif": null, "nature_probleme": ["fuite"], "requested_slot": "topic", "topic": "j\'ai une fuite", "type_chaufferie": null, "type_fuite": null})', "SlotSet(key: topic, value: j'ai une fuite)", 'SlotSet(key: demande_technique, value: None)', 'SlotSet(key: requested_slot, value: equipement)']' 2019-07-25 09:30:20 DEBUG  rasa.core.processor - Current slot values: Demande: None combien_de_temps: None contacts: None declancher_astreinte: None demande_technique: None demande_technique_incident_niveau_securiter: None demande_technique_logement_vide_date_heure: None description: None description_demande: None description_demande_technique: None equipement: None fuite_gaz_ancienne_instalation: None fuite_gaz_forte_consomation: None fuite_gaz_sentir_fort: None fuite_gros_degats: None fuite_tuyaux: None motif: None nature_probleme: ['fuite'] requested_slot: equipement topic: j'ai une fuite type_chaufferie: None type_fuite: None 2019-07-25 09:30:20 WARNING  rasa.core.slots - Categorical slot 'requested_slot' is set to a value ('equipement') that is not specified in the domain. Value will be ignored and the slot will behave as if no value is set. Make sure to add all values a categorical slot should store to the domain. 2019-07-25 09:30:20 WARNING  rasa.core.slots - Categorical slot 'requested_slot' is set to a value ('equipement') that is not specified in the domain. Value will be ignored and the slot will behave as if no value is set. Make sure to add all values a categorical slot should store to the domain. 2019-07-25 09:30:20 WARNING  rasa.core.slots - Categorical slot 'requested_slot' is set to a value ('equipement') that is not specified in the domain. Value will be ignored and the slot will behave as if no value is set. Make sure to add all values a categorical slot should store to the domain. 2019-07-25 09:30:20 WARNING  rasa.core.slots - Categorical slot 'requested_slot' is set to a value ('equipement') that is not specified in the domain. Value will be ignored and the slot will behave as if no value is set. Make sure to add all values a categorical slot should store to the domain. 2019-07-25 09:30:20 DEBUG  rasa.core.policies.memoization - Current tracker state [{}, {'prev_action_listen': 1.0}, {'prev_my_form': 1.0, 'intent_intent_description': 1.0}, {'prev_action_listen': 1.0, 'intent_intent_description': 1.0}, {'slot_nature_probleme_0': 1.0, 'entity_nature_probleme': 1.0, 'intent_intent_description': 1.0, 'prev_my_form': 1.0}] 2019-07-25 09:30:20 DEBUG  rasa.core.policies.memoization - There is no memorised next action 2019-07-25 09:30:20 WARNING  rasa.core.slots - Categorical slot 'requested_slot' is set to a value ('equipement') that is not specified in the domain. Value will be ignored and the slot will behave as if no value is set. Make sure to add all values a categorical slot should store to the domain. 2019-07-25 09:30:20 WARNING  rasa.core.slots - Categorical slot 'requested_slot' is set to a value ('equipement') that is not specified in the domain. Value will be ignored and the slot will behave as if no value is set. Make sure to add all values a categorical slot should store to the domain. 2019-07-25 09:30:20 WARNING  rasa.core.slots - Categorical slot 'requested_slot' is set to a value ('equipement') that is not specified in the domain. Value will be ignored and the slot will behave as if no value is set. Make sure to add all values a categorical slot should store to the domain. 2019-07-25 09:30:20 WARNING  rasa.core.slots - Categorical slot 'requested_slot' is set to a value ('equipement') that is not specified in the domain. Value will be ignored and the slot will behave as if no value is set. Make sure to add all values a categorical slot should store to the domain. 2019-07-25 09:30:20 DEBUG  rasa.core.policies.mapping_policy - There is no mapped action for the predicted intent, 'intent_description'. 2019-07-25 09:30:20 DEBUG  rasa.core.policies.form_policy - There is an active form 'my_form' 2019-07-25 09:30:20 DEBUG  rasa.core.policies.ensemble - Predicted next action using policy_3_FormPolicy 2019-07-25 09:30:20 DEBUG  rasa.core.processor - Predicted next action 'action_listen' with confidence 1.00. 2019-07-25 09:30:20 DEBUG  rasa.core.processor - Action 'action_listen' ended with events '[]' 2019-07-25 09:30:20 DEBUG  rasa.core.tracker_store - Tracker with sender_id '2019-07-25 09:29:45.292930 673151172' stored to database 2019-07-25 09:30:20 DEBUG  rasa.core.agent - Deleted lock for conversation '2019-07-25 09:29:45.292930 673151172' (unused) 2019-07-25 09:30:31 DEBUG  rasa.core.agent - Created a new lock for conversation '2019-07-25 09:29:45.292930 673151172' 2019-07-25 09:30:31 DEBUG  MyTrackerStore - Recreating tracker from sender id '2019-07-25 09:29:45.292930 673151172' 2019-07-25 09:30:31 DEBUG  rasa.core.processor - Received user message 'j'ai une grosse fuite' with intent '{'name': 'intent_description', 'confidence': 0.9693455696105957}' and entities '[]' 2019-07-25 09:30:31 DEBUG  rasa.core.processor - Logged UserUtterance - tracker now has 34 events 2019-07-25 09:30:31 DEBUG  rasa.core.tracker_store - Tracker with sender_id '2019-07-25 09:29:45.292930 673151172' stored to database 2019-07-25 09:30:31 WARNING  rasa.core.slots - Categorical slot 'requested_slot' is set to a value ('equipement') that is not specified in the domain. Value will be ignored and the slot will behave as if no value is set. Make sure to add all values a categorical slot should store to the domain. 2019-07-25 09:30:31 WARNING  rasa.core.slots - Categorical slot 'requested_slot' is set to a value ('equipement') that is not specified in the domain. Value will be ignored and the slot will behave as if no value is set. Make sure to add all values a categorical slot should store to the domain. 2019-07-25 09:30:31 WARNING  rasa.core.slots - Categorical slot 'requested_slot' is set to a value ('equipement') that is not specified in the domain. Value will be ignored and the slot will behave as if no value is set. Make sure to add all values a categorical slot should store to the domain. 2019-07-25 09:30:31 WARNING  rasa.core.slots - Categorical slot 'requested_slot' is set to a value ('equipement') that is not specified in the domain. Value will be ignored and the slot will behave as if no value is set. Make sure to add all values a categorical slot should store to the domain. 2019-07-25 09:30:31 WARNING  rasa.core.slots - Categorical slot 'requested_slot' is set to a value ('equipement') that is not specified in the domain. Value will be ignored and the slot will behave as if no value is set. Make sure to add all values a categorical slot should store to the domain. 2019-07-25 09:30:31 WARNING  rasa.core.slots - Categorical slot 'requested_slot' is set to a value ('equipement') that is not specified in the domain. Value will be ignored and the slot will behave as if no value is set. Make sure to add all values a categorical slot should store to the domain. 2019-07-25 09:30:31 DEBUG  rasa.core.policies.memoization - Current tracker state [{'prev_my_form': 1.0, 'intent_intent_description': 1.0}, {'prev_action_listen': 1.0, 'intent_intent_description': 1.0}, {'prev_my_form': 1.0, 'intent_intent_description': 1.0}, {'prev_action_listen': 1.0, 'intent_intent_description': 1.0}, {'slot_nature_probleme_0': 1.0, 'entity_nature_probleme': 1.0, 'intent_intent_description': 1.0, 'prev_my_form': 1.0}] 2019-07-25 09:30:31 DEBUG  rasa.core.policies.memoization - There is no memorised next action 2019-07-25 09:30:31 WARNING  rasa.core.slots - Categorical slot 'requested_slot' is set to a value ('equipement') that is not specified in the domain. Value will be ignored and the slot will behave as if no value is set. Make sure to add all values a categorical slot should store to the domain. 2019-07-25 09:30:31 WARNING  rasa.core.slots - Categorical slot 'requested_slot' is set to a value ('equipement') that is not specified in the domain. Value will be ignored and the slot will behave as if no value is set. Make sure to add all values a categorical slot should store to the domain. 2019-07-25 09:30:31 WARNING  rasa.core.slots - Categorical slot 'requested_slot' is set to a value ('equipement') that is not specified in the domain. Value will be ignored and the slot will behave as if no value is set. Make sure to add all values a categorical slot should store to the domain. 2019-07-25 09:30:31 WARNING  rasa.core.slots - Categorical slot 'requested_slot' is set to a value ('equipement') that is not specified in the domain. Value will be ignored and the slot will behave as if no value is set. Make sure to add all values a categorical slot should store to the domain. 2019-07-25 09:30:31 WARNING  rasa.core.slots - Categorical slot 'requested_slot' is set to a value ('equipement') that is not specified in the domain. Value will be ignored and the slot will behave as if no value is set. Make sure to add all values a categorical slot should store to the domain. 2019-07-25 09:30:31 WARNING  rasa.core.slots - Categorical slot 'requested_slot' is set to a value ('equipement') that is not specified in the domain. Value will be ignored and the slot will behave as if no value is set. Make sure to add all values a categorical slot should store to the domain. 2019-07-25 09:30:31 DEBUG  rasa.core.policies.form_policy - There is an active form 'my_form' 2019-07-25 09:30:31 DEBUG  rasa.core.policies.ensemble - Predicted next action using policy_3_FormPolicy 2019-07-25 09:30:31 DEBUG  rasa.core.processor - Predicted next action 'my_form' with confidence 1.00. 2019-07-25 09:30:31 DEBUG  rasa.core.actions.action - Calling action endpoint to run action 'my_form'. 2019-07-25 09:30:31 DEBUG  rasa.core.processor - Action 'my_form' ended with events '['BotUttered(text: Veuillez me donner plus de précision à propos de votre fuite si vous en avez., data: {"elements": null, "quick_replies": null, "buttons": null, "attachment": null, "image": null, "custom": null}, metadata: {})', 'BotUttered(text: Quels objets ou équipements sont touchés?, data: {"elements": null, "quick_replies": null, "buttons": null, "attachment": null, "image": null, "custom": null}, metadata: {"Demande": null, "combien_de_temps": null, "contacts": null, "declancher_astreinte": null, "demande_technique": null, "demande_technique_incident_niveau_securiter": null, "demande_technique_logement_vide_date_heure": null, "description": null, "description_demande": null, "description_demande_technique": null, "equipement": null, "fuite_gaz_ancienne_instalation": null, "fuite_gaz_forte_consomation": null, "fuite_gaz_sentir_fort": null, "fuite_gros_degats": null, "fuite_tuyaux": null, "motif": null, "nature_probleme": ["fuite"], "requested_slot": "topic", "topic": "j\'ai une grosse fuite", "type_chaufferie": null, "type_fuite": null})', "SlotSet(key: topic, value: j'ai une grosse fuite)", 'SlotSet(key: demande_technique, value: None)', 'SlotSet(key: requested_slot, value: equipement)']' 2019-07-25 09:30:31 DEBUG  rasa.core.processor - Current slot values: Demande: None combien_de_temps: None contacts: None declancher_astreinte: None demande_technique: None demande_technique_incident_niveau_securiter: None demande_technique_logement_vide_date_heure: None description: None description_demande: None description_demande_technique: None equipement: None fuite_gaz_ancienne_instalation: None fuite_gaz_forte_consomation: None fuite_gaz_sentir_fort: None fuite_gros_degats: None fuite_tuyaux: None motif: None nature_probleme: ['fuite'] requested_slot: equipement topic: j'ai une grosse fuite type_chaufferie: None type_fuite: None 2019-07-25 09:30:31 WARNING  rasa.core.slots - Categorical slot 'requested_slot' is set to a value ('equipement') that is not specified in the domain. Value will be ignored and the slot will behave as if no value is set. Make sure to add all values a categorical slot should store to the domain. 2019-07-25 09:30:31 WARNING  rasa.core.slots - Categorical slot 'requested_slot' is set to a value ('equipement') that is not specified in the domain. Value will be ignored and the slot will behave as if no value is set. Make sure to add all values a categorical slot should store to the domain. 2019-07-25 09:30:31 WARNING  rasa.core.slots - Categorical slot 'requested_slot' is set to a value ('equipement') that is not specified in the domain. Value will be ignored and the slot will behave as if no value is set. Make sure to add all values a categorical slot should store to the domain. 2019-07-25 09:30:31 WARNING  rasa.core.slots - Categorical slot 'requested_slot' is set to a value ('equipement') that is not specified in the domain. Value will be ignored and the slot will behave as if no value is set. Make sure to add all values a categorical slot should store to the domain. 2019-07-25 09:30:31 WARNING  rasa.core.slots - Categorical slot 'requested_slot' is set to a value ('equipement') that is not specified in the domain. Value will be ignored and the slot will behave as if no value is set. Make sure to add all values a categorical slot should store to the domain. 2019-07-25 09:30:31 WARNING  rasa.core.slots - Categorical slot 'requested_slot' is set to a value ('equipement') that is not specified in the domain. Value will be ignored and the slot will behave as if no value is set. Make sure to add all values a categorical slot should store to the domain. 2019-07-25 09:30:31 DEBUG  rasa.core.policies.memoization - Current tracker state [{'prev_my_form': 1.0, 'intent_intent_description': 1.0}, {'prev_action_listen': 1.0, 'intent_intent_description': 1.0}, {'prev_my_form': 1.0, 'intent_intent_description': 1.0}, {'prev_action_listen': 1.0, 'intent_intent_description': 1.0}, {'slot_nature_probleme_0': 1.0, 'entity_nature_probleme': 1.0, 'intent_intent_description': 1.0, 'prev_my_form': 1.0}] 2019-07-25 09:30:31 DEBUG  rasa.core.policies.memoization - There is no memorised next action 2019-07-25 09:30:31 WARNING  rasa.core.slots - Categorical slot 'requested_slot' is set to a value ('equipement') that is not specified in the domain. Value will be ignored and the slot will behave as if no value is set. Make sure to add all values a categorical slot should store to the domain. 2019-07-25 09:30:31 WARNING  rasa.core.slots - Categorical slot 'requested_slot' is set to a value ('equipement') that is not specified in the domain. Value will be ignored and the slot will behave as if no value is set. Make sure to add all values a categorical slot should store to the domain. 2019-07-25 09:30:31 WARNING  rasa.core.slots - Categorical slot 'requested_slot' is set to a value ('equipement') that is not specified in the domain. Value will be ignored and the slot will behave as if no value is set. Make sure to add all values a categorical slot should store to the domain. 2019-07-25 09:30:31 WARNING  rasa.core.slots - Categorical slot 'requested_slot' is set to a value ('equipement') that is not specified in the domain. Value will be ignored and the slot will behave as if no value is set. Make sure to add all values a categorical slot should store to the domain. 2019-07-25 09:30:31 WARNING  rasa.core.slots - Categorical slot 'requested_slot' is set to a value ('equipement') that is not specified in the domain. Value will be ignored and the slot will behave as if no value is set. Make sure to add all values a categorical slot should store to the domain. 2019-07-25 09:30:31 WARNING  rasa.core.slots - Categorical slot 'requested_slot' is set to a value ('equipement') that is not specified in the domain. Value will be ignored and the slot will behave as if no value is set. Make sure to add all values a categorical slot should store to the domain. 2019-07-25 09:30:31 DEBUG  rasa.core.policies.mapping_policy - There is no mapped action for the predicted intent, 'intent_description'. 2019-07-25 09:30:31 DEBUG  rasa.core.policies.form_policy - There is an active form 'my_form' 2019-07-25 09:30:31 DEBUG  rasa.core.policies.ensemble - Predicted next action using policy_3_FormPolicy 2019-07-25 09:30:31 DEBUG  rasa.core.processor - Predicted next action 'action_listen' with confidence 1.00. 2019-07-25 09:30:31 DEBUG  rasa.core.processor - Action 'action_listen' ended with events '[]' 2019-07-25 09:30:31 DEBUG  rasa.core.tracker_store - Tracker with sender_id '2019-07-25 09:29:45.292930 673151172' stored to database 2019-07-25 09:30:31 DEBUG  rasa.core.agent - Deleted lock for conversation '2019-07-25 09:29:45.292930 673151172' (unused) make: *** [run_server] Interrompre