Hey,
I struggle to find out with rasa as the homepage is really not good for beginners. The rasa hompegae in version 1 I think without the rasa action servers was WAY more better as it has examples how to use everything. Now you have nothing and the homepage just tells you about the commands like rasa train and init… (roughly). But this makes it very intransparent, although because up to now nothing worked (via a arasa webchat or via a shell like the example below).
Is it only possible to use custom action via an action server? Also for command line shell?
How would I test this example on shell?
As I get:
2021-03-16 15:02:20 ERROR rasa.core.actions.action - Failed to run custom action ‘action_tell_id’. Couldn’t connect to the server at ‘http://localhost:5055/webhook’. Is the server running? Error: Cannot connect to host localhost:5055 ssl:default [Connect call failed (‘127.0.0.1’, 5055)]
2021-03-16 15:02:20 ERROR rasa.core.processor - Encountered an exception while running action ‘action_tell_id’.Bot will continue, but the actions events are lost. Please check the logs of your action server for more information.
it seems I have to start another console as an action server for shell?