python icon indicating copy to clipboard operation
python copied to clipboard

A Python 3 asyncio Matrix framework.

Results 39 python issues
Sort by recently updated
recently updated
newest added

I am trying to use the url "sqlite:///db/filename.db"(three forward slashes) to mean the file "/db/filename.db" in the config.yaml of a python bridge (googlechat). This doesn't work, and after a bit...

Closes #135 I adjusted `MatrixStandardRequestError` slightly. This is such that the error classes can store specific keys from the error response, like `retry_after_ms` in this PR.

I believe that bridges should at least be configurable to require minimal user action and preferably just notify the user about what they're doing. Part of that effort was auto...

It seems currently the `HTTPAPI` may retry after waiting a while on some network and client errors, but `raise`s `MLimitExceeded` errors. I would like to have the API wait for...

/sync will return the most recent messages for a room as soon as you /join it. We do NOT want to process those events in that particular room because they...

I have logged into multiple bot accounts clients in maubot and created multiple instances for each account, relying on different plugins, there are a lot of errors in the logs....

There is a warning in the logs: ``` WARNING client/[@name:domain.com](https://matrix.to/#/@name:domain.com)/crypto Device [@name:domain.com](https://matrix.to/#/@name:domain.com)/client1 isn't cross-signed. ``` link:https://github.com/maubot/maubot/issues/244

Fixes an edge-case bug where calling `set_avatar_url("")` when the user doesn't have an avatar(`get_avatar_url()` returns `None`) caused a redundant PUT request to be made to nullify the already-empty avatar_url field...

Some vulnerabilities in libolm [have been disclosed](https://soatok.blog/2024/08/14/security-issues-in-matrixs-olm-library/), which in response has been [deprecated by the Matrix developers in favour of vodozemac](https://gitlab.matrix.org/matrix-org/olm/-/commit/6d4b5b07887821a95b144091c8497d09d377f985). Is migrating to vodozemac something that might be possible?