while running “rasa run actions & rasa shell” command ,I get struck here:
2019-11-08 11:45:34 INFO rasa_sdk.endpoint - Starting action endpoint server…
2019-11-08 11:45:34 INFO rasa_sdk.executor - Registered function for ‘action_joke’.
2019-11-08 11:45:34 INFO rasa_sdk.endpoint - Action endpoint is up and running on http (‘0.0.0.0’, 5055)
where as according the tutorial YouTube ,it should work fine.
I ran them in two different command prompts consecutively. Once “rasa run actions” command was working i.e action server was running, at that time I ran “rasa shell” command in another instance of command prompt.