rasa-demo icon indicating copy to clipboard operation
rasa-demo copied to clipboard

error occurs when rasa trian

Open wj-Mcat opened this issue 5 years ago • 1 comments

when I run the command: rasa run actions --actions actions.actions, the error occurs:

Exception occurred while handling uri: 'http://localhost:5055/'
Traceback (most recent call last):
  File "/Users/wujingwujing/miniconda3/envs/rasa/lib/python3.7/site-packages/sanic/app.py", line 940, in handle_request
    handler, args, kwargs, uri, name = self.router.get(request)
  File "/Users/wujingwujing/miniconda3/envs/rasa/lib/python3.7/site-packages/sanic/router.py", line 411, in get
    return self._get(request.path, request.method, "")
  File "/Users/wujingwujing/miniconda3/envs/rasa/lib/python3.7/site-packages/sanic/router.py", line 475, in _get
    raise NotFound("Requested URL {} not found".format(url))
sanic.exceptions.NotFound: Requested URL / not found

wj-Mcat avatar Jul 01 '20 08:07 wj-Mcat

Thanks for raising this issue, @rctatman will get back to you about it soon✨

Please also check out the docs and the forum in case your issue was raised there too 🤗

sara-tagger avatar Jul 01 '20 12:07 sara-tagger