Description
I’ve successfully connected dockerised Rocketchat and Rasa instances, and can message the bot from RC, but it repeats the reply - Rocketchat appears to think the reply it’s getting is empty. Has anyone seen anything like this before?
{"level":40,"time":"2022-03-11T18:49:09.320Z","pid":9,"hostname":"58c1ef9d129f","name":"Integrations","section":"Outgoing WebHook","msg":"Result for the Integration CFSBot to http://bot_rasa:5005/webhooks/rocketchat/webhook is empty"}
{"level":40,"time":"2022-03-11T18:49:13.004Z","pid":9,"hostname":"58c1ef9d129f","name":"Integrations","section":"Outgoing WebHook","msg":"Result for the Integration CFSBot to http://bot_rasa:5005/webhooks/rocketchat/webhook is empty"}
{"level":40,"time":"2022-03-11T18:49:13.291Z","pid":9,"hostname":"58c1ef9d129f","name":"Integrations","section":"Outgoing WebHook","msg":"Result for the Integration CFSBot to http://bot_rasa:5005/webhooks/rocketchat/webhook is empty"}
{"level":40,"time":"2022-03-11T18:49:14.436Z","pid":9,"hostname":"58c1ef9d129f","name":"Integrations","section":"Outgoing WebHook","msg":"Result for the Integration CFSBot to http://bot_rasa:5005/webhooks/rocketchat/webhook is empty"}
{"level":40,"time":"2022-03-11T18:49:16.309Z","pid":9,"hostname":"58c1ef9d129f","name":"Integrations","section":"Outgoing WebHook","msg":"Result for the Integration CFSBot to http://bot_rasa:5005/webhooks/rocketchat/webhook is empty"}
Server Setup Information
- Version of Rocket.Chat Server: registry.rocket.chat/rocketchat/rocket.chat:latest
- Operating System: Ubuntu 21.10
- Deployment Method: docker
- Number of Running Instances: 1
- DB Replicaset Oplog: nothing of note
- NodeJS Version: n/a, containerised
- MongoDB Version: 4.0
- Proxy: none, direct comms between containers
- Firewalls involved: none
Any additional Information
Rasa docker image digest is 065332414b9d.
I originally tried two different containers on different Docker networks, which is how I ran into this. I moved them to the same docker-compose file to eliminate networking as a possible cause, but the problem persists.