hubot-mattermost
hubot-mattermost copied to clipboard
Unable to get the bot working
Thank you first of all for getting this bot ready. I followed the instructions as per the README but I am unable to get the bot working. Here are some details
- Mattermost and Bot are on the same server
- The config is
export MATTERMOST_ENDPOINT=/hubot/incoming
export MATTERMOST_INCOME_URL=http://localhost:8065/hooks/z4yk5ixna3y6ubtkcjtandiy4c
export MATTERMOST_TOKEN=zwkwy89iktrain8ahfwi7b65kc
export MATTERMOST_ICON_URL=https://octodex.github.com/images/hubot.jpg
export MATTERMOST_HUBOT_USERNAME="matterbot"
- Question: Is the format of the Outgoing webhook in expected to be
application/json
? - Any hints on how to go about debugging this?
Running into the same issues. If anyone could point to some debugging documentation I would appreciate it!
Question: Is the format of the Outgoing webhook in expected to be application/json Answer: No required Any hints on how to go about debugging this? Answer:export HUBOT_LOG_LEVEL="debug"
Having the same problem. Anyone able to get this to work? Is the project dead?
make sure that your hubot bot name and trigger keyword are the same.