Weatherbot_Tutorial icon indicating copy to clipboard operation
Weatherbot_Tutorial copied to clipboard

Encountered an exception while running action 'action_weather'

Open yesgvinayak opened this issue 5 years ago • 5 comments

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.

yesgvinayak avatar Jul 08 '19 08:07 yesgvinayak

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

MihailButnaru avatar Jul 20 '19 21:07 MihailButnaru

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

MihailButnaru avatar Jul 21 '19 11:07 MihailButnaru

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 .

yesgvinayak avatar Jul 29 '19 05:07 yesgvinayak

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

rpjayasekara avatar Oct 31 '19 11:10 rpjayasekara

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

ashishAapna avatar Apr 20 '21 08:04 ashishAapna