JustinaPetr / Weatherbot_Tutorial

275 stars 448 forks source link

Encountered an exception while running action 'action_weather' #94

Open yesgvinayak opened 5 years ago

yesgvinayak commented 5 years ago

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 commented 4 years ago

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

MihailButnaru commented 4 years ago

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

yesgvinayak commented 4 years ago

Thank you

On Sun, Jul 21, 2019 at 5:17 PM Mihail Butnaru notifications@github.com 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 .

rpjayasekara commented 4 years ago

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

ashishAapna commented 3 years ago

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