Can't Get my Custom Action to Work

Thanks to reply me @Varela, My actual problem is, the actions execution doesn’t complete… Could tell me you RASA version and other libraries versions that helpful to me me…

It looks like it doesn’t complete but that’s it, nothing else will appear. After you get those two lines you need to open a new window and in the same directory run rasa shell without closing this window. Then in the new window you can use the bot without any problem. Did you already try running these two windows at a time? I am using the last version but in my case it was just about not knowing the way to run the bot.

1 Like

You might want to try rasa run actions --actions action -vv and see what went wrong. This will take you into debug mode and try go thru your custom actions along the way, see how your intended happy or unhappy path behave.

Hope this helps!

Hey, @JulianGerhard can you please help me with custom actions. Actually when I train everything goes well but the rasa is not catching the proper response. Commands which are given in rasa docs, I’m using that only so there is not an issue with commands and the terminal. Please check the files and the screenshot for the reference

actions.py (1.1 KB) domain.yml (686 Bytes) nlu.md (1.9 KB) stories.md (95 Bytes)

Hi @nitz,

I just used your files and trained them with Rasa 1.7.2 - everything works fine. I uploaded a archive file with my setup. I suggest, that you start your bot and your actions with:

rasa run actions -vv

rasa run -vv -m models

to get more verbose output. I assume that the probem resides in your action’s code. If so, Rasa would tell you via command line.

Can you please confirm this?

Regards
Julian

rasa_test_bot.rar (3.3 MB)

Ok sure will chek it out thx

hey @JulianGerhard I test out with my action.py and i guess my code is correct cat u just send me the stories.md file cauz it is not waiting for the user response which we will user for databse quesies.Please check this out & i had uploaded all the files above only

Hi @JulianGerhard can you please solve this issue as no one knows exactly whats the error: Rasa x " Failed to install frontend dependencies. Check logs for details. " thank you.

Is this issue resolved? I am facing this too.