Skip to content
New issue

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

MatterBridge uses oudated fields and has no identifier support when connecting to Matrix. #1217

Closed
kworr opened this issue Aug 27, 2020 · 3 comments

Comments

@kworr
Copy link

kworr commented Aug 27, 2020

I filed original ticker for conduit but they say it's not their fault:

https://git.koesters.xyz/timo/conduit/issues/199

Deserialization(RequestDeserializationError { inner: Json(Error(“missing field identifier”, line: 1, column: 81)), http_request: Request { method: POST, uri: /_matrix/client/r0/login, version: HTTP/1.1, headers: {“x-forwarded-for”: “37.57.97.118”, “host”: “b1t.name”, “connection”: “close”, “content-length”: “82”, “content-type”: “application/json”, “accept-encoding”: “gzip”, “user-agent”: “Go-http-client/2.0”}, body: [...] } })

Generally this means MatterBridge works ok with Synapse, official server, but fails to work with conduit. Also it will eventually stop working when Synapse would make identifier default.

@42wim
Copy link
Owner

42wim commented Aug 27, 2020

@kworr i'm going to tell you it's not matterbridge's fault ;-)
We're using the official matrix library on https://github.com/matrix-org/gomatrix/

Seems a PR is waiting there with that fix, matrix-org/gomatrix#73

@42wim 42wim closed this as completed Aug 27, 2020
@42wim
Copy link
Owner

42wim commented Aug 27, 2020

I'm also looking into changing the matrix library to https://github.com/tulir/mautrix-go (which has that fix, so it could be resolved that way soon)

@42wim
Copy link
Owner

42wim commented Aug 30, 2020

@kworr Thanks to #1219 the fix is now in master, so you should be able to connect to your server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants