Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Encountered an exception while running action 'action_weather' #94

Open
yesgvinayak opened this issue Jul 8, 2019 · 5 comments
Open

Comments

@yesgvinayak
Copy link

ERROR:rasa_core.actions.action:Failed to run custom action 'action_weather'. Action server responded with a non 200 status code of 500. Make sure your action server properly runs actions and returns a 200 once the action is executed. Error: 500 Server Error: INTERNAL SERVER ERROR for url: http://localhost:5055/webhook
ERROR:rasa_core.processor:Encountered an exception while running action 'action_weather'. Bot will continue, but the actions events are lost. Make sure to fix the exception in your custom code.

@MihailButnaru
Copy link

Same exception I have, because of that the chatbot does not run in the slack.

@MihailButnaru
Copy link

@vinayak-sg I am working to fix this problem, I will come with an update.

@yesgvinayak
Copy link
Author

yesgvinayak commented Jul 29, 2019 via email

@rpjayasekara
Copy link

I am having the same error. Did anyone come up with a solution?

@ashishAapna
Copy link

change current = client.getcurrent(q=loc) to
current = client.current(q=loc)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants