Weatherbot_Tutorial
Weatherbot_Tutorial copied to clipboard
Encountered an exception while running action 'action_weather'
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.
Same exception I have, because of that the chatbot does not run in the slack.
@vinayak-sg I am working to fix this problem, I will come with an update.
Thank you
On Sun, Jul 21, 2019 at 5:17 PM Mihail Butnaru [email protected] wrote:
@vinayak-sg https://github.com/vinayak-sg I am working to fix this problem, I will come with an update.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/JustinaPetr/Weatherbot_Tutorial/issues/94?email_source=notifications&email_token=ALB7IF2CVO6EDSWZ4QJ6AWDQARED7A5CNFSM4H6ZE5RKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2OBTZY#issuecomment-513546727, or mute the thread https://github.com/notifications/unsubscribe-auth/ALB7IF5EGBNYYXRCVIXBMU3QARED7ANCNFSM4H6ZE5RA .
I am having the same error. Did anyone come up with a solution?
change current = client.getcurrent(q=loc) to current = client.current(q=loc)