Facing problem executing custom actions

Doesn’t work for me, i am using RASA X so i believe no separate commands to run in parallel:

You need to run the action server as a separate task. In the same folder as the actions.py file, execute rasa run actions.

Agree with @samscudder, if you are using Rasa. If you are at Rasa-X then you will not need to do this.

C:\Users\DEVENDER\anaconda3\envs\chatbotvenv\python.exe: Error while finding module specification for ‘rasa_core_sdk.endpoint’ (ModuleNotFoundError: No module named ‘rasa_core_sdk’)

Hi even i got the same error can you tell me how to solve it C:\Users\Syed Mohammed Bilal\anaconda3\envs\rasa_install_demo\python.exe: Error while finding module specification for ‘rasa_core_sdk.endpoint’ (ModuleNotFoundError: No module named ‘rasa_core_sdk’)

Hello all how are you people accesing actions file in rasax

i am using rasax using docker compose and not able to edit those files

1 Like

Hi I am facing this issue when I am running rasa x command. My bot is stop responding at a certain point.

Could you please help me to solve this issue?

thanks in advance

Hi can you share your actions.py file so that I can check

i have facing this issue

and my actions.py is

I’m executing the following commands

rasa run actions rasa run -m models --enable-api --cors “*”

Hi @ihsan292292 You need to run these two servers separately in the different terminal.

First terminal for Rasa: rasa run -m models --enable-api --cors "*"

Second terminal for Rasa Action server: rasa run actions