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()>
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?
@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?
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?