# Why costum actions are not working - Rasa Core

**URL:** https://forum.rasa.com/t/why-costum-actions-are-not-working-rasa-core/4778
**Category:** Rasa Open Source
**Created:** [January 30, 2019, 2:00pm UTC](https://forum.rasa.com/t/why-costum-actions-are-not-working-rasa-core/4778 "2019-01-30T14:00:55Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![navod](https://avatars.discourse-cdn.com/v4/letter/n/977dab/32.png) [@navod](https://forum.rasa.com/u/navod)
#### Post date: [April 3, 2020, 3:20pm UTC](https://forum.rasa.com/t/why-costum-actions-are-not-working-rasa-core/4778/2 "2020-04-03T15:20:48Z")

</div>

@ness you must have your actions.py and then run the two lines on different command lines. Open command prompt from your project directory and run following 2 commands.

1 python -m rasa\_core\_sdk.endpoint --actions actions

2 python -m rasa\_core.run -d models/dialogue -u models/nlu --endpoints endpoints.yml

---

_[View the full topic](https://forum.rasa.com/t/why-costum-actions-are-not-working-rasa-core/4778)._
