Rasa run command not working

rasa run command is not working please kindly help me

/home/talha/Projects/blueNxt_newJoinerBot/venv/lib/python3.7/site
packages/tensorboard/compat/tensorflow_stub/dtypes.py:550: FutureWarning: Passing (type, 1) or 
'1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as 
(type, (1,)) / '(1,)type'.
np_resource = np.dtype([("resource", np.ubyte, 1)])
2019-10-13 17:11:11 INFO     root  - Starting Rasa server on http://localhost:5005
2019-10-13 17:11:14 INFO     absl  - Entry Point [tensor2tensor.envs.tic_tac_toe_env:TicTacToeEnv] 
registered with id [T2TEnv-TicTacToeEnv-v0]

no message on the terminal after this

By default there is no other message after that. Just if you send a request to the rasa server, it might log some more.

What exactly are you trying to do? What rasa version are you using?

I am using Rasa version 1.3.9

Thanks for the answer. Actually i got confused, In earlier version of rasa we were enable to see list of API to interact with it, Hence.

If you run rasa in debug mode, e.g. rasa run --debug, you will still get the list of endpoints available.

1 Like