Error while loading "rasa run actions"

Exception occurred while handling uri: ‘http://localhost:5055/’ Traceback (most recent call last): File “C:\Users\pradeep\AppData\Roaming\Python\Python37\site-packages\sanic\app.py”, line 940, in handle_request handler, args, kwargs, uri, name = self.router.get(request) File “C:\Users\pradeep\AppData\Roaming\Python\Python37\site-packages\sanic\router.py”, line 411, in get return self._get(request.path, request.method, “”) File “C:\Users\pradeep\AppData\Roaming\Python\Python37\site-packages\sanic\router.py”, line 475, in _get raise NotFound(“Requested URL {} not found”.format(url)) sanic.exceptions.NotFound: Requested URL / not found Exception occurred while handling uri: ‘http://localhost:5055/weebhook’ Traceback (most recent call last): File “C:\Users\pradeep\AppData\Roaming\Python\Python37\site-packages\sanic\app.py”, line 940, in handle_request handler, args, kwargs, uri, name = self.router.get(request) File “C:\Users\pradeep\AppData\Roaming\Python\Python37\site-packages\sanic\router.py”, line 411, in get return self._get(request.path, request.method, “”) File “C:\Users\pradeep\AppData\Roaming\Python\Python37\site-packages\sanic\router.py”, line 475, in _get raise NotFound(“Requested URL {} not found”.format(url)) sanic.exceptions.NotFound: Requested URL /weebhook not found

hey @pradeep, welcome to the community :slight_smile:

have you registered the actions endpoint in the endpoints.yml file as shown below:

action_endpoint:

 url: "http://localhost:5055/webhook" 

there’s spelling mistake of webhook

Yeah, it’s all-ready registered in the endpoints.yml file.

did you checked this?

yeah, Corrected the spelling.

But still the problem arises.

can you show me the error logs?

can you show you actions.py file.

actions.py (9.0 KB)

Have you started the Rasa server, can you show me the logs of rasa server?

I just configured all the necessary items in actions, config, domain, endpoints, nlu and stories.

Then ran “rasa train nlu”

followed by “rasa run actions” & “rasa shell”

and got this error.

Even i am facing the same issue, did u got ur it solved??? Please help

No. Still i’m facing the same issue.