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
I've been using the bridge for a while. At some point it was reinstalled, and left plenty of old, unused rooms in my account (#183).
I wanted to clean all of that up, so I issued a clean-rooms command, and got the following answer:
raceback (most recent call last):
File "/opt/yunohost/mautrix_signal/lib/python3.9/site-packages/mautrix/bridge/commands/handler.py", line 489, in handle
await self._run_handler(handler, evt)
File "/opt/yunohost/mautrix_signal/lib/python3.9/site-packages/mautrix/bridge/commands/handler.py", line 338, in __call__
return await self._handler(evt)
File "/opt/yunohost/mautrix_signal/lib/python3.9/site-packages/mautrix/bridge/commands/clean_rooms.py", line 134, in clean_rooms
return await evt.reply("\n".join(reply))
File "/opt/yunohost/mautrix_signal/lib/python3.9/site-packages/mautrix/client/api/events.py", line 479, in send_text
return await self.send_message(room_id, content, **kwargs)
File "/opt/yunohost/mautrix_signal/lib/python3.9/site-packages/mautrix/appservice/api/intent.py", line 140, in wrapper
return await __method(*args, **kwargs)
File "/opt/yunohost/mautrix_signal/lib/python3.9/site-packages/mautrix/appservice/api/intent.py", line 426, in send_message_event
return await super().send_message_event(room_id, event_type, content, **kwargs)
File "/opt/yunohost/mautrix_signal/lib/python3.9/site-packages/mautrix/client/api/events.py", line 404, in send_message_event
resp = await self.api.request(
File "/opt/yunohost/mautrix_signal/lib/python3.9/site-packages/mautrix/api.py", line 376, in request
return await self._send(method, full_url, req_content, query_params, headers or {})
File "/opt/yunohost/mautrix_signal/lib/python3.9/site-packages/mautrix/api.py", line 255, in _send
raise make_request_error(
mautrix.errors.request.MTooLarge: event too large
The text was updated successfully, but these errors were encountered:
I've been using the bridge for a while. At some point it was reinstalled, and left plenty of old, unused rooms in my account (#183).
I wanted to clean all of that up, so I issued a
clean-rooms
command, and got the following answer:The text was updated successfully, but these errors were encountered: