JustinaPetr / Weatherbot_Tutorial

275 stars 446 forks source link

Failed running custom actions.py #101

Open OfficialVreesie opened 5 years ago

OfficialVreesie commented 5 years ago

Hi there, I am trying to run my custom actions.py using this command: rasa run --action /home/me/chatbot/actions.py

But that gives me the following error:

rasa run: error: invalid choice: '/home/me/chatbot/actions.py' (choose from 'actions')

What am I doing wrong?