Problem with the formbot - Getting Started with Rasa / Tutorials, Resources & Videos - Rasa Community Forum
Problem with the formbot
This problem is with regards to the formbot example in rasaHQ github page. I did the following steps.
- rasa init --no-prompt
- this created certain files
- updated the config file with formpolicy
- Replaced the data, domain, and action file with that of the formbot, since docker is not available in my system
- did not update the endpoints and credentials file… maintained them as they were formed via the first command
- the data got trained without any errors
- But when I run rasa shell and type the statement which produces the intent request_restaurent it gives me the following error:
" Encountered an exception while running action ‘restaurant_form’. Bot will continue, but the actions events are lost. Make sure to fix the exception in your custom code"
Files:
- actions.py (4.6 KB)
- config.yml (301 Bytes)
- credentials.yml (658 Bytes)
- domain.yml (2.0 KB)
- endpoints.yml (1.3 KB)
and the data files are:
- nlu.md (8.4 KB)
- stories.md (4.2 KB)
Posts
Post by Narayanan on Jun 13, 2019
This problem is with regards to the formbot example in rasaHQ github page...
Post by erohmensing on Jun 13, 2019
Did you run the action server with rasa run actions in another terminal before running rasa shell? If so, is there an error in the action terminal?
Post by Narayanan on Jun 14, 2019
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.
Post by Narayanan on Jun 14, 2019
Failed to connect to duckling http server. Make sure the duckling server is running...
Post by Narayanan on Jun 14, 2019
I am starting to lose confidence in the instructions...
Post by erohmensing on Jun 14, 2019
@Narayanan the error is there, you are not running a duckling server...
Post by hassan18 on Sep 27, 2020
Hi, I am running the duckling server but still get the following error...