-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
TypeError: Object of type FrozenEvent is not JSON serializable #11772
Comments
What is known:
synapse/synapse/util/__init__.py Lines 71 to 77 in eec34b1
synapse/synapse/util/__init__.py Lines 49 to 68 in eec34b1
|
Tried running this with debug logging enabled on I was hoping for a "Received request ..." which could help us out here, but I don't see any consistent clues between them. There's lots of events received over replication - but it's difficult to tell if that's just background noise or not. Logging could be added to |
This is a regression from #11612, by the way. |
When testing out commit d1e6333 on matrix.org today, we ended up with the following stacktrace:
stacktrace
Sentry link for those with access: https://sentry.matrix.org/sentry/synapse-matrixorg/issues/239798/
This issue only occurs on our
client_reader
workers, but does occur frequently across multiple instances of it.Unfortunately no surrounding processed request lines are relevant. However, there do seem to be a number of replication related lines, so that may be a clue...
Note that a similar error has occurred before: #8678.
The text was updated successfully, but these errors were encountered: