Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

[Question] Trouble connecting to a custom backend #34

Closed
ghost opened this issue Sep 7, 2018 · 2 comments
Closed

[Question] Trouble connecting to a custom backend #34

ghost opened this issue Sep 7, 2018 · 2 comments

Comments

@ghost
Copy link

ghost commented Sep 7, 2018

Hello,

So I have a custom Rasa backend/server that I'm using. The data is being passed in the form of a JSON, and the query takes the form of localhost:(PORT)/parse?q=. I've noticed that when I try to connect via the chatroom, that query takes the form of localhost:(PORT)/conversations. Is there a way to change the way that chatroom's queries are formed? The bot is pointing towards the correct port that my data would streaming in on. Secondly, is there also a way to turn off the once-per-second logging of the errors? I've attached a screenshot below

screen shot 2018-09-07 at 14 05 02

Thank you once again

@normanrz
Copy link
Member

Hi, seems like you're connecting the chatroom directly to Rasa NLU. The Chatroom needs to connect to a REST-API that is implemented in https://github.com/scalableminds/chatroom/blob/master/rasa_utils/bot_server_channel.py

@ghost
Copy link
Author

ghost commented Sep 10, 2018

Ah. Thank you. I'll close this out then.

@ghost ghost closed this as completed Sep 10, 2018
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant