Widget config : <Widget initPayload={“/get_started”} socketUrl={“http://000.000.000.159:5005”} socketPath={“/socket.io/”} customData={{“language”: “en”}} title={“Demo Bot”} showMessageDate={true} />
Can you run rasa shell
in your project’s Terminal and show the output?
rasa shell response
Bot loaded. Type a message and press enter (use ‘/stop’ to exit):
Your input -> Hi
2020-04-09 13:39:45 ERROR rasa_addons.core.nlg.graphql - NLG web endpoint returned an invalid response: <urlopen error [Errno 111] Connection refused> utter_default
That’s peculiar; can you show your domain file?
This was actually issue with botfront not with rasa. Removing the NLG endpoint towards graphql solved this issue.
Thank you.!!