Action listen ended with events []

I am trying to run weatherbot collected from Github- ramaswamy. Not usin apixu and modified actions.py as per weatherstack.com. Unable to get data from weatherstack.com

rasa==1.1.8 rasa==1.11

My Error: Hello! How can I help? Your input -> Whats the weather at Berlin?
2020-01-13 15:20:06 DEBUG rasa.core.agent - Created a new lock for conversation ‘default’ 2020-01-13 15:20:06 DEBUG rasa.core.tracker_store - Recreating tracker for id ‘default’ 2020-01-13 15:20:06 DEBUG rasa.core.processor - Received user message ‘Whats the weather at Berlin?’ with intent ‘{‘name’: ‘inform’, ‘confidence’: 0.9596874091858658}’ and entities ‘[]’ 2020-01-13 15:20:06 DEBUG rasa.core.processor - Logged UserUtterance - tracker now has 6 events 2020-01-13 15:20:06 DEBUG rasa.core.policies.memoization - Current tracker state [None, {}, {‘intent_greet’: 1.0, ‘prev_action_listen’: 1.0}, {‘intent_greet’: 1.0, ‘prev_utter_greet’: 1.0}, {‘intent_inform’: 1.0, ‘prev_action_listen’: 1.0}] 2020-01-13 15:20:06 DEBUG rasa.core.policies.memoization - There is a memorised next action ‘9’ 2020-01-13 15:20:06 DEBUG rasa.core.policies.ensemble - Predicted next action using policy_0_MemoizationPolicy 2020-01-13 15:20:06 DEBUG rasa.core.processor - Predicted next action ‘utter_ask_location’ with confidence 1.00. 2020-01-13 15:20:06 DEBUG rasa.core.processor - Action ‘utter_ask_location’ ended with events ‘[‘BotUttered(text: In what location?, data: {“elements”: null, “quick_replies”: null, “buttons”: null, “attachment”: null, “image”: null, “custom”: null}, metadata: {})’]’ 2020-01-13 15:20:06 DEBUG rasa.core.policies.memoization - Current tracker state [{}, {‘intent_greet’: 1.0, ‘prev_action_listen’: 1.0}, {‘intent_greet’: 1.0, ‘prev_utter_greet’: 1.0}, {‘intent_inform’: 1.0, ‘prev_action_listen’: 1.0}, {‘intent_inform’: 1.0, ‘prev_utter_ask_location’: 1.0}] 2020-01-13 15:20:06 DEBUG rasa.core.policies.memoization - There is a memorised next action ‘0’ 2020-01-13 15:20:06 DEBUG rasa.core.policies.mapping_policy - There is no mapped action for the predicted intent, ‘inform’. 2020-01-13 15:20:06 DEBUG rasa.core.policies.ensemble - Predicted next action using policy_0_MemoizationPolicy 2020-01-13 15:20:06 DEBUG rasa.core.processor - Predicted next action ‘action_listen’ with confidence 1.00. 2020-01-13 15:20:06 DEBUG rasa.core.processor - Action ‘action_listen’ ended with events ‘[]’ 2020-01-13 15:20:06 DEBUG rasa.core.agent - Deleted lock for conversation ‘default’ (unused) In what location? Your input -> Berlin

Hey @Aryabhat1, i’m not sure I understand the question - are you getting an error somewhere?

Hi Akelad, The error I get is that I always get response for a ‘Nonette’ city.

It is currently [‘Clear’] in Nonette at the moment. The temperature is 4 degrees, the humidity is 81% and the wind speed is 0 mph. Your input -> /stop This output does not change for any other city that I try for. Let me know what other info I should give.

I think from the logs you posted earlier it seems like your entities might not be defined correctly. “Berlin” doesn’t get extracted for example. Do you have entity examples in your training data?