-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
GroupRoomServlet AttributeError: 'NoneType' object has no attribute 'content' - on group rooms query #5824
Comments
Via query Via Maybe there are some problem with |
My quick and ugly hack for workaround this problem is to add checking property, so in file
becomes:
After this my community starts working again, without error! But this is only workaround, right solution is understanding why |
Possible ways to reproduce:
|
dup #4891 I think |
My group work well with some users and rooms. But after adding some new rooms (via list of id's) - it stops working. On
'/_matrix/client/r0/groups/+ru:ru-matrix.org/rooms
it returns{"errcode":"M_UNKNOWN","error":"Internal server error"}
and in Synapse logs I see those error log:Others room queries (
/summary
and/users
) for this group works well without errors. For other groups/rooms
querues works well too.Restarting Synapse don't helps. Synapse version is 1.2.1.
What could happen with my room? And does anybody have ideas how to recover it?
The text was updated successfully, but these errors were encountered: