Rasa X 0.23.0 - Error in endpoints.yml

Hi there! I am trying to use rasa x to train my bot, but when I execute the command “rasa x” to run locally, I get the error detailed below. Can any one help me find out how to solve this?

UserWarning: Could not find endpoint file at path ‘endpoints.yml’: File ‘/app/endpoints.yml’ does not exist… f"Could not find endpoint file at path ‘{config.endpoints_path}’:\n{e}." OMP: Info #212: KMP_AFFINITY: decoding x2APIC ids. OMP: Info #210: KMP_AFFINITY: Affinity capable, using global cpuid leaf 11 info OMP: Info #154: KMP_AFFINITY: Initial OS proc set respected: 0-3 OMP: Info #156: KMP_AFFINITY: 4 available OS procs OMP: Info #157: KMP_AFFINITY: Uniform topology OMP: Info #179: KMP_AFFINITY: 1 packages x 2 cores/pkg x 2 threads/core (2 total cores) OMP: Info #214: KMP_AFFINITY: OS proc to physical thread map: OMP: Info #171: KMP_AFFINITY: OS proc 0 maps to package 0 core 0 thread 0 OMP: Info #171: KMP_AFFINITY: OS proc 2 maps to package 0 core 0 thread 1 OMP: Info #171: KMP_AFFINITY: OS proc 1 maps to package 0 core 1 thread 0 OMP: Info #171: KMP_AFFINITY: OS proc 3 maps to package 0 core 1 thread 1 OMP: Info #250: KMP_AFFINITY: pid 29227 tid 29227 thread 0 bound to OS proc set 0 2019-11-26 13:39:34 ERROR asyncio - Task exception was never retrieved future: <Task finished coro=<_track_async() done, defined at /home/joaon/anaconda3/envs/rasa-x/lib/python3.7/site-packages/rasax/community/metrics.py:112> exception=TimeoutError()>

I got same issue, while running action server:

actions

while running rasa x (0.23)

rasaxx

@Juste @erohmensing @Saladdin No response from custom action. is it bug? same code is working in rasa x=0.22 but not working in rasa x=0.23

The custom action response thing is a bug in rasa 1.5, we are looking it aleady!

As for the issue above, I believe it is unrelated to the UserWarning: Could not find endpoint file at path ‘endpoints.yml’: File ‘/app/endpoints.yml’ does not exist… f"Could not find endpoint file at path ‘{config.endpoints_path}’:\n{e}." This is a log that should not be there, but I believe the endpoints are actually found correctly. I have never seen the long OMP error you posted before. Was anything actually going wrong in 0.22?

1 Like

Hello!

The Rasa X 0.23.0 don’t work unlike 0.22.0. I’m still get the error: copy to interactive. Can anyone help me?

@joaopnascimento, the warning message should not be there - the endpoints.yml is found correctly. please ignore the warning for now - we’ll fix it in one of the next patch releases

Hi, I am also facing the same issue. I am not able to get the response from the custom actions. Please fix it asap. Thank you in advance. Can anyone please tell me the previous version of RASA, which is working for custom action responses?

Thanks, Now custom action is working in Rasa shell and interactive. But in Rasa x (0.23.1) custom action is not working.

hlthcare @erohmensing

1 Like

@samvatsar custom actions should work again in 1.5.1 of both rasa and rasa-sdk.

@ravikrcs can you tell me what’s wrong with the custom action? it seems to have correctly sent utter_did_that_help

custom actiom Response is not showing on rasa x and

this is my action server:

customactions

How do you define the custom action response that should be showing? That sanic log is normal, in fact on sdk 1.5.1 it shouldn’t show at all anymore. Are you sure you updated rasa-sdk as well as rasa?

Oh sorry, actually i was using sdk 1.5.0. After updating sdk 1.5.1 its working. Thank you

Awesome :rocket:

Thank you :slight_smile: