I changed the rasa_core_sdk to rasa_sdk. I believe my webpage is sending the information correctly because some days before I could speak until question 10. Then I added more questions and stopped working. I checked rasa shell and it keeps repeating answer 4.
These are the last logs before crashing when I using webpage and an example:
2019-07-05 09:28:48 INFO root - Starting Rasa Core server on http://localhost:8890
2019-07-05 09:28:48 INFO root - Enabling coroutine debugging. Loop id 80515416.
2019-07-05 09:28:48 DEBUG rasa.model - Extracted model to '/tmp/tmp9kca0hl7'.
2019-07-05 09:28:52 INFO rasa.nlu.components - Added 'SpacyNLP' to component cache. Key 'SpacyNLP-en'.
2019-07-05 09:28:52 DEBUG rasa.model - Extracted model to '/tmp/tmplrct6exf'.
2019-07-05 09:30:26 DEBUG rasa.core.agent - Created a new lock for conversation 'cea224a7-9801-4e9a-b5e9-6d858bb641da'
2019-07-05 09:30:26 DEBUG rasa.core.tracker_store - Creating a new tracker for id 'cea224a7-9801-4e9a-b5e9-6d858bb641da'.
2019-07-05 09:30:26 DEBUG rasa.core.processor - Received user message 'hi' with intent '{'name': 'greet', 'confidence': 0.9277166001716511}' and entities '[]'
2019-07-05 09:30:26 DEBUG rasa.core.processor - Logged UserUtterance - tracker now has 2 events
2019-07-05 09:30:26 DEBUG rasa.core.policies.memoization - Current tracker state [None, None, None, None, {}, {'prev_action_listen': 1.0, 'intent_greet': 1.0}]
2019-07-05 09:30:26 DEBUG rasa.core.policies.memoization - There is a memorised next action '43'
2019-07-05 09:30:26 DEBUG rasa.core.policies.fallback - NLU confidence threshold met, confidence of fallback action set to core threshold (0.3).
2019-07-05 09:30:26 DEBUG rasa.core.policies.ensemble - Predicted next action using policy_0_MemoizationPolicy
2019-07-05 09:30:26 DEBUG rasa.core.processor - Predicted next action 'utter_greet' with confidence 1.00.
2019-07-05 09:30:26 DEBUG rasa.core.processor - Action 'utter_greet' ended with events '['BotUttered(text: Hey! I would like to ask you some questions!Are you ready?, data: {"elements": null, "quick_replies": null, "buttons": [{"payload": "/affirm{\\"affirm\\": \\"yes\\"}", "title": "Yes"}, {"payload": "/deny{\\"deny\\": \\"no\\"}", "title": "No"}], "attachment": null, "image": null, "custom": null}, metadata: {})']'
2019-07-05 09:30:26 DEBUG rasa.core.policies.memoization - Current tracker state [None, None, None, {}, {'prev_action_listen': 1.0, 'intent_greet': 1.0}, {'intent_greet': 1.0, 'prev_utter_greet': 1.0}]
2019-07-05 09:30:26 DEBUG rasa.core.policies.memoization - There is a memorised next action '0'
2019-07-05 09:30:26 DEBUG rasa.core.policies.fallback - NLU confidence threshold met, confidence of fallback action set to core threshold (0.3).
2019-07-05 09:30:26 DEBUG rasa.core.policies.ensemble - Predicted next action using policy_0_MemoizationPolicy
2019-07-05 09:30:26 DEBUG rasa.core.processor - Predicted next action 'action_listen' with confidence 1.00.
2019-07-05 09:30:26 DEBUG rasa.core.processor - Action 'action_listen' ended with events '[]'
2019-07-05 09:30:26 DEBUG rasa.core.agent - Deleted lock for conversation 'cea224a7-9801-4e9a-b5e9-6d858bb641da' (unused)
2019-07-05 09:30:28 DEBUG rasa.core.agent - Created a new lock for conversation 'cea224a7-9801-4e9a-b5e9-6d858bb641da'
2019-07-05 09:30:28 DEBUG rasa.core.tracker_store - Recreating tracker for id 'cea224a7-9801-4e9a-b5e9-6d858bb641da'
2019-07-05 09:30:28 DEBUG rasa.core.processor - Received user message 'Yes' with intent '{'name': 'affirm', 'confidence': 0.9076192753443898}' and entities '[]'
2019-07-05 09:30:28 DEBUG rasa.core.processor - Logged UserUtterance - tracker now has 6 events
2019-07-05 09:30:28 DEBUG rasa.core.policies.memoization - Current tracker state [None, None, {}, {'prev_action_listen': 1.0, 'intent_greet': 1.0}, {'intent_greet': 1.0, 'prev_utter_greet': 1.0}, {'prev_action_listen': 1.0, 'intent_affirm': 1.0}]
2019-07-05 09:30:28 DEBUG rasa.core.policies.memoization - There is no memorised next action
2019-07-05 09:30:28 DEBUG rasa.core.policies.fallback - NLU confidence threshold met, confidence of fallback action set to core threshold (0.3).
2019-07-05 09:30:28 DEBUG rasa.core.policies.ensemble - Predicted next action using policy_1_KerasPolicy
2019-07-05 09:30:28 DEBUG rasa.core.processor - Predicted next action 'utter_question1' with confidence 0.42.
2019-07-05 09:30:28 DEBUG rasa.core.processor - Action 'utter_question1' ended with events '['BotUttered(text: Do you have any trouble doing strenuous activities, like carrying a heavy shopping bag or suitcase?, data: {"elements": null, "quick_replies": null, "buttons": [{"payload": "/ask_question{\\"answer\\": \\"not at all\\"}", "title": "Not at all"}, {"payload": "/ask_question{\\"answer\\": \\"a little\\"}", "title": "A little"}, {"payload": "/ask_question{\\"answer\\": \\"quite a bit\\"}", "title": "Quite a bit"}, {"payload": "/ask_question{\\"answer\\": \\"very much\\"}", "title": "Very much"}], "attachment": null, "image": null, "custom": null}, metadata: {})']'
2019-07-05 09:30:28 DEBUG rasa.core.policies.memoization - Current tracker state [None, {}, {'prev_action_listen': 1.0, 'intent_greet': 1.0}, {'intent_greet': 1.0, 'prev_utter_greet': 1.0}, {'prev_action_listen': 1.0, 'intent_affirm': 1.0}, {'prev_utter_question1': 1.0, 'intent_affirm': 1.0}]
2019-07-05 09:30:28 DEBUG rasa.core.policies.memoization - There is no memorised next action
2019-07-05 09:30:28 DEBUG rasa.core.policies.fallback - NLU confidence threshold met, confidence of fallback action set to core threshold (0.3).
2019-07-05 09:30:28 DEBUG rasa.core.policies.ensemble - Predicted next action using policy_1_KerasPolicy
2019-07-05 09:30:28 DEBUG rasa.core.processor - Predicted next action 'action_listen' with confidence 0.96.
2019-07-05 09:30:28 DEBUG rasa.core.processor - Action 'action_listen' ended with events '[]'
2019-07-05 09:30:28 DEBUG rasa.core.agent - Deleted lock for conversation 'cea224a7-9801-4e9a-b5e9-6d858bb641da' (unused)
2019-07-05 09:30:30 DEBUG rasa.core.agent - Created a new lock for conversation 'cea224a7-9801-4e9a-b5e9-6d858bb641da'
2019-07-05 09:30:30 DEBUG rasa.core.tracker_store - Recreating tracker for id 'cea224a7-9801-4e9a-b5e9-6d858bb641da'
2019-07-05 09:30:30 DEBUG rasa.core.processor - Received user message 'Not at all' with intent '{'name': 'ask_question', 'confidence': 0.9563834879370218}' and entities '[{'start': 0, 'end': 10, 'value': 'not at all', 'entity': 'answer', 'confidence': 0.9958939689555446, 'extractor': 'CRFEntityExtractor'}]'
2019-07-05 09:30:30 DEBUG rasa.core.processor - Current slot values:
affirm: None
answer: not at all
deny: None
response1: None
response10: None
response11: None
response12: None
response13: None
response14: None
response15: None
response16: None
response17: None
response18: None
response19: None
response2: None
response20: None
response21: None
response22: None
response23: None
response24: None
response25: None
response26: None
response27: None
response28: None
response29: None
response3: None
response30: None
response4: None
response5: None
response6: None
response7: None
response8: None
response9: None
symptoms: None
2019-07-05 09:30:30 DEBUG rasa.core.processor - Logged UserUtterance - tracker now has 11 events
2019-07-05 09:30:30 DEBUG rasa.core.policies.memoization - Current tracker state [{}, {'prev_action_listen': 1.0, 'intent_greet': 1.0}, {'intent_greet': 1.0, 'prev_utter_greet': 1.0}, {'prev_action_listen': 1.0, 'intent_affirm': 1.0}, {'prev_utter_question1': 1.0, 'intent_affirm': 1.0}, {'prev_action_listen': 1.0, 'slot_answer_0': 1.0, 'intent_ask_question': 1.0, 'entity_answer': 1.0}]
2019-07-05 09:30:30 DEBUG rasa.core.policies.memoization - There is no memorised next action
2019-07-05 09:30:30 DEBUG rasa.core.policies.fallback - NLU confidence threshold met, confidence of fallback action set to core threshold (0.3).
2019-07-05 09:30:30 DEBUG rasa.core.policies.ensemble - Predicted next action using policy_1_KerasPolicy
2019-07-05 09:30:30 DEBUG rasa.core.processor - Predicted next action 'action_store_response2' with confidence 0.61.
2019-07-05 09:30:30 DEBUG rasa.core.actions.action - Calling action endpoint to run action 'action_store_response2'.
127.0.0.1 - - [2019-07-05 09:30:30] "POST /webhook HTTP/1.1" 200 273 0.005297
2019-07-05 09:30:30 DEBUG rasa.core.processor - Action 'action_store_response2' ended with events '['BotUttered(text: Do you have any trouble taking a SHORT walk?, data: {"elements": null, "quick_replies": null, "buttons": [{"payload": "/ask_question{\\"answer\\": \\"not at all\\"}", "title": "Not at all"}, {"payload": "/ask_question{\\"answer\\": \\"a little\\"}", "title": "A little"}, {"payload": "/ask_question{\\"answer\\": \\"quite a bit\\"}", "title": "Quite a bit"}, {"payload": "/ask_question{\\"answer\\": \\"very much\\"}", "title": "Very much"}], "attachment": null, "image": null, "custom": null}, metadata: {})', 'SlotSet(key: response2, value: not at all)']'
2019-07-05 09:30:30 DEBUG rasa.core.processor - Current slot values:
affirm: None
answer: not at all
deny: None
response1: None
response10: None
response11: None
response12: None
response13: None
response14: None
response15: None
response16: None
response17: None
response18: None
response19: None
response2: not at all
response20: None
response21: None
response22: None
response23: None
response24: None
response25: None
response26: None
response27: None
response28: None
response29: None
response3: None
response30: None
response4: None
response5: None
response6: None
response7: None
response8: None
response9: None
symptoms: None
2019-07-05 09:30:30 DEBUG rasa.core.policies.memoization - Current tracker state [{'prev_action_listen': 1.0, 'intent_greet': 1.0}, {'intent_greet': 1.0, 'prev_utter_greet': 1.0}, {'prev_action_listen': 1.0, 'intent_affirm': 1.0}, {'prev_utter_question1': 1.0, 'intent_affirm': 1.0}, {'prev_action_listen': 1.0, 'slot_answer_0': 1.0, 'intent_ask_question': 1.0, 'entity_answer': 1.0}, {'slot_answer_0': 1.0, 'prev_action_store_response2': 1.0, 'intent_ask_question': 1.0, 'slot_response2_0': 1.0, 'entity_answer': 1.0}]
2019-07-05 09:30:30 DEBUG rasa.core.policies.memoization - There is no memorised next action
2019-07-05 09:30:30 DEBUG rasa.core.policies.fallback - NLU confidence threshold met, confidence of fallback action set to core threshold (0.3).
2019-07-05 09:30:30 DEBUG rasa.core.policies.ensemble - Predicted next action using policy_1_KerasPolicy
2019-07-05 09:30:30 DEBUG rasa.core.processor - Predicted next action 'action_listen' with confidence 0.96.
2019-07-05 09:30:30 DEBUG rasa.core.processor - Action 'action_listen' ended with events '[]'
2019-07-05 09:30:30 DEBUG rasa.core.agent - Deleted lock for conversation 'cea224a7-9801-4e9a-b5e9-6d858bb641da' (unused)
2019-07-05 09:30:32 DEBUG rasa.core.agent - Created a new lock for conversation 'cea224a7-9801-4e9a-b5e9-6d858bb641da'
2019-07-05 09:30:32 DEBUG rasa.core.tracker_store - Recreating tracker for id 'cea224a7-9801-4e9a-b5e9-6d858bb641da'
2019-07-05 09:30:32 DEBUG rasa.core.processor - Received user message 'Not at all' with intent '{'name': 'ask_question', 'confidence': 0.9563834879370218}' and entities '[{'start': 0, 'end': 10, 'value': 'not at all', 'entity': 'answer', 'confidence': 0.9958939689555446, 'extractor': 'CRFEntityExtractor'}]'
2019-07-05 09:30:32 DEBUG rasa.core.processor - Current slot values:
affirm: None
answer: not at all
deny: None
response1: None
response10: None
response11: None
response12: None
response13: None
response14: None
response15: None
response16: None
response17: None
response18: None
response19: None
response2: not at all
response20: None
response21: None
response22: None
response23: None
response24: None
response25: None
response26: None
response27: None
response28: None
response29: None
response3: None
response30: None
response4: None
response5: None
response6: None
response7: None
response8: None
response9: None
symptoms: None
2019-07-05 09:30:32 DEBUG rasa.core.processor - Logged UserUtterance - tracker now has 17 events
2019-07-05 09:30:32 DEBUG rasa.core.policies.memoization - Current tracker state [{'intent_greet': 1.0, 'prev_utter_greet': 1.0}, {'prev_action_listen': 1.0, 'intent_affirm': 1.0}, {'prev_utter_question1': 1.0, 'intent_affirm': 1.0}, {'prev_action_listen': 1.0, 'slot_answer_0': 1.0, 'intent_ask_question': 1.0, 'entity_answer': 1.0}, {'slot_answer_0': 1.0, 'prev_action_store_response2': 1.0, 'intent_ask_question': 1.0, 'slot_response2_0': 1.0, 'entity_answer': 1.0}, {'prev_action_listen': 1.0, 'slot_answer_0': 1.0, 'intent_ask_question': 1.0, 'slot_response2_0': 1.0, 'entity_answer': 1.0}]
2019-07-05 09:30:32 DEBUG rasa.core.policies.memoization - There is no memorised next action
2019-07-05 09:30:32 DEBUG rasa.core.policies.fallback - NLU confidence threshold met, confidence of fallback action set to core threshold (0.3).
2019-07-05 09:30:32 DEBUG rasa.core.policies.ensemble - Predicted next action using policy_2_FallbackPolicy
2019-07-05 09:30:32 DEBUG rasa.core.processor - Predicted next action 'action_default_fallback' with confidence 0.30.
2019-07-05 09:30:32 DEBUG rasa.core.processor - Action 'action_default_fallback' ended with events '['UserUtteranceReverted()']'
2019-07-05 09:30:32 DEBUG rasa.core.processor - Current slot values:
affirm: None
answer: not at all
deny: None
response1: None
response10: None
response11: None
response12: None
response13: None
response14: None
response15: None
response16: None
response17: None
response18: None
response19: None
response2: not at all
response20: None
response21: None
response22: None
response23: None
response24: None
response25: None
response26: None
response27: None
response28: None
response29: None
response3: None
response30: None
response4: None
response5: None
response6: None
response7: None
response8: None
response9: None
symptoms: None
2019-07-05 09:30:32 DEBUG rasa.core.policies.memoization - Current tracker state [{'prev_action_listen': 1.0, 'intent_greet': 1.0}, {'intent_greet': 1.0, 'prev_utter_greet': 1.0}, {'prev_action_listen': 1.0, 'intent_affirm': 1.0}, {'prev_utter_question1': 1.0, 'intent_affirm': 1.0}, {'prev_action_listen': 1.0, 'slot_answer_0': 1.0, 'intent_ask_question': 1.0, 'entity_answer': 1.0}, {'slot_answer_0': 1.0, 'prev_action_store_response2': 1.0, 'intent_ask_question': 1.0, 'slot_response2_0': 1.0, 'entity_answer': 1.0}]
2019-07-05 09:30:32 DEBUG rasa.core.policies.memoization - There is no memorised next action
2019-07-05 09:30:32 DEBUG rasa.core.policies.fallback - NLU confidence threshold met, confidence of fallback action set to core threshold (0.3).
2019-07-05 09:30:32 DEBUG rasa.core.policies.ensemble - Predicted next action using policy_1_KerasPolicy
2019-07-05 09:30:32 DEBUG rasa.core.processor - Predicted next action 'action_listen' with confidence 0.96.
2019-07-05 09:30:32 DEBUG rasa.core.processor - Action 'action_listen' ended with events '[]'
2019-07-05 09:30:32 DEBUG rasa.core.agent - Deleted lock for conversation 'cea224a7-9801-4e9a-b5e9-6d858bb641da' (unused)
thank you