nextcloud / talk_matterbridge

This app brings the Matterbridge binary to your server to connect Nextcloud Talk with other chat services
https://apps.nextcloud.com/apps/talk_matterbridge
GNU Affero General Public License v3.0
39 stars 7 forks source link

Messages sent to Rocket.Chat are not displayed #62

Open kryst3q opened 2 years ago

kryst3q commented 2 years ago

Hello! I have a question about setup integration with Rocket.Chat. I'm using Nextcloud 22 and installed Matterbridge app from the store. I set up a connection with RC and everything looked good until I sent a message from Nextcloud Talk. On the RC web app channel I can see an information from RC bot (visible for me only) that says "Not enough permission". The logs from matterbridge looks like this:

time="2021-09-23T21:13:30Z" level=info msg="Running version 1.22.3 e45bbe45" prefix=main
time="2021-09-23T21:13:30Z" level=info msg="Parsing gateway myGateway" prefix=router
time="2021-09-23T21:13:30Z" level=info msg="Starting bridge: rocketchat.0 " prefix=router
time="2021-09-23T21:13:30Z" level=info msg="Connecting using login/password (sending and receiving)" prefix=rocketchat
time="2021-09-23T21:13:30Z" level=info msg="Connection succeeded" prefix=rocketchat
time="2021-09-23T21:13:30Z" level=info msg="rocketchat.0: joining #general (ID: #generalrocketchat.0)" prefix=rocketchat
time="2021-09-23T21:13:30Z" level=info msg="Starting bridge: nctalk.1 " prefix=router
time="2021-09-23T21:13:30Z" level=info msg=Connecting prefix=nctalk
time="2021-09-23T21:13:30Z" level=info msg=Connected prefix=nctalk
time="2021-09-23T21:13:30Z" level=info msg="nctalk.1: joining 5bfg25wc (ID: 5bfg25wcnctalk.1)" prefix=nctalk
time="2021-09-23T21:13:31Z" level=info msg="Gateway(s) started succesfully. Now relaying messages" prefix=main
time="2021-09-23T21:14:21Z" level=error msg="SendMessage failed: rawResponse is <nil>" prefix=gateway
������������������������������������������������������������������������������������������������������time="2021-09-23T21:14:21Z" level=error msg="SendMessage failed: rawResponse is <nil>" prefix=gateway
������������������������������������������������������������������������������������������������������time="2021-09-23T21:14:21Z" level=error msg="SendMessage failed: rawResponse is <nil>" prefix=gateway

I must add that when I write on RC channel the message shows in the NC Talk chat correctly, so RC -> NCT works but NCT -> RC not. I tried also use token generated in RC to connect instead of my standard credentials but in that case I couldn't even connect. Do you have any idea what I should do so my messages will be displayed?