-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Sqlite Error: Error binding parameter 1 - probably unsupported type (when joining a room) #8340
Comments
Does this actually prevent you from joining the room? |
Yes |
Here is some additional logs, this log range starts before i hit Note |
I've ran some more repeats of this, i now got a log which has |
I think the relevant logs are:
|
I'm currently digging through the last |
Found it, synapse fails on inserting this value: (
"mxc://maunium.net/jdlSfvudiMSmcRrleeiYjjFO",
[],
"$K3tFdgObmlXu7M4jtnDGdxLFz2AZQN00t1jUTLswupY",
"join",
"!NasysSDfxKxZBzJJoE:matrix.org",
"@tulir:maunium.net",
"@tulir:maunium.net",
) |
This sounds similar to #8220 then, I'm not sure if upgrading to v1.20.0rc4 would fix it or not though. (I'm unsure how different the code paths are.) |
Just to make it a bit easier, the stack trace is:
|
I just tried this after updating to |
I think in v1.20.0 this might not be fixed for situations where the event comes in over federation, but will be fixed when it comes in over the C-S API. |
this is due to a user in the room having set his displayname to |
Description
Synapse produces an obscure sqlite error when joining a room.
Steps to reproduce
#matrix-spec:matrix.org
Additional anomalous information: I joined
#thisweekinmatrix:matrix.org
and#conduit:matrix.org
before this, both are subject to current conduit.rs experiments (which led to the security release of 1.19.2)Additional logs:
Version information
jboi.nl
1.19.2
docker-compose
, imagedocker.io/matrixdotorg/synapse:latest
(effectively:1.19.2
at time of error)19.03.12
The text was updated successfully, but these errors were encountered: