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
use /_matrix/client/v3/createRoom with the above request.
Homeserver
synapse
Synapse Version
1.98.0
Installation Method
I don't know
Database
SQLite
Workers
Single process
Platform
Ubuntu 22.04.03
Configuration
I have enabled msc3266 & msc3861 however toggling them seems to make no difference.
Relevant log output
2024-01-17 13:38:14,540 - synapse.http.server - 140 - ERROR - POST-33 - Failed handle request via 'RoomCreateRestServlet': <XForwardedForRequest at 0x7f08b4b25c30 method='POST' uri='/_matrix/client/v3/createRoom' clientproto='HTTP/1.0' site='8069'>
Traceback (most recent call last):
File "/opt/venvs/matrix-synapse/lib/python3.10/site-packages/synapse/http/server.py", line 326, in _async_render_wrapper
callback_return = await self._async_render(request)
File "/opt/venvs/matrix-synapse/lib/python3.10/site-packages/synapse/http/server.py", line 538, in _async_render
callback_return = await raw_callback_return
File "/opt/venvs/matrix-synapse/lib/python3.10/site-packages/synapse/rest/client/room.py", line 165, in on_POST
return await self._do(request, requester)
File "/opt/venvs/matrix-synapse/lib/python3.10/site-packages/synapse/rest/client/room.py", line 170, in _do
room_id, _, _ = await self._room_creation_handler.create_room(
File "/opt/venvs/matrix-synapse/lib/python3.10/site-packages/synapse/handlers/room.py", line 877, in create_room
self._validate_room_config(config, visibility)
File "/opt/venvs/matrix-synapse/lib/python3.10/site-packages/synapse/handlers/room.py", line 1327, in _validate_room_config
room_encryption_event = any(
File "/opt/venvs/matrix-synapse/lib/python3.10/site-packages/synapse/handlers/room.py", line 1328, in<genexpr>
s.get("type", "") == EventTypes.RoomEncryption forsin raw_initial_state
AttributeError: 'list' object has no attribute 'get'
Anything else that would be useful to know?
No response
The text was updated successfully, but these errors were encountered:
NiallBunting
changed the title
Room creation failing
Room creation failing with atttributeerror
Jan 17, 2024
NiallBunting
changed the title
Room creation failing with atttributeerror
Room creation failing with AtttributeError (Internal Server Error)
Jan 17, 2024
Description
Getting an internal sever error creating a room. I have enabled msc3266 & msc3861 however toggling them seems to make no difference.
See log below.
Request:
Steps to reproduce
/_matrix/client/v3/createRoom
with the above request.Homeserver
synapse
Synapse Version
1.98.0
Installation Method
I don't know
Database
SQLite
Workers
Single process
Platform
Ubuntu 22.04.03
Configuration
I have enabled msc3266 & msc3861 however toggling them seems to make no difference.
Relevant log output
Anything else that would be useful to know?
No response
The text was updated successfully, but these errors were encountered: