Closed distributedOne closed 4 years ago
Your config is wrong, should be
[[gateway.out]]
account="mattermost.snc"
channel="<mattermost-channel>"
Thanks for taking the time to look this over and reply. I've confirmed my problem and closed this out.
Describe the bug Using an install of mattermost version: 5.18.0 and matterbridge (c0be3e585a5ef6c6dc4d517e891fd10bc053c195) fails to start the gateway when connecting to the mattermost channel. I executed with -debug and found that the channel ID was coming back empty. The mattermost instance reported the ID so I copied that into the src, built + installed resulting in matterbridge starting and joining the mattermost channel without issue.
To Reproduce Steps to reproduce the behavior:
Please see the above description.
Expected behavior A clear and concise description of what you expected to happen.
Matterbridge should successfully retrieve the channel ID for a mattermost channel.
Screenshots/debug logs If applicable, add screenshots to help explain your problem. Use logs from running
matterbridge -debug
if possible.Environment (please complete the following information):
OS: [e.g. linux]:
Ubuntu 18.04.4 LTS
Matterbridge version: output of
matterbridge -version
If self compiled: output of
git rev-parse HEAD
Additional context Please add your configuration file (be sure to exclude or anonymize private data (tokens/passwords))