Bridge doesn't connect to homeserver #41

Open
opened 2022-07-10 17:32:48 -04:00 by fair · 0 comments
Owner

The bridge will fail to log in to recent Synapse homeservers, because the bridge uses an old version of mautrix-python that logs in via an outdated login type.

Until I update the version of mautrix-python used by the bridge, this can be fixed manually. In the Python environment that runs the bridge, search for mautrix/types/auth.py, and change the value of APPSERVICE on line 26 from uk.half-shot.msc2778.login.application_service to m.login.application_service.

The bridge will fail to log in to recent Synapse homeservers, because the bridge uses an old version of `mautrix-python` that logs in via an outdated login type. Until I update the version of `mautrix-python` used by the bridge, this can be fixed manually. In the Python environment that runs the bridge, search for `mautrix/types/auth.py`, and change the value of `APPSERVICE` on line 26 from `uk.half-shot.msc2778.login.application_service` to `m.login.application_service`.
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: fair/matrix-puppeteer-line#41
No description provided.