We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I saw this error in the logs:
Jul 27 07:14:05 matrix matrix-heisenbridge[101448]: All valid rooms initialized, connecting network rooms... Jul 27 07:14:05 matrix matrix-heisenbridge[101448]: Init done with 4 networks connecting, bridge is now running! Jul 27 07:14:07 matrix matrix-heisenbridge[101448]: ERROR:asyncio:Task exception was never retrieved Jul 27 07:14:07 matrix matrix-heisenbridge[101448]: future: <Task finished name='Task-293' coro=<NetworkRoom.connect() done, defined at /opt/heisenbridge/heisenbridge/network_room.py:1179> exception=KeyError('cyberirc-plumb')> Jul 27 07:14:07 matrix matrix-heisenbridge[101448]: Traceback (most recent call last): Jul 27 07:14:07 matrix matrix-heisenbridge[101448]: File "/opt/heisenbridge/heisenbridge/network_room.py", line 1194, in connect Jul 27 07:14:07 matrix matrix-heisenbridge[101448]: await self._connect() Jul 27 07:14:07 matrix matrix-heisenbridge[101448]: File "/opt/heisenbridge/heisenbridge/network_room.py", line 1221, in _connect Jul 27 07:14:07 matrix matrix-heisenbridge[101448]: network = self.serv.config["networks"][self.name] Jul 27 07:14:07 matrix matrix-heisenbridge[101448]: KeyError: 'cyberirc-plumb'
It might be due to something I configured incorrectly a long time ago.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I saw this error in the logs:
It might be due to something I configured incorrectly a long time ago.
The text was updated successfully, but these errors were encountered: