Hi, I can run the rasa x in local machine, however, when I link to rasa x server, it doesn’t work. After I say hi, only the loading icon showed but no response is given. Can anyone let me know where can I check the error status or how to fix it?
I am new to rasa. It may be a very simple question, I did some research but still can’t fix it yet…
Attaching to rasa_app_1
app_1 | 2020-07-30 06:10:55 INFO rasa_sdk.endpoint - Starting action endpoint server...
app_1 | 2020-07-30 06:10:56 INFO rasa_sdk.executor - Registered function for 'action_create_event'
.
app_1 | 2020-07-30 06:10:56 INFO rasa_sdk.executor - Registered function for 'action_route_plan'.
app_1 | 2020-07-30 06:10:56 INFO rasa_sdk.executor - Registered function for 'action_suggest'.
app_1 | 2020-07-30 06:10:56 INFO rasa_sdk.executor - Registered function for 'action_get_weather'.
app_1 | 2020-07-30 06:10:56 INFO rasa_sdk.executor - Registered function for 'action_weather_repor
t'.
app_1 | 2020-07-30 06:10:56 INFO rasa_sdk.executor - Registered function for 'event_form'.
app_1 | 2020-07-30 06:10:56 INFO rasa_sdk.endpoint - Action endpoint is up and running on http://l
ocalhost:5055
may I ask how to run rasa actions run on rasa x ?
it seems that the action was not turn on??
the situation now is the form was not executed:
When I typed sudo docker-compose up -d , the bot was not run correctly. Bot recognized the “form” but jumped to utter_slots_value without asked any questions.
I fixed it by typing sudo docker-compose up , then it works now.
However, I am facing another problem, which is DucklingHTTPExtractor cannot identify DateTime correctly on rasa x. when I was using rasa shell or rasa x locally, I typed " tmr at 3pm", it can identify it as {“time”:“2020-7-31T19:00:00…”} but on rasa x server, it identified as {“time”:“tmr at 3pm”}