python
python copied to clipboard
A Python 3 asyncio Matrix framework.
Currently documentation is quite minimal and getting started with writing bridges is quite difficult. My suggestion is to write some kind of tutorial explaining the most important classes, their relations...
I'm running Matrix in Kubernetes with in-cluster TLS encryption enabled, and the bridge is deployed there next to Matrix. When the bridge is configured with the external address of the...
It probably should be handled another way, maybe even in mautrix-python JuniorJPDJ: clean-rooms Telegram bridge bot: Unhandled error while handling command: ``` Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/mautrix/bridge/commands/handler.py", line...
It would be usefull to log the endpoint when getting a 404 or other status codes as it would make it easier to debug problems with requests that have to...
_This is a copy of https://github.com/maubot/maubot/issues/184 , because the core issue is in the mautrix-python library, not maubot (where the error manifests)._ Maubot (docker `:latest`, git d574f84079c2469b71e6c09c4b804e8bf6156153) cannot decrypt messages...
It seems that currently while primary login is via SSO, it's not really possible to enable double puppeting. Please support it if password auth is not enabled.
When trying to launch maubot, I get the following exception: `raise ValueError("Invalid URL: host is required for absolute urls")` This originates from [yarl](https://github.com/aio-libs/yarl/blob/68e7d9312ad9eccb695dbc174a4705e9a238c1fa/yarl/_url.py#L163), called via mautrix's `Database` constructor: https://github.com/mautrix/python/blob/735d0c139e48777cbd2385ed15fdb549113914c4/mautrix/util/async_db/database.py#L66 If...
`prometheus_client` supports IPv6 addresses for a while now[1]. This isn't used here however because the default 0.0.0.0 is used. Added an option `metrics.addr` that makes this configurable. Tested with mautrix-telegram....
Hey, See this [PR in the maubot repo for more info](https://github.com/maubot/maubot/pull/228)