Hi Souvik,
There are no errors in the logs.
Below are the logs:
Bot loaded. Type a message and press enter (use '/stop' to exit):
hi
2018-11-23 12:29:37 DEBUG rasa_core.tracker_store - Creating a new tracker for id 'default'.
2018-11-23 12:29:37 WARNING py.warnings - C:\Program Files\Python36\lib\site-packages\sklearn\preprocessing\label.py:151: DeprecationWarning: The truth value of an empty array is ambiguous. Returning False, but in future this will result in an error. Use `array.size > 0` to check that an array is not empty.
if diff:
2018-11-23 12:29:37 DEBUG rasa_core.processor - Received user message ‘hi’ with intent ‘{‘name’: ‘greet’, ‘confidence’: 0.9904502504823246}’ and entities ‘[]’
2018-11-23 12:29:37 DEBUG rasa_core.processor - Logged UserUtterance - tracker now has 2 events
2018-11-23 12:29:37 DEBUG rasa_core.processor - Current slot values:
cuisine: None
info: None
location: None
matches: None
people: None
price: None
2018-11-23 12:29:37 DEBUG rasa_core.policies.memoization - Current tracker state [None, {}, {‘intent_greet’: 1.0, ‘prev_action_listen’: 1.0}]
2018-11-23 12:29:37 DEBUG rasa_core.policies.memoization - There is a memorised next action ‘10’
2018-11-23 12:29:37 DEBUG rasa_core.policies.ensemble - Predicted next action using policy_0_MemoizationPolicy
2018-11-23 12:29:37 DEBUG rasa_core.processor - Predicted next action ‘utter_ask_howcanhelp’ with prob 1.00.
2018-11-23 12:29:37 DEBUG rasa_core.processor - Action ‘utter_ask_howcanhelp’ ended with events ‘[]’
2018-11-23 12:29:37 DEBUG rasa_core.processorhow can I help you? - Bot utterance ‘BotUttered(text: how can I help you?, data: {
“elements”: null,
“buttons”: null,
“attachment”: null
})’
2018-11-23 12:29:37 DEBUG rasa_core.policies.memoization - Current tracker state [{}, {‘intent_greet’: 1.0, ‘prev_action_listen’: 1.0}, {‘intent_greet’: 1.0, ‘prev_utter_ask_howcanhelp’: 1.0}]
2018-11-23 12:29:37 DEBUG rasa_core.policies.memoization - There is a memorised next action ‘0’
2018-11-23 12:29:37 DEBUG rasa_core.policies.ensemble - Predicted next action using policy_0_MemoizationPolicy
2018-11-23 12:29:37 DEBUG rasa_core.processor - Predicted next action ‘action_listen’ with prob 1.00.
2018-11-23 12:29:37 DEBUG rasa_core.processor - Action ‘action_listen’ ended with events ‘[]’
127.0.0.1 - - [2018-11-23 12:29:37] “POST /webhooks/rest/webhook?stream=true&token= HTTP/1.1” 200 187 0.288016
i want to search for a restaurant
2018-11-23 12:30:22 DEBUG rasa_core.tracker_store - Recreating tracker for id ‘default’
2018-11-23 12:30:22 WARNING py.warnings - C:\Program Files\Python36\lib\site-packages\sklearn\preprocessing\label.py:151: DeprecationWarning: The truth value of an empty array is ambiguous. Returning False, but in future this will result in an error. Use array.size > 0
to check that an array is not empty.
if diff:
2018-11-23 12:30:22 DEBUG rasa_core.processor - Received user message ‘i want to search for a restaurant’ with intent ‘{‘name’: ‘inform’, ‘confidence’: 0.9621039329920208}’ and entities ‘[]’
2018-11-23 12:30:22 DEBUG rasa_core.processor - Logged UserUtterance - tracker now has 6 events
2018-11-23 12:30:22 DEBUG rasa_core.processor - Current slot values:
cuisine: None
info: None
location: None
matches: None
people: None
price: None
2018-11-23 12:30:22 DEBUG rasa_core.policies.memoization - Current tracker state [{‘intent_greet’: 1.0, ‘prev_action_listen’: 1.0}, {‘intent_greet’: 1.0, ‘prev_utter_ask_howcanhelp’: 1.0}, {‘intent_inform’: 1.0, ‘prev_action_listen’: 1.0}]
2018-11-23 12:30:22 DEBUG rasa_core.policies.memoization - There is no memorised next action
2018-11-23 12:30:22 DEBUG rasa_core.policies.ensemble - Predicted next action using policy_1_RestaurantPolicy
2018-11-23 12:30:22 DEBUG rasa_core.processor - Predicted next action ‘utter_on_it’ with prob 1.00.
2018-11-23 12:30:22 DEBUG rasa_core.processor - Action ‘utter_on_it’ ended with events ‘[]’
2018-11-23 12:30:22 I’m on itDEBUG
rasa_core.processor - Bot utterance ‘BotUttered(text: I’m on it, data: {
“elements”: null,
“buttons”: null,
“attachment”: null
})’
2018-11-23 12:30:22 DEBUG rasa_core.policies.memoization - Current tracker state [{‘intent_greet’: 1.0, ‘prev_utter_ask_howcanhelp’: 1.0}, {‘intent_inform’: 1.0, ‘prev_action_listen’: 1.0}, {‘intent_inform’: 1.0, ‘prev_utter_on_it’: 1.0}]
2018-11-23 12:30:22 DEBUG rasa_core.policies.memoization - There is no memorised next action
2018-11-23 12:30:22 DEBUG rasa_core.policies.ensemble - Predicted next action using policy_1_RestaurantPolicy
2018-11-23 12:30:22 DEBUG rasa_core.processor - Predicted next action ‘utter_ask_cuisine’ with prob 1.00.
2018-11-23 12:30:22 DEBUG rasa_core.processor - Action ‘utter_ask_cuisine’ ended with events ‘[]’
2018-11-23 12:30:22 DEBUG rasa_core.processor - Bot utterance ‘BotUttered(text: what kind of cuisine would you like?, data: {
“elements”: null,
“buttons”: null,
“attachment”: null
})’
2018-11-23 12:30:22 DEBUG rasa_core.policies.memoization - Current tracker state [{‘intent_inform’: 1.0, ‘prev_action_listen’: 1.0}, {‘intent_inform’: 1.0, ‘prev_utter_on_it’: 1.0}, {‘intent_inform’: 1.0, ‘prev_utter_ask_cuisine’: 1.0}]
2018-11-23 12:30:22 DEBUG rasa_core.policies.memoization - There is no memorised next action
2018-11-23 12:30:22 DEBUG rasa_core.policies.ensemble - Predicted next action using policy_1_RestaurantPolicy
2018-11-23 12:30:22 DEBUG rasa_core.processor - Predicted next action ‘utter_ask_cuisine’ with prob 0.99.
2018-11-23 12:30:22 DEBUG rasa_core.processor - Action ‘utter_ask_cuisine’ ended with events ‘[]’
2018-11-23 12:30:22 DEBUG rasa_core.processor - Bot utterance ‘BotUttered(text: what kind of cuisine would you like?, data: {
“elements”: null,
“buttons”: null,
“attachment”: null
})’
2018-11-23 12:30:22 DEBUG rasa_core.policies.memoization - Current tracker state [{‘intent_inform’: 1.0, ‘prev_utter_on_it’: 1.0}, {‘intent_inform’: 1.0, ‘prev_utter_ask_cuisine’: 1.0}, {‘intent_inform’: 1.0, ‘prev_utter_ask_cuisine’: 1.0}]
what kind of cuisine would you like?
what kind of cuisine would you like?
2018-11-23 12:30:22 DEBUG rasa_core.policies.memoization - There is no memorised next action
2018-11-23 12:30:22 DEBUG rasa_core.policies.ensemble - Predicted next action using policy_1_RestaurantPolicy
2018-11-23 12:30:22 DEBUG rasa_core.processor - Predicted next action ‘utter_ask_cuisine’ with prob 0.96.
2018-11-23 12:30:22 DEBUG rasa_core.processor - Action ‘utter_ask_cuisine’ ended with events ‘[]’
2018-11-23 12:30:22 what kind of cuisine would you like?DEBUG
rasa_core.processor - Bot utterance ‘BotUttered(text: what kind of cuisine would you like?, data: {
“elements”: null,
“buttons”: null,
“attachment”: null
})’
2018-11-23 12:30:22 DEBUG rasa_core.policies.memoization - Current tracker state [{‘intent_inform’: 1.0, ‘prev_utter_ask_cuisine’: 1.0}, {‘intent_inform’: 1.0, ‘prev_utter_ask_cuisine’: 1.0}, {‘intent_inform’: 1.0, ‘prev_utter_ask_cuisine’: 1.0}]
2018-11-23 12:30:22 DEBUG rasa_core.policies.memoization - There is no memorised next action
2018-11-23 12:30:22 DEBUG rasa_core.policies.ensemble - Predicted next action using policy_1_RestaurantPolicy
2018-11-23 12:30:22 DEBUG rasa_core.processor - Predicted next action ‘action_listen’ with prob 0.86.
2018-11-23 12:30:22 DEBUG rasa_core.processor - Action ‘action_listen’ ended with events ‘[]’
127.0.0.1 - - [2018-11-23 12:30:22] “POST /webhooks/rest/webhook?stream=true&token= HTTP/1.1” 200 423 0.116007