I couldn't use the rasa-sdk Action Server

I have been trying to use rasa-sdk action server to use some custom actions but I’ve been getting this error.

  • Exception occurred while handling uri: 'http://localhost:5055/'
    
  • Traceback (most recent call last):
    
  •   File "d:\anaconda\envs\chatbot\lib\site-packages\sanic\app.py", line 940, in handle_request
    
  •     handler, args, kwargs, uri, name = self.router.get(request)
    
  •   File "d:\anaconda\envs\chatbot\lib\site-packages\sanic\router.py", line 411, in get
    
  •     return self._get(request.path, request.method, "")
    
  •   File "d:\anaconda\envs\chatbot\lib\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/'
    
  • Traceback (most recent call last):
    
  •   File "d:\anaconda\envs\chatbot\lib\site-packages\sanic\app.py", line 940, in handle_request
    
  •     handler, args, kwargs, uri, name = self.router.get(request)
    
  •   File "d:\anaconda\envs\chatbot\lib\site-packages\sanic\router.py", line 411, in get
    
  •     return self._get(request.path, request.method, "")
    
  •   File "d:\anaconda\envs\chatbot\lib\site-packages\sanic\router.py", line 475, in _get
    
  •     raise NotFound("Requested URL {} not found".format(url))
    
  • sanic.exceptions.NotFound: Requested URL / not found