JustinaPetr / Weatherbot_Tutorial

275 stars 447 forks source link

500 INTERNAL SERVER ERROR #22

Closed mikebitsoko closed 5 years ago

mikebitsoko commented 5 years ago

Ubuntu 18

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. ERROR:rasa_core.processor:500 Server Error: INTERNAL SERVER ERROR for url: http://localhost:5055/webhook Traceback (most recent call last): File "/usr/local/lib/python3.5/dist-packages/rasa_core/processor.py", line 324, in _run_action events = action.run(dispatcher, tracker, self.domain) File "/usr/local/lib/python3.5/dist-packages/rasa_core/actions/action.py", line 312, in run response.raise_for_status() File "/usr/local/lib/python3.5/dist-packages/requests/models.py", line 928, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 500 Server Error: INTERNAL SERVER ERROR for url: http://localhost:5055/webhook

mikebitsoko commented 5 years ago

-- Fixed

vigneshp826 commented 5 years ago

@mikebitsoko could you please explain the solution for this issue?

vigneshp826 commented 5 years ago

-- Fixed

Hey @mikebitsoko ,Please provide the solution which worked for you, it would be helpful for other users.

tarunmanchanda commented 5 years ago

Hey, can anybody please provide the solution to this problem? @mikebitsoko