Rocket Chat Hubot Adapter is not replying back

a 夏天 提交于 2019-11-28 08:28:04

问题


Hi i am running hubot with rocket chat. I have created another user "mybot" having bot role and used it and got connected successfully.

Below are my environment variables

export ROCKETCHAT_ROOM=''
export LISTEN_ON_ALL_PUBLIC=true
export ROCKETCHAT_USER=mybot
export ROCKETCHAT_PASSWORD=123456789
export ROCKETCHAT_AUTH=password

Hubot is not responding back to me when i am sending any message.

Messages send are visible in terminal logs but a return message is not shown from the hubot.

Screenshot of terminal

来源:https://stackoverflow.com/questions/52659602/rocket-chat-hubot-adapter-is-not-replying-back

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!