All - Activity - Narayanan - Rasa Community Forum

Formbot ERROR part 2

because i am still facing the same problem

Alright post this. I get a listening on port message… should in open rasa run actions and rasa shell in separate tabs each…means do i have to open 3 command prompts each , 1 for duckling, one for actions and one for shell

Failed to connect to duckling http server. Make sure the duckling server is running and the proper host and port are set in the configuration. More information on how to run the server can be found on github: GitHub - facebook/duckling: Language, engine, and tooling for expressing, testing, and eval…

I am starting to lose confidence in the instructions so mentioned in your github page… can you please tell where I am going wrong with the implementation of formbot… I want to follow the same syntax flow that has been mentioned in the formbot to customize one of my own…In github: the instruction a…

Encountered an exception while running action 'tender_form'. Bot will continue, but the actions events are lost. Make sure to fix the exception in your custom code

2019-06-14 10:25:38 INFO rasa_sdk.endpoint - Starting action endpoint server… 2019-06-14 10:25:38 INFO rasa_sdk.executor - Registered function for ‘restaurant_form’. 2019-06-14 10:25:38 INFO rasa_sdk.endpoint - Action endpoint is up and running. on (‘0.0.0.0’, 5055)

there is no error in the action terminal though… But in the rasa shell in the aforementioned separate command prompt, when I type the statement with an intent and the intended entity, it gives me the same error.

suppose in the data nlu.md file , the entities have been mapped by a lookup table and , if suppose in the story.md… i want to include an intent with that particular entity being filled, will I have to create a separate line for each entity mentioned in the lookup table or the entity value will be a…

This problem is with regards to the formbot example in rasaHQ github page. I did the following steps. PFA folder

  1. rasa init --no-prompt this created certain files.
  2. updated the config file with formpolicy.
  3. Replaced the data, domain, and action file with that of the formbot, since docker is not available…

Still didn’t solve my problem…

My actions.py file actions.py (5.5 KB)