You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Whenever I open up a client, this error is emitted to Synapse’s logs:
AttributeError: 'NoneType' object has no attribute 'content'
The code line at fault is in the room list handler. It seems to assume there is always a create event returned from the database, which in my case appears to fail:
I think this is a duplicate of #4891, but it is hard to tell without the full stack trace. It seems to point to the same line of code though so I'm going to close this as a duplicate. Please reopen it if this seems to be a different issue.
Whenever I open up a client, this error is emitted to Synapse’s logs:
AttributeError: 'NoneType' object has no attribute 'content'
The code line at fault is in the room list handler. It seems to assume there is always a create event returned from the database, which in my case appears to fail:
synapse/synapse/handlers/room_list.py
Lines 284 to 285 in 883ac4b
I am running Synapse v1.12.3.
The text was updated successfully, but these errors were encountered: