RasaHQ / rasa-demo

:tiger: Sara - the Rasa Demo Bot: An example of a contextual AI assistant built with the open source Rasa Stack
GNU General Public License v3.0
959 stars 793 forks source link

error occurs when rasa trian #553

Open wj-Mcat opened 4 years ago

wj-Mcat commented 4 years ago

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

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 🤗