I’ve been looking forward to using this, and even switched over from Xenforo to Discourse to be able to use my existing matterbridge setup with a forum’s integrated chat, which has been connecting several Telegram groups to Rocket.Chat channels for the last few months.
I get this issue when I try to run matterbabble though:
ubuntu@chatbridge:~/matterbabble$ python -m matterbabble configparser.ini Traceback (most recent call last): File "/usr/lib/python2.7/runpy.py", line 163, in _run_module_as_main mod_name, _Error) File "/usr/lib/python2.7/runpy.py", line 111, in _get_module_details __import__(mod_name) # Do not catch exceptions initializing package File "/home/ubuntu/.local/lib/python2.7/site-packages/matterbabble/__init__.py", line 2, in <module> from .application import application File "/home/ubuntu/.local/lib/python2.7/site-packages/matterbabble/application.py", line 24 async def loop(self, service): ^ SyntaxError: invalid syntax
I made the configparser.ini
setup as described and added the relevant api information to my matterbridge.toml
. They are running off of the same server. Does this seem more like an environment issue or a syntax issue? I don’t know much about Python.