synapse icon indicating copy to clipboard operation
synapse copied to clipboard

Can't join nor leave a space

Open Thatoo opened this issue 2 years ago • 49 comments

Description

I was in a space and for some reason I wanted to leave and come back to check something. I couldn't leave so I asked the admin to expulse me. Then I tried to join again that space. Another user invited me. Now I get the invitation message offering me to accept or reject. None of the two action are working. Accept is taking for ever without any answer, Reject is telling me "internal server error". And now, no other user of my server can't join this space.

Steps to reproduce

  • Have been invited
  • can't join
  • can't reject

Homeserver

defis.info

Synapse Version

1.63

Installation Method

Debian packages from packages.matrix.org

Platform

proxmox container with debian behind a nginx reverse proxy

Relevant log output

2022-07-31 18:26:09,066 - synapse.http.server - 187 - ERROR - POST-4175 - Failed handle request via 'RoomMembershipRestServlet': <XForwardedForRequest at 0x7f39e5085400 method='POST' uri='/_matrix/client/r0/rooms/!nsxQkuXAmwktOKyUNc%3Amatrix.org/leave' clientproto='HTTP/1.0' site='8008'>
Traceback (most recent call last):
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/twisted/internet/defer.py", line 1660, in _inlineCallbacks
    result = current_context.run(gen.send, result)
StopIteration: {}

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/http/server.py", line 366, in _async_render_wrapper
    callback_return = await self._async_render(request)
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/http/server.py", line 572, in _async_render
    callback_return = await raw_callback_return
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/rest/client/room.py", line 897, in on_POST
    content=event_content,
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/handlers/room_member.py", line 542, in update_membership
    state_event_ids=state_event_ids,
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/handlers/room_member.py", line 972, in update_membership_locked
    outlier=outlier,
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/handlers/room_member.py", line 400, in _local_membership_update
    ratelimit=ratelimit,
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/util/metrics.py", line 113, in measured_func
    r = await func(self, *args, **kwargs)
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/handlers/message.py", line 1291, in handle_new_client_event
    event, context
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/handlers/event_auth.py", line 58, in check_auth_rules_from_context
    await check_state_independent_auth_rules(self._store, event)
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/event_auth.py", line 169, in check_state_independent_auth_rules
    f"Event {event.event_id} has unknown auth event {auth_event_id}"
RuntimeError: Event $KlfvzNGRRo-PB9i-avTFd4FAqYHu9sIHupgo8R5yoYU has unknown auth event $bXSYbo7eqRelhC8mEQxb9gY6iTjhjHGJAu6A7p086ec
2022-07-31 18:26:09,067 - synapse.access.http.8008 - 471 - INFO - POST-4175 - 2.10.223.85 - 8008 - {@thatoo:defis.info} Processed request: 0.132sec/0.000sec (0.001sec, 0.000sec) (0.001sec/0.125sec/3) 55B 500 "POST /_matrix/client/r0/rooms/!nsxQkuXAmwktOKyUNc%3Amatrix.org/leave HTTP/1.0" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) SchildiChat/1.10.12-sc.1 Chrome/98.0.4758.141 Electron/17.4.0 Safari/537.36" [2 dbevts]


2022-07-31 18:16:57,375 - synapse.http.matrixfederationclient - 307 - INFO - POST-1967 - {GET-O-20866} [matrix.org] Completed request: 200 OK in 0.65 secs, got 179 bytes - GET matrix://matrix.org/_matrix/federation/v1/query/directory?room_alias=%23monnaie-libre%3Amatrix.org
2022-07-31 18:16:57,377 - synapse.http.matrixfederationclient - 307 - INFO - _process_i
2022-07-31 18:16:57,463 - synapse.http.server - 187 - ERROR - POST-1967 - Failed handle request via 'JoinRoomAliasServlet': <XForwardedForRequest at 0x7f3a05c13b70 method='POST' uri='/_matrix/client/r0/join/%23monnaie-libre%3Amatrix.org' clientproto='HTTP/1.0' site='8008'>
Traceback (most recent call last):
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/twisted/internet/defer.py", line 1660, in _inlineCallbacks
    result = current_context.run(gen.send, result)
StopIteration: {}

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/http/server.py", line 366, in _async_render_wrapper
    callback_return = await self._async_render(request)
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/http/server.py", line 572, in _async_render
    callback_return = await raw_callback_return
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/rest/client/room.py", line 343, in on_POST
    third_party_signed=content.get("third_party_signed", None),
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/handlers/room_member.py", line 542, in update_membership
    state_event_ids=state_event_ids,
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/handlers/room_member.py", line 972, in update_membership_locked
    outlier=outlier,
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/handlers/room_member.py", line 400, in _local_membership_update
    ratelimit=ratelimit,
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/util/metrics.py", line 113, in measured_func
    r = await func(self, *args, **kwargs)
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/handlers/message.py", line 1291, in handle_new_client_event
    event, context
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/handlers/event_auth.py", line 58, in check_auth_rules_from_context
    await check_state_independent_auth_rules(self._store, event)
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/event_auth.py", line 169, in check_state_independent_auth_rules
    f"Event {event.event_id} has unknown auth event {auth_event_id}"
RuntimeError: Event $YnLQaYcjfxHWiIPFpmisATyU1IcMC2hKXCNWUeK_Hos has unknown auth event $d07wypTuQbxA5SUD3OwBPBUNl1mCF6ydmDwsdUGhxrw
2022-07-31 18:16:57,464 - synapse.access.http.8008 - 471 - INFO - POST-1967 - 2.10.223.85 - 8008 - {@ANOTHERUSERTHANthatoo:defis.info} Processed request: 0.736sec/0.000sec (0.001sec, 0.002sec) (0.001sec/0.075sec/7) 55B 500 "POST /_matrix/client/r0/join/%23monnaie-libre%3Amatrix.org HTTP/1.0" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" [4 dbevts]

Anything else that would be useful to know?

the space is #monnaie-libre:matrix.org and it's id is !nsxQkuXAmwktOKyUNc:matrix.org

Thatoo avatar Jul 31 '22 16:07 Thatoo

Hi, thanks for your report.

This error condition (Event $YnLQaYcjfxHWiIPFpmisATyU1IcMC2hKXCNWUeK_Hos has unknown auth event $d07wypTuQbxA5SUD3OwBPBUNl1mCF6ydmDwsdUGhxrw) is something that should 'never' happen.

Have you ever done anything unusual to the database (e.g. manually deleting rows, running external tools on it, ported it from SQLite to Postgres, etc)?

Are you using any experimental features (faster joins, message retention policies, etc)?

reivilibre avatar Aug 03 '22 10:08 reivilibre

Yes we did port the database from SQLite to Postgres just before this issue occurred (no other problems have been reported so far). We didn't manually delete rows, we didn't run external tools on it and we don't use any experimental features (faster joins, message retention policies, etc).

Thatoo avatar Aug 03 '22 10:08 Thatoo

When you ported from sqlite, which version of synapse was installed at the time?

(You may have ported before the fix in #13226 was available.)

DMRobertson avatar Aug 03 '22 11:08 DMRobertson

It was version 1.59.1. We port the database from SQLite to Postgres and the we updated from v 1.59.1 to v 1.63.

Thatoo avatar Aug 03 '22 19:08 Thatoo

When you ported from sqlite, which version of synapse was installed at the time?

(You may have ported before the fix in #13226 was available.)

if I compare the date of the fix and the date of the v 1.59.1 release, I guess you are right, we ported before the fix then... What can we do now?

Thatoo avatar Aug 04 '22 08:08 Thatoo

Do you still have the old SQLite database?

If so, please could you help to confirm whether this is why this happened:

  1. Connect to your SQLite database, e.g. with the sqlite3 command-line tool
SELECT rowid FROM events WHERE event_id = '$d07wypTuQbxA5SUD3OwBPBUNl1mCF6ydmDwsdUGhxrw';

and

SELECT rowid FROM event_json WHERE event_id = '$d07wypTuQbxA5SUD3OwBPBUNl1mCF6ydmDwsdUGhxrw';

These queries will let us know whether the event exists in those tables or not, and if it does, what SQLite-internal rowid it has (which may be useful to confirm our hypothesis).

It would also be good if you can confirm on your Postgres database:

SELECT 1 FROM events WHERE event_id = '$d07wypTuQbxA5SUD3OwBPBUNl1mCF6ydmDwsdUGhxrw';

and

SELECT 1 FROM event_json WHERE event_id = '$d07wypTuQbxA5SUD3OwBPBUNl1mCF6ydmDwsdUGhxrw';

These queries will just let us know whether the event exists in Postgres.

reivilibre avatar Aug 04 '22 11:08 reivilibre

Here are what I got :

root@cccc:~# sqlite3 /var/lib/matrix-synapse/homeserver.db
SQLite version 3.27.2 2019-02-25 16:06:06
Enter ".help" for usage hints.
sqlite> SELECT rowid FROM events WHERE event_id = '$d07wypTuQbxA5SUD3OwBPBUNl1mCF6ydmDwsdUGhxrw';
-22730
sqlite> SELECT rowid FROM event_json WHERE event_id = '$d07wypTuQbxA5SUD3OwBPBUNl1mCF6ydmDwsdUGhxrw';
1180672
sqlite> SELECT rowid FROM events WHERE event_id = '$bXSYbo7eqRelhC8mEQxb9gY6iTjhjHGJAu6A7p086ec';
-22731
sqlite> SELECT rowid FROM event_json WHERE event_id = '$bXSYbo7eqRelhC8mEQxb9gY6iTjhjHGJAu6A7p086ec';
1180673
sqlite> exit;
Error: near "exit": syntax error
sqlite> 
root@Matrix:~# su - postgres
postgres@Matrix:~$ psql
psql (11.16 (Debian 11.16-0+deb10u1))
Type "help" for help.

postgres=# SELECT 1 FROM events WHERE event_id = '$d07wypTuQbxA5SUD3OwBPBUNl1mCF6ydmDwsdUGhxrw';
ERROR:  relation "events" does not exist
LINE 1: SELECT 1 FROM events WHERE event_id = '$d07wypTuQbxA5SUD3OwB...
                      ^
postgres=# SELECT 1 FROM event_json WHERE event_id = '$d07wypTuQbxA5SUD3OwBPBUNl1mCF6ydmDwsdUGhxrw';
ERROR:  relation "event_json" does not exist
LINE 1: SELECT 1 FROM event_json WHERE event_id = '$d07wypTuQbxA5SUD...
                      ^
postgres=# SELECT 1 FROM events WHERE event_id = '$bXSYbo7eqRelhC8mEQxb9gY6iTjhjHGJAu6A7p086ec';
ERROR:  relation "events" does not exist
LINE 1: SELECT 1 FROM events WHERE event_id = '$bXSYbo7eqRelhC8mEQxb...
                      ^
postgres=# SELECT 1 FROM event_json WHERE event_id = '$bXSYbo7eqRelhC8mEQxb9gY6iTjhjHGJAu6A7p086ec';
ERROR:  relation "event_json" does not exist
LINE 1: SELECT 1 FROM event_json WHERE event_id = '$bXSYbo7eqRelhC8m...
                      ^
postgres=# 

Does it help?

Thatoo avatar Aug 04 '22 17:08 Thatoo

@Thatoo I don't think you're connected to your Postgres database properly; maybe you need to try psql synapse or something (if your database name is synapse).

However the SQLite portion of your result starts to confirm the hypothesis.

reivilibre avatar Aug 08 '22 09:08 reivilibre

I think your best bet will be to use the Delete Rooms Admin API to remove the room entirely from your homeserver. You should then be able to rejoin it and this will 'fix' the room for your homeserver. As far as can be seen, the root cause of your problem was a nasty bug in the portdb script when porting to Postgres. I'm sorry for the trouble. I think trying to recover it without deleting the room would be quite difficult, though.

reivilibre avatar Aug 08 '22 16:08 reivilibre

@Thatoo I don't think you're connected to your Postgres database properly; maybe you need to try psql synapse or something (if your database name is synapse).

However the SQLite portion of your result starts to confirm the hypothesis.

I guess you were right ! :-)

root@Matrix:~# su - postgres
postgres@Matrix:~$ psql synapse
psql (11.16 (Debian 11.16-0+deb10u1))
Type "help" for help.

synapse=# SELECT 1 FROM events WHERE event_id = '$d07wypTuQbxA5SUD3OwBPBUNl1mCF6ydmDwsdUGhxrw';
 ?column? 
----------
(0 rows)

synapse=# SELECT 1 FROM event_json WHERE event_id = '$d07wypTuQbxA5SUD3OwBPBUNl1mCF6ydmDwsdUGhxrw';
 ?column? 
----------
        1
(1 row)

synapse=# SELECT 1 FROM events WHERE event_id = '$bXSYbo7eqRelhC8mEQxb9gY6iTjhjHGJAu6A7p086ec';
 ?column? 
----------
(0 rows)

synapse=# SELECT 1 FROM event_json WHERE event_id = '$bXSYbo7eqRelhC8mEQxb9gY6iTjhjHGJAu6A7p086ec';
 ?column? 
----------
        1
(1 row)

synapse=# 

I think your best bet will be to use the Delete Rooms Admin API to remove the room entirely from your homeserver. You should then be able to rejoin it and this will 'fix' the room for your homeserver. As far as can be seen, the root cause of your problem was a nasty bug in the portdb script when porting to Postgres. I'm sorry for the trouble. I think trying to recover it without deleting the room would be quite difficult, though.

I'm ok with deleting the room with the admin api but I'm not sure how to do it properly. Would that curl command be ok : curl -X DELETE --header 'Authorization: Bearer <access_token>' --header 'Content-Type: application/json' --header 'Accept: application/json' 'http://xxx.xxx.xxx.xxx:8008/_synapse/admin/v2/rooms/!nsxQkuXAmwktOKyUNc:matrix.org' -d '{ "message": "This room didnt work after migrating from SQLite to Postgres" }' ?

Thatoo avatar Aug 09 '22 19:08 Thatoo

Just looking at the docs that curl command seems sane, is it not working?

H-Shay avatar Aug 09 '22 22:08 H-Shay

What I want to be sure is if this command will indeed remove the room from our homeserver but will allow us to rejoin it after.

Thatoo avatar Aug 10 '22 06:08 Thatoo

Aha - that is the suggested command, no guarantee that it will work but that's the hope.

H-Shay avatar Aug 10 '22 16:08 H-Shay

it failed...

root@Matrix:~# curl -X DELETE --header 'Authorization: Bearer <access_token>' --header 'Content-Type: application/json' --header 'Accept: application/json' 'http://xxx.xxx.xxx.xxx:8008/_synapse/admin/v2/rooms/!nsxQkuXAmwktOKyUNc:matrix.org' -d '{ "message": "This room didnt work after migrating from SQLite to Postgres" }'
root@Matrix:~# curl --header 'Authorization: Bearer <access_token>' -X GET 'http://xxx.xxx.xxx.xxx:8008/_synapse/admin/v2/rooms/!nsxQkuXAmwktOKyUNc:matrix.org/delete_status'
{"results":[{"delete_id":"QrwEjwagvNldiNOU","status":"failed","shutdown_room":{"kicked_users":[],"failed_to_kick_users":["@thatoo:defis.info"],"local_aliases":[],"new_room_id":null},"error":"400: Users are still joined to this room"}]}
root@Matrix:~# curl --header 'Authorization: Bearer <access_token>' -X GET 'http://xxx.xxx.xxx.xxx:8008/_synapse/admin/v2/rooms/delete_status/QrwEjwagvNldiNOU'
{"status":"failed","shutdown_room":{"kicked_users":[],"failed_to_kick_users":["@thatoo:defis.info"],"local_aliases":[],"new_room_id":null},"error":"400: Users are still joined to this room"}

Thatoo avatar Aug 12 '22 08:08 Thatoo

Looks like it failed because it was unable to kick user @thatoo:defis.info- if that's your account you can try leaving the room and if it's not your account you can try manually kicking that user and then try the delete command again.

H-Shay avatar Aug 12 '22 16:08 H-Shay

It is indeed my account but I can't leave the space, this is the subject of this issue... How can I manually kick this user? Is there an admin API for that?

Thatoo avatar Aug 12 '22 17:08 Thatoo

curl -X POST --header 'Authorization: Bearer <access_token>' --header 'Content-Type: application/json' --header 'Accept: application/json' 'http://xxx.xxx.xxx.xxx:8008/_synapse/admin/v1/kick/!nsxQkuXAmwktOKyUNc:matrix.org' -d '{ "user_id": "@thatoo:defis.info" }'

inspired from the join API... it doesn't work...

Thatoo avatar Aug 12 '22 17:08 Thatoo

Sorry, I think there might be some confusion here-the issue states that you cannot leave or join a space, but are you talking about a room rather than a space?

Do you have logs for the failed kick command?

H-Shay avatar Aug 12 '22 17:08 H-Shay

Sorry, I think there might be some confusion here-the issue states that you cannot leave or join a space, but are you talking about a room rather than a space?

It is a space : #monnaie-libre:matrix.org

Do you have logs for the failed kick command?

Only that :

root@Matrix:~# curl -X DELETE --header 'Authorization: Bearer <access_token>' --header 'Content-Type: application/json' --header 'Accept: application/json' 'http://xxx.xxx.xxx.xxx:8008/_synapse/admin/v2/rooms/!nsxQkuXAmwktOKyUNc:matrix.org' -d '{ "message": "This room didnt work after migrating from SQLite to Postgres" }'
root@Matrix:~# curl --header 'Authorization: Bearer <access_token>' -X GET 'http://xxx.xxx.xxx.xxx:8008/_synapse/admin/v2/rooms/!nsxQkuXAmwktOKyUNc:matrix.org/delete_status'
{"results":[{"delete_id":"QrwEjwagvNldiNOU","status":"failed","shutdown_room":{"kicked_users":[],"failed_to_kick_users":["@thatoo:defis.info"],"local_aliases":[],"new_room_id":null},"error":"400: Users are still joined to this room"}]}
root@Matrix:~# curl --header 'Authorization: Bearer <access_token>' -X GET 'http://xxx.xxx.xxx.xxx:8008/_synapse/admin/v2/rooms/delete_status/QrwEjwagvNldiNOU'
{"status":"failed","shutdown_room":{"kicked_users":[],"failed_to_kick_users":["@thatoo:defis.info"],"local_aliases":[],"new_room_id":null},"error":"400: Users are still joined to this room"}

What log do you need?

Thatoo avatar Aug 12 '22 18:08 Thatoo

Okay great. Can you try leaving (probably just via a client) the room you are trying to delete: !nsxQkuXAmwktOKyUNc:matrix.org. If you're able to leave, then try deleting the room again via the admin API, and if not, can you send the homeserver logs from around the time of the failed leave request?

H-Shay avatar Aug 12 '22 19:08 H-Shay

I tried leaving from Fluffychat. then from Element.

Here are both logs. Does that help?

2022-08-13 22:18:21,293 - synapse.http.server - 187 - ERROR - POST-331252 - Failed handle request via 'RoomMembershipRestServlet': <XForwardedForRequest at 0x7fe9ec30eb70 method='POST' uri='/_matrix/client/r0/rooms/!nsxQkuXAmwktOKyUNc%3Amatrix.org/leave' clientproto='HTTP/1.0' site='8008'>
Traceback (most recent call last):
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/twisted/internet/defer.py", line 1660, in _inlineCallbacks
    result = current_context.run(gen.send, result)
StopIteration: {}

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/http/server.py", line 366, in _async_render_wrapper
    callback_return = await self._async_render(request)
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/http/server.py", line 572, in _async_render
    callback_return = await raw_callback_return
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/rest/client/room.py", line 897, in on_POST
    content=event_content,
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/handlers/room_member.py", line 542, in update_membership
    state_event_ids=state_event_ids,
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/handlers/room_member.py", line 972, in update_membership_locked
    outlier=outlier,
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/handlers/room_member.py", line 400, in _local_membership_update
    ratelimit=ratelimit,
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/util/metrics.py", line 113, in measured_func
    r = await func(self, *args, **kwargs)
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/handlers/message.py", line 1291, in handle_new_client_event
    event, context
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/handlers/event_auth.py", line 58, in check_auth_rules_from_context
    await check_state_independent_auth_rules(self._store, event)
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/event_auth.py", line 169, in check_state_independent_auth_rules
    f"Event {event.event_id} has unknown auth event {auth_event_id}"
RuntimeError: Event $q5Kd0Xz6su7_-Tz95xBMDbJRT7FqKwxxhZlqb_0wF7s has unknown auth event $bzlaZlectu2259kw05dvXvYw1SUSThF1d9ngzPu2jYM
2022-08-13 22:18:21,294 - synapse.access.http.8008 - 471 - INFO - POST-331252 - 89.234.177.91 - 8008 - {@thatoo:defis.info} Processed request: 0.270sec/0.000sec (0.005sec, 0.001sec) (0.002sec/0.258sec/8) 55B 500 "POST /_matrix/client/r0/rooms/!nsxQkuXAmwktOKyUNc%3Amatrix.org/leave HTTP/1.0" "Dart/2.17 (dart:io)" [3 dbevts]
2022-08-13 22:18:21,401 - synapse.federation.transport.server.federation - 108 - INFO - PUT-331253 - Received txn 1660387865305 from matrix.epow0.org. (PDUs: 0, EDUs: 1)
2022-08-13 22:18:21,480 - synapse.access.http.8008 - 471 - INFO - PUT-331253 - 94.130.203.247 - 8008 - {matrix.epow0.org} Processed request: 0.081sec/0.000sec (0.001sec, 0.001sec) (0.002sec/0.075sec/6) 11B 200 "PUT /_matrix/federation/v1/send/1660387865305 HTTP/1.0" "Synapse/1.64.0" [0 dbevts]
2022-08-13 22:18:21,564 - synapse.federation.transport.server.federation - 108 - INFO - PUT-331254 - Received txn 1660217007956 from matrix.org. (PDUs: 0, EDUs: 1)
2022-08-13 22:18:21,568 - synapse.handlers.typing - 371 - INFO - PUT-331254 - Got typing update from @salif:matrix.org: {'room_id': '!FmBSWmHvlUJtFiEjrH:libera.chat', 'typing': False, 'user_id': '@salif:matrix.org'}
2022-08-13 22:18:21,586 - synapse.access.http.8008 - 471 - INFO - PUT-331254 - 176.126.240.157 - 8008 - {matrix.org} Processed request: 0.023sec/0.000sec (0.001sec, 0.000sec) (0.001sec/0.015sec/3) 11B 200 "PUT /_matrix/federation/v1/send/1660217007956 HTTP/1.0" "Synapse/1.65.0rc2 (b=matrix-org-hotfixes,d39ca69d0b)" [0 dbevts]
2022-08-13 22:18:21,661 - synapse.federation.transport.server.federation - 108 - INFO - PUT-331255 - Received txn 1660217007959 from matrix.org. (PDUs: 0, EDUs: 1)
2022-08-13 22:18:21,663 - synapse.handlers.typing - 371 - INFO - PUT-331255 - Got typing update from @salif:matrix.org: {'room_id': '!FmBSWmHvlUJtFiEjrH:libera.chat', 'typing': True, 'user_id': '@salif:matrix.org'}
2022-08-13 22:18:21,670 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$ZoCClblfMKBbPGjBk-BziQQDYEThUwY8YvKHzZAXlaM-$6pjue_bIFl_tqulfVLTc4FNdop7FxjD5IEtF78JChvU - {GET-O-2739127} [libera.chat] Completed request: 200 OK in 0.55 secs, got 890 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%246pjue_bIFl_tqulfVLTc4FNdop7FxjD5IEtF78JChvU
2022-08-13 22:18:21,671 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$ZoCClblfMKBbPGjBk-BziQQDYEThUwY8YvKHzZAXlaM-$mkDpyYfYxoGH0TzDMUYdNeHpmlrmBzJbT_ZBnfTleOI - {GET-O-2739128} [libera.chat] Completed request: 200 OK in 0.54 secs, got 909 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24mkDpyYfYxoGH0TzDMUYdNeHpmlrmBzJbT_ZBnfTleOI
2022-08-13 22:18:21,677 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$ZoCClblfMKBbPGjBk-BziQQDYEThUwY8YvKHzZAXlaM-$LcN5YKFmKWBFeYqhLalEQatyVVph3zw2NdIVGb_nHYE - {GET-O-2739130} [libera.chat] Completed request: 200 OK in 0.54 secs, got 1058 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24LcN5YKFmKWBFeYqhLalEQatyVVph3zw2NdIVGb_nHYE
2022-08-13 22:18:21,677 - synapse.access.http.8008 - 471 - INFO - PUT-331255 - 176.126.240.157 - 8008 - {matrix.org} Processed request: 0.016sec/0.002sec (0.002sec, 0.000sec) (0.001sec/0.011sec/2) 11B 200 "PUT /_matrix/federation/v1/send/1660217007959 HTTP/1.0" "Synapse/1.65.0rc2 (b=matrix-org-hotfixes,d39ca69d0b)" [0 dbevts]
2022-08-13 22:18:21,725 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$ZoCClblfMKBbPGjBk-BziQQDYEThUwY8YvKHzZAXlaM-$UrZqzbLgXrPA99uzI3XYK3cDmNFSdMdttG6ZC35Gyx8 - {GET-O-2739136} [libera.chat] Completed request: 200 OK in 0.05 secs, got 914 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24UrZqzbLgXrPA99uzI3XYK3cDmNFSdMdttG6ZC35Gyx8
2022-08-13 22:18:21,726 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$ZoCClblfMKBbPGjBk-BziQQDYEThUwY8YvKHzZAXlaM-$VB4AN_omWW2FfXdZPYOggiGnOk9BRvzHqBmwq1_ZCI4 - {GET-O-2739138} [libera.chat] Completed request: 200 OK in 0.05 secs, got 866 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24VB4AN_omWW2FfXdZPYOggiGnOk9BRvzHqBmwq1_ZCI4
2022-08-13 22:18:21,727 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$ZoCClblfMKBbPGjBk-BziQQDYEThUwY8YvKHzZAXlaM-$tbevBRrm7aImYeYSW2-CyxkzxN6i3_5qEsXfKnCMzNs - {GET-O-2739137} [libera.chat] Completed request: 200 OK in 0.05 secs, got 891 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24tbevBRrm7aImYeYSW2-CyxkzxN6i3_5qEsXfKnCMzNs
2022-08-13 22:18:21,728 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$ZoCClblfMKBbPGjBk-BziQQDYEThUwY8YvKHzZAXlaM-$URk8pYZXheUamoDjKJ3txp7VaR2widEA6B8G4kELSgE - {GET-O-2739132} [libera.chat] Completed request: 200 OK in 0.55 secs, got 892 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24URk8pYZXheUamoDjKJ3txp7VaR2widEA6B8G4kELSgE
2022-08-13 22:18:21,768 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$ZoCClblfMKBbPGjBk-BziQQDYEThUwY8YvKHzZAXlaM-$j1k2CvU1ZyIqHQuD142pqz77h1KuTtmBZ1KHyoB2zLo - {GET-O-2739139} [libera.chat] Completed request: 200 OK in 0.04 secs, got 880 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24j1k2CvU1ZyIqHQuD142pqz77h1KuTtmBZ1KHyoB2zLo
2022-08-13 22:18:21,769 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$ZoCClblfMKBbPGjBk-BziQQDYEThUwY8YvKHzZAXlaM-$q4JfBKbXbVlL0qDNy8F_XObn6r-MuzLWoU4SoHD-hjE - {GET-O-2739142} [libera.chat] Completed request: 200 OK in 0.04 secs, got 899 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24q4JfBKbXbVlL0qDNy8F_XObn6r-MuzLWoU4SoHD-hjE
2022-08-13 22:18:21,782 - synapse.federation.transport.server.federation - 108 - INFO - PUT-331256 - Received txn 1653440805579 from diffey.dev. (PDUs: 0, EDUs: 1)
2022-08-13 22:18:21,794 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$ZoCClblfMKBbPGjBk-BziQQDYEThUwY8YvKHzZAXlaM-$b-C7DUZFK0pBagl6TtlNb_Y3VtPsBDm4IzrBaaWM3eU - {GET-O-2739135} [libera.chat] Completed request: 200 OK in 0.54 secs, got 884 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24b-C7DUZFK0pBagl6TtlNb_Y3VtPsBDm4IzrBaaWM3eU
2022-08-13 22:18:21,800 - synapse.access.http.8008 - 471 - INFO - PUT-331256 - 5.39.85.64 - 8008 - {diffey.dev} Processed request: 0.019sec/0.001sec (0.000sec, 0.000sec) (0.001sec/0.016sec/2) 11B 200 "PUT /_matrix/federation/v1/send/1653440805579 HTTP/1.0" "Synapse/1.59.1" [0 dbevts]
2022-08-13 22:18:21,806 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$ZoCClblfMKBbPGjBk-BziQQDYEThUwY8YvKHzZAXlaM-$Z7OsLsCtEsmLWoNBKJakk3Luz9Q42Q91UjolFd7AI3k - {GET-O-2739143} [libera.chat] Completed request: 200 OK in 0.04 secs, got 873 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24Z7OsLsCtEsmLWoNBKJakk3Luz9Q42Q91UjolFd7AI3k
2022-08-13 22:18:21,823 - synapse.access.http.8008 - 471 - INFO - GET-331248 - 92.95.179.22 - 8008 - {@thatoo:defis.info} Processed request: 1.950sec/0.001sec (0.050sec, 0.013sec) (0.034sec/0.164sec/97) 635B 200 "GET /_matrix/client/r0/sync?filter=0&timeout=30000&since=s2254626_32380464_3020_1584954_207549_262_180726_2502660_0 HTTP/1.0" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) SchildiChat/1.10.12-sc.1 Chrome/98.0.4758.141 Electron/17.4.0 Safari/537.36" [0 dbevts]
2022-08-13 22:18:21,823 - synapse.access.http.8008 - 471 - INFO - GET-331249 - 89.234.177.91 - 8008 - {@thatoo:defis.info} Processed request: 1.860sec/0.001sec (0.004sec, 0.000sec) (0.000sec/0.000sec/0) 635B 200 "GET /_matrix/client/r0/sync?filter=4&since=s2254626_32380464_3020_1584954_207549_262_180726_2502660_0&timeout=30000 HTTP/1.0" "Dart/2.17 (dart:io)" [0 dbevts]
2022-08-13 22:18:21,832 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$ZoCClblfMKBbPGjBk-BziQQDYEThUwY8YvKHzZAXlaM-$loTEEPFtDum89dFMOpYi_L9B14ErdhLZ2RUrRcvipAY - {GET-O-2739145} [libera.chat] Completed request: 200 OK in 0.04 secs, got 871 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24loTEEPFtDum89dFMOpYi_L9B14ErdhLZ2RUrRcvipAY
2022-08-13 22:18:21,868 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$ZoCClblfMKBbPGjBk-BziQQDYEThUwY8YvKHzZAXlaM-$L38CEucE5N9diokWhRB-s-JOUiWJdiyNZSE8PMLxsGo - {GET-O-2739147} [libera.chat] Completed request: 200 OK in 0.04 secs, got 881 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24L38CEucE5N9diokWhRB-s-JOUiWJdiyNZSE8PMLxsGo
2022-08-13 22:18:21,912 - synapse.access.http.8008 - 471 - INFO - GET-331258 - 92.95.179.22 - 8008 - {@thatoo:defis.info} Processed request: 0.003sec/0.001sec (0.002sec, 0.000sec) (0.000sec/0.000sec/0) 654B 200 "GET /_matrix/client/r0/sync?filter=0&timeout=30000&since=s2254626_32380465_3021_1584954_207549_262_180726_2502660_0 HTTP/1.0" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) SchildiChat/1.10.12-sc.1 Chrome/98.0.4758.141 Electron/17.4.0 Safari/537.36" [0 dbevts]
2022-08-13 22:18:22,006 - synapse.access.http.8008 - 471 - INFO - GET-331260 - 89.234.177.91 - 8008 - {@thatoo:defis.info} Processed request: 0.003sec/0.000sec (0.000sec, 0.000sec) (0.000sec/0.000sec/0) 654B 200 "GET /_matrix/client/r0/sync?filter=4&since=s2254626_32380465_3021_1584954_207549_262_180726_2502660_0&timeout=30000 HTTP/1.0" "Dart/2.17 (dart:io)" [0 dbevts]
2022-08-13 22:18:22,267 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$ZoCClblfMKBbPGjBk-BziQQDYEThUwY8YvKHzZAXlaM-$bGwg2HNCIQ3gqH33KqrQgMNEh6VGAoSl3m9zV8jm5A8 - {GET-O-2739141} [libera.chat] Completed request: 200 OK in 0.54 secs, got 908 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24bGwg2HNCIQ3gqH33KqrQgMNEh6VGAoSl3m9zV8jm5A8
2022-08-13 22:18:22,273 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$ZoCClblfMKBbPGjBk-BziQQDYEThUwY8YvKHzZAXlaM-$jhtyNIC14w2lM7FDzgTbmo3raGX7gfpfRPlFGsyGm50 - {GET-O-2739140} [libera.chat] Completed request: 200 OK in 0.54 secs, got 887 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24jhtyNIC14w2lM7FDzgTbmo3raGX7gfpfRPlFGsyGm50
2022-08-13 22:22:22,373 - synapse.handlers.federation_event - 904 - WARNING - _process_incoming_pdus_in_room_inner-1615-$ymx_-40LylSMQas2F3G1daYIqZIpDFeDwnZhnq2o6-8-$QnYw8NLFYgT5y-n_a_8oW4QXl9dFjY7wn_57XE1q1A0 - Error attempting to resolve state at missing prev_events
Traceback (most recent call last):
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/handlers/federation_event.py", line 886, in _resolve_state_at_missing_prevs
    dest, room_id, p
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/handlers/federation_event.py", line 987, in _get_state_ids_after_missing_prev_event
    await self._get_state_and_persist(destination, room_id, event_id)
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/handlers/federation_event.py", line 1065, in _get_state_and_persist
    room_id, itertools.chain(auth_events, state_events)
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/handlers/federation_event.py", line 1420, in _auth_and_persist_outliers
    await self._auth_and_persist_outliers_inner(room_id, roots)
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/handlers/federation_event.py", line 1494, in _auth_and_persist_outliers_inner
    backfilled=True,
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/handlers/federation_event.py", line 2045, in persist_events_and_notify
    event_and_contexts, backfilled=backfilled
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/logging/opentracing.py", line 820, in _trace_inner
    return await func(*args, **kwargs)
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/storage/controllers/persist_events.py", line 388, in persist_events
    ret_vals = await yieldable_gather_results(enqueue, partitioned.items())
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/util/async_helpers.py", line 291, in yieldable_gather_results
    raise dfe.subFailure.value from None
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/twisted/internet/defer.py", line 1657, in _inlineCallbacks
    cast(Failure, result).throwExceptionIntoGenerator, gen
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/twisted/python/failure.py", line 514, in throwExceptionIntoGenerator
    return g.throw(self.type, self.value, self.tb)
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/storage/controllers/persist_events.py", line 385, in enqueue
    _PersistEventsTask(events_and_contexts=evs_ctxs, backfilled=backfilled),
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/storage/controllers/persist_events.py", line 232, in add_to_queue
    res = await make_deferred_yieldable(end_item.deferred.observe())
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/storage/controllers/persist_events.py", line 275, in handle_queue_loop
    ret = await self._per_item_callback(room_id, item.task)
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/storage/controllers/persist_events.py", line 341, in _process_event_persist_queue_task
    return await self._persist_event_batch(room_id, task)
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/storage/controllers/persist_events.py", line 709, in _persist_event_batch
    inhibit_local_membership_updates=backfilled,
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/storage/databases/main/events.py", line 218, in _persist_events_and_state_updates
    new_forward_extremities=new_forward_extremities,
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/storage/database.py", line 836, in runInteraction
    return await delay_cancellation(_runInteraction())
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/twisted/internet/defer.py", line 1657, in _inlineCallbacks
    cast(Failure, result).throwExceptionIntoGenerator, gen
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/twisted/python/failure.py", line 514, in throwExceptionIntoGenerator
    return g.throw(self.type, self.value, self.tb)
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/storage/database.py", line 817, in _runInteraction
    **kwargs,
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/storage/database.py", line 932, in runWithConnection
    self._db_pool.runWithConnection(inner_func, *args, **kwargs)
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/twisted/python/threadpool.py", line 244, in inContext
    result = inContext.theWork()  # type: ignore[attr-defined]
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/twisted/python/threadpool.py", line 261, in <lambda>
    ctx, func, *args, **kw
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/twisted/python/context.py", line 117, in callWithContext
    return self.currentContext().callWithContext(ctx, func, *args, **kw)
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/twisted/python/context.py", line 82, in callWithContext
    return func(*args, **kw)
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/twisted/enterprise/adbapi.py", line 282, in _runWithConnection
    result = func(conn, *args, **kw)
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/storage/database.py", line 924, in inner_func
    return func(db_conn, *args, **kwargs)
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/storage/database.py", line 672, in new_transaction
    r = func(cursor, *args, **kwargs)
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/storage/databases/main/events.py", line 433, in _persist_events_txn
    self._store_event_txn(txn, events_and_contexts=events_and_contexts)
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/storage/databases/main/events.py", line 1436, in _store_event_txn
    for event, _ in events_and_contexts
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/storage/database.py", line 1070, in simple_insert_many_txn
    txn.execute_values(sql, values, fetch=False)
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/storage/database.py", line 349, in execute_values
    sql,
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/storage/database.py", line 396, in _do_execute
    return func(sql, *args, **kwargs)
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/storage/database.py", line 348, in <lambda>
    lambda the_sql: execute_values(self.txn, the_sql, values, fetch=fetch),
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/psycopg2/extras.py", line 1270, in execute_values
    cur.execute(b''.join(parts))
psycopg2.errors.UniqueViolation: duplicate key value violates unique constraint "event_json_event_id_key"
DETAIL:  Key (event_id)=($igkxk4FIlGhUC_GNwTZk-fPfdVwV6_OzAKA137SZlK0) already exists.

2022-08-13 22:22:22,374 - synapse.handlers.federation_event - 804 - WARNING - _process_incoming_pdus_in_room_inner-1615-$ymx_-40LylSMQas2F3G1daYIqZIpDFeDwnZhnq2o6-8-$QnYw8NLFYgT5y-n_a_8oW4QXl9dFjY7wn_57XE1q1A0 - Pulled event $QnYw8NLFYgT5y-n_a_8oW4QXl9dFjY7wn_57XE1q1A0 failed history check.
2022-08-13 22:22:22,374 - synapse.handlers.federation_event - 766 - INFO - _process_incoming_pdus_in_room_inner-1615-$ymx_-40LylSMQas2F3G1daYIqZIpDFeDwnZhnq2o6-8-$AkP7hATQg0De-7e5kBko642zkMKRqdqEZOw2jKBv2XY - Processing pulled event <FrozenEventV3 event_id=$AkP7hATQg0De-7e5kBko642zkMKRqdqEZOw2jKBv2XY, type=m.room.member, state_key=@irc_g0uZ:matrix.fdn.fr, outlier=False>
2022-08-13 22:22:22,377 - synapse.handlers.federation_event - 858 - INFO - _process_incoming_pdus_in_room_inner-1615-$ymx_-40LylSMQas2F3G1daYIqZIpDFeDwnZhnq2o6-8-$AkP7hATQg0De-7e5kBko642zkMKRqdqEZOw2jKBv2XY - Event $AkP7hATQg0De-7e5kBko642zkMKRqdqEZOw2jKBv2XY is missing prev_events ['$QnYw8NLFYgT5y-n_a_8oW4QXl9dFjY7wn_57XE1q1A0']: calculating state for a backwards extremity
2022-08-13 22:22:22,377 - synapse.handlers.federation_event - 878 - INFO - _process_incoming_pdus_in_room_inner-1615-$ymx_-40LylSMQas2F3G1daYIqZIpDFeDwnZhnq2o6-8-$AkP7hATQg0De-7e5kBko642zkMKRqdqEZOw2jKBv2XY - Requesting state after missing prev_event $QnYw8NLFYgT5y-n_a_8oW4QXl9dFjY7wn_57XE1q1A0
2022-08-13 22:22:22,391 - synapse.http.server - 187 - ERROR - POST-332148 - Failed handle request via 'RoomMembershipRestServlet': <XForwardedForRequest at 0x7fea0e5f6828 method='POST' uri='/_matrix/client/r0/rooms/!nsxQkuXAmwktOKyUNc%3Amatrix.org/leave' clientproto='HTTP/1.0' site='8008'>
Traceback (most recent call last):
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/twisted/internet/defer.py", line 1660, in _inlineCallbacks
    result = current_context.run(gen.send, result)
StopIteration: {}

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/http/server.py", line 366, in _async_render_wrapper
    callback_return = await self._async_render(request)
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/http/server.py", line 572, in _async_render
    callback_return = await raw_callback_return
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/rest/client/room.py", line 897, in on_POST
    content=event_content,
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/handlers/room_member.py", line 542, in update_membership
    state_event_ids=state_event_ids,
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/handlers/room_member.py", line 972, in update_membership_locked
    outlier=outlier,
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/handlers/room_member.py", line 400, in _local_membership_update
    ratelimit=ratelimit,
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/util/metrics.py", line 113, in measured_func
    r = await func(self, *args, **kwargs)
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/handlers/message.py", line 1291, in handle_new_client_event
    event, context
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/handlers/event_auth.py", line 58, in check_auth_rules_from_context
    await check_state_independent_auth_rules(self._store, event)
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/event_auth.py", line 169, in check_state_independent_auth_rules
    f"Event {event.event_id} has unknown auth event {auth_event_id}"
RuntimeError: Event $SwPyX7mQATK95QB4cDkI2EunZz8Si3A4a3NIJZsWa-4 has unknown auth event $bzlaZlectu2259kw05dvXvYw1SUSThF1d9ngzPu2jYM
2022-08-13 22:22:22,393 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$5wycHI0OYLpmOWw-YGtk-pOnmBpNLHagCIz5IffH_oY - {GET-O-2745497} [libera.chat] Completed request: 200 OK in 0.04 secs, got 897 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%245wycHI0OYLpmOWw-YGtk-pOnmBpNLHagCIz5IffH_oY
2022-08-13 22:22:22,394 - synapse.access.http.8008 - 471 - INFO - POST-332148 - 92.95.179.22 - 8008 - {@thatoo:defis.info} Processed request: 0.127sec/0.002sec (0.009sec, 0.001sec) (0.044sec/0.042sec/3) 55B 500 "POST /_matrix/client/r0/rooms/!nsxQkuXAmwktOKyUNc%3Amatrix.org/leave HTTP/1.0" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) SchildiChat/1.10.12-sc.1 Chrome/98.0.4758.141 Electron/17.4.0 Safari/537.36" [2 dbevts]
2022-08-13 22:22:22,397 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$L_QlDbuRsocEKFZDdmD9AuvW8GDgn0cfJs8QvCmagSs - {GET-O-2745495} [libera.chat] Completed request: 200 OK in 0.05 secs, got 821 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24L_QlDbuRsocEKFZDdmD9AuvW8GDgn0cfJs8QvCmagSs
2022-08-13 22:22:22,400 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$XVy8wuxqoJ9EzHbCaUInV01uNMQXcGVxiNH4oQcmCzw - {GET-O-2745498} [libera.chat] Completed request: 200 OK in 0.05 secs, got 901 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24XVy8wuxqoJ9EzHbCaUInV01uNMQXcGVxiNH4oQcmCzw
2022-08-13 22:22:22,402 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$r8AC2evLG4tUvwrTM7lrXN3OQUa2hbtAR2Z88lCLN20 - {GET-O-2745494} [libera.chat] Completed request: 200 OK in 0.05 secs, got 906 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24r8AC2evLG4tUvwrTM7lrXN3OQUa2hbtAR2Z88lCLN20
2022-08-13 22:22:22,403 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$NbATYlmv1575emCPLkcVNkzHwM2y7xerupIzhDT7vLo - {GET-O-2745496} [libera.chat] Completed request: 200 OK in 0.05 secs, got 896 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24NbATYlmv1575emCPLkcVNkzHwM2y7xerupIzhDT7vLo
2022-08-13 22:22:22,409 - synapse.access.http.8008 - 471 - INFO - PUT-332149 - 176.126.240.157 - 8008 - {matrix.org} Processed request: 0.143sec/0.001sec (0.005sec, 0.000sec) (0.033sec/0.060sec/3) 11B 200 "PUT /_matrix/federation/v1/send/1660217011817 HTTP/1.0" "Synapse/1.65.0rc2 (b=matrix-org-hotfixes,d39ca69d0b)" [0 dbevts]
2022-08-13 22:22:22,431 - synapse.access.http.8008 - 471 - INFO - PUT-332138 - 185.19.30.210 - 8008 - {matrix.themelio.org} Processed request: 1.120sec/0.002sec (0.002sec, 0.000sec) (0.017sec/0.127sec/5) 11B 200 "PUT /_matrix/federation/v1/send/1660422140557-103 HTTP/1.0" "Dendrite/0.9.1" [0 dbevts]
2022-08-13 22:22:22,441 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$02l5C8ayG0BK6aUyqmnCEN1IAUy7tTVuJs2cLi5fAS0 - {GET-O-2745503} [libera.chat] Completed request: 200 OK in 0.04 secs, got 900 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%2402l5C8ayG0BK6aUyqmnCEN1IAUy7tTVuJs2cLi5fAS0
2022-08-13 22:22:22,442 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$YPMvA2HjZn26mW0W3hZvp7bLcIGNbx9djr2vSxzYSxE - {GET-O-2745500} [libera.chat] Completed request: 200 OK in 0.05 secs, got 908 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24YPMvA2HjZn26mW0W3hZvp7bLcIGNbx9djr2vSxzYSxE
2022-08-13 22:22:22,446 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$90hiCH96LbrSUME23QedaAOqYdqA8LFfiwc5eKevdPs - {GET-O-2745501} [libera.chat] Completed request: 200 OK in 0.05 secs, got 885 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%2490hiCH96LbrSUME23QedaAOqYdqA8LFfiwc5eKevdPs
2022-08-13 22:22:22,447 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$uBB-nGMLBB6X661dh-0TGTaN9ENhBaVoUekawo8lsMU - {GET-O-2745502} [libera.chat] Completed request: 200 OK in 0.05 secs, got 915 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24uBB-nGMLBB6X661dh-0TGTaN9ENhBaVoUekawo8lsMU
2022-08-13 22:22:22,455 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$v2NWktrMkm1J_nF35FJZHaj0fBSDLYHMqOdU9ExTdjo - {GET-O-2745504} [libera.chat] Completed request: 200 OK in 0.05 secs, got 914 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24v2NWktrMkm1J_nF35FJZHaj0fBSDLYHMqOdU9ExTdjo
2022-08-13 22:22:22,461 - synapse.access.http.8008 - 471 - INFO - PUT-332145 - 80.243.52.143 - 8008 - {chir.rs} Processed request: 0.551sec/0.005sec (0.002sec, 0.000sec) (0.051sec/0.115sec/5) 11B 200 "PUT /_matrix/federation/v1/send/1660032893441 HTTP/1.0" "Synapse/1.64.0" [0 dbevts]
2022-08-13 22:22:22,475 - synapse.access.http.8008 - 471 - INFO - PUT-332146 - 72.83.234.192 - 8008 - {szejner.com} Processed request: 0.570sec/0.000sec (0.007sec, 0.000sec) (0.012sec/0.121sec/5) 11B 200 "PUT /_matrix/federation/v1/send/1660318664200 HTTP/1.0" "Synapse/1.64.0" [0 dbevts]
2022-08-13 22:22:22,488 - synapse.access.http.8008 - 471 - INFO - PUT-332147 - 89.246.198.76 - 8008 - {gaengeviertel.tk} Processed request: 0.582sec/0.000sec (0.002sec, 0.001sec) (0.011sec/0.141sec/5) 11B 200 "PUT /_matrix/federation/v1/send/1660236321340 HTTP/1.0" "Synapse/1.64.0" [0 dbevts]
2022-08-13 22:22:22,515 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$w1a7KfqAnTCGtuxHKSnUOtMwkDlCtUNdvcVQie2OSIo - {GET-O-2745505} [libera.chat] Completed request: 200 OK in 0.06 secs, got 888 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24w1a7KfqAnTCGtuxHKSnUOtMwkDlCtUNdvcVQie2OSIo
2022-08-13 22:22:22,518 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$vMwZvdNWs5ENJjZ1HU8s72l0_Dt2ckXrCas_kyk2Bgw - {GET-O-2745506} [libera.chat] Completed request: 200 OK in 0.06 secs, got 906 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24vMwZvdNWs5ENJjZ1HU8s72l0_Dt2ckXrCas_kyk2Bgw
2022-08-13 22:22:22,519 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$7SXhmk7emperKjGtj02OIRNL8BGy8g1EdM_XBMP6WcM - {GET-O-2745509} [libera.chat] Completed request: 200 OK in 0.06 secs, got 877 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%247SXhmk7emperKjGtj02OIRNL8BGy8g1EdM_XBMP6WcM
2022-08-13 22:22:22,526 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$aTEXPJf_VecaagnxgBg2AvaFo3j_wS-BWZkPrvsb-Y0 - {GET-O-2745507} [libera.chat] Completed request: 200 OK in 0.07 secs, got 903 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24aTEXPJf_VecaagnxgBg2AvaFo3j_wS-BWZkPrvsb-Y0
2022-08-13 22:22:22,527 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$QSPeKR2gvxpehd6a0kD2KYAQWOCIAxBbUVH3eA04FJY - {GET-O-2745508} [libera.chat] Completed request: 200 OK in 0.07 secs, got 882 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24QSPeKR2gvxpehd6a0kD2KYAQWOCIAxBbUVH3eA04FJY
2022-08-13 22:22:22,563 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$gIxFSlxbdokZeIwFy__P8kHeLlS8HiBCoQrVhWKyaFM - {GET-O-2745510} [libera.chat] Completed request: 200 OK in 0.05 secs, got 897 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24gIxFSlxbdokZeIwFy__P8kHeLlS8HiBCoQrVhWKyaFM
2022-08-13 22:22:22,580 - synapse.federation.transport.server.federation - 108 - INFO - PUT-332150 - Received txn 1660217011820 from matrix.org. (PDUs: 1, EDUs: 0)
2022-08-13 22:22:22,581 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$im7v6ZDT1paOr7wKJPhn85Nor2016AwSQ01QEAfFzR8 - {GET-O-2745511} [libera.chat] Completed request: 200 OK in 0.05 secs, got 797 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24im7v6ZDT1paOr7wKJPhn85Nor2016AwSQ01QEAfFzR8
2022-08-13 22:22:22,583 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$EfuCNnbnVJI6v94Jo6Gfxjjs9pmlN7cnoiB2d3JBWiQ - {GET-O-2745512} [libera.chat] Completed request: 200 OK in 0.05 secs, got 872 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24EfuCNnbnVJI6v94Jo6Gfxjjs9pmlN7cnoiB2d3JBWiQ
2022-08-13 22:22:22,618 - synapse.federation.federation_server - 1155 - INFO - _process_incoming_pdus_in_room_inner-1616 - handling received PDU in room !FmBSWmHvlUJtFiEjrH:libera.chat: <FrozenEventV3 event_id=$0-3Z4srg897DzPI5Rvvt3J5MHgq8i7fvYx2qKqBajcc, type=m.room.message, state_key=None, outlier=False>
2022-08-13 22:22:22,630 - synapse.handlers.federation_event - 229 - INFO - _process_incoming_pdus_in_room_inner-1616-$0-3Z4srg897DzPI5Rvvt3J5MHgq8i7fvYx2qKqBajcc - Acquiring room lock to fetch 1 missing prev_events: ['$rOGVUKBwxiUjR4msu5n6NriMvSn3umFVR6JiqdxrZaE']
2022-08-13 22:22:22,630 - synapse.handlers.federation_event - 234 - INFO - _process_incoming_pdus_in_room_inner-1616-$0-3Z4srg897DzPI5Rvvt3J5MHgq8i7fvYx2qKqBajcc - Acquired room lock to fetch 1 missing prev_events
2022-08-13 22:22:22,631 - synapse.access.http.8008 - 471 - INFO - GET-332132 - 92.95.179.22 - 8008 - {@thatoo:defis.info} Processed request: 5.188sec/0.001sec (0.066sec, 0.007sec) (0.030sec/0.169sec/96) 1034B 200 "GET /_matrix/client/r0/sync?filter=0&timeout=30000&since=s2254652_32380727_3120_1584970_207550_262_180726_2502666_0 HTTP/1.0" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) SchildiChat/1.10.12-sc.1 Chrome/98.0.4758.141 Electron/17.4.0 Safari/537.36" [0 dbevts]
2022-08-13 22:22:22,633 - synapse.access.http.8008 - 471 - INFO - PUT-332150 - 176.126.240.157 - 8008 - {matrix.org} Processed request: 0.054sec/0.001sec (0.003sec, 0.000sec) (0.002sec/0.043sec/5) 60B 200 "PUT /_matrix/federation/v1/send/1660217011820 HTTP/1.0" "Synapse/1.65.0rc2 (b=matrix-org-hotfixes,d39ca69d0b)" [0 dbevts]
2022-08-13 22:22:22,633 - synapse.handlers.federation_event - 635 - INFO - _process_incoming_pdus_in_room_inner-1616-$0-3Z4srg897DzPI5Rvvt3J5MHgq8i7fvYx2qKqBajcc - Requesting missing events between ['$cq3zWBOSQORqjlX9UQUKmwVCl6LGo124v-0czd2GhNc', '$k9KywKMPJl_4cxk4N7QxeM9dRH_cKtO314ZZMkRRcM4', '$Fon6r65PHcq7ku7viJ6W4GQp_9BOxhEAu-HJFK6NuAE', '$H5-lqWua9G9f4WThZZ86mixTv6OU7qX-S-eVtLh66-k', '$oaLj_AW6uiQ7I6JL4htAwGIQ-G2PpD5ZiSTMEQ7AEXs', ...] and $0-3Z4srg897DzPI5Rvvt3J5MHgq8i7fvYx2qKqBajcc
2022-08-13 22:22:22,679 - synapse.federation.transport.server.federation - 108 - INFO - PUT-332151 - Received txn 1660422142610-104 from matrix.themelio.org. (PDUs: 0, EDUs: 1)
2022-08-13 22:22:22,715 - synapse.access.http.8008 - 471 - INFO - PUT-332151 - 185.19.30.210 - 8008 - {matrix.themelio.org} Processed request: 0.036sec/0.000sec (0.002sec, 0.001sec) (0.001sec/0.030sec/5) 11B 200 "PUT /_matrix/federation/v1/send/1660422142610-104 HTTP/1.0" "Dendrite/0.9.1" [0 dbevts]
2022-08-13 22:22:22,790 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-1615-$ymx_-40LylSMQas2F3G1daYIqZIpDFeDwnZhnq2o6-8-$AkP7hATQg0De-7e5kBko642zkMKRqdqEZOw2jKBv2XY-$QnYw8NLFYgT5y-n_a_8oW4QXl9dFjY7wn_57XE1q1A0 - {GET-O-2745499} [matrix.fdn.fr] Completed request: 200 OK in 0.41 secs, got 615826 bytes - GET matrix://matrix.fdn.fr/_matrix/federation/v1/state_ids/%21IVhsVGlnEjiLZiiDkl%3Amatrix.fdn.fr?event_id=%24QnYw8NLFYgT5y-n_a_8oW4QXl9dFjY7wn_57XE1q1A0
2022-08-13 22:22:22,800 - synapse.access.http.8008 - 471 - INFO - PUT-332153 - 92.95.179.22 - 8008 - {@thatoo:defis.info} Processed request: 0.030sec/0.001sec (0.001sec, 0.000sec) (0.001sec/0.022sec/3) 2B 200 "PUT /_matrix/client/r0/user/%40thatoo%3Adefis.info/account_data/im.vector.setting.breadcrumbs HTTP/1.0" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) SchildiChat/1.10.12-sc.1 Chrome/98.0.4758.141 Electron/17.4.0 Safari/537.36" [0 dbevts]
2022-08-13 22:22:23,039 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-1616-$0-3Z4srg897DzPI5Rvvt3J5MHgq8i7fvYx2qKqBajcc - {POST-O-2745518} [matrix.org] Completed request: 200 OK in 0.41 secs, got 8029 bytes - POST matrix://matrix.org/_matrix/federation/v1/get_missing_events/%21FmBSWmHvlUJtFiEjrH%3Alibera.chat
2022-08-13 22:22:23,045 - synapse.handlers.federation_event - 703 - INFO - _process_incoming_pdus_in_room_inner-1616-$0-3Z4srg897DzPI5Rvvt3J5MHgq8i7fvYx2qKqBajcc - Got 10 prev_events
2022-08-13 22:22:23,045 - synapse.handlers.federation_event - 766 - INFO - _process_incoming_pdus_in_room_inner-1616-$0-3Z4srg897DzPI5Rvvt3J5MHgq8i7fvYx2qKqBajcc-$NretWatXcRfd3Ox2T9eCRhsREqutGzlkSCc6EQ2pCkE - Processing pulled event <FrozenEventV3 event_id=$NretWatXcRfd3Ox2T9eCRhsREqutGzlkSCc6EQ2pCkE, type=m.room.member, state_key=@Fauve:libera.chat, outlier=False>
2022-08-13 22:22:23,048 - synapse.handlers.federation_event - 858 - INFO - _process_incoming_pdus_in_room_inner-1616-$0-3Z4srg897DzPI5Rvvt3J5MHgq8i7fvYx2qKqBajcc-$NretWatXcRfd3Ox2T9eCRhsREqutGzlkSCc6EQ2pCkE - Event $NretWatXcRfd3Ox2T9eCRhsREqutGzlkSCc6EQ2pCkE is missing prev_events ['$2iH077uaTb-kNsdtGlsoOr2sV0l7G-uRoXyLHwPdmFk']: calculating state for a backwards extremity
2022-08-13 22:22:23,048 - synapse.handlers.federation_event - 878 - INFO - _process_incoming_pdus_in_room_inner-1616-$0-3Z4srg897DzPI5Rvvt3J5MHgq8i7fvYx2qKqBajcc-$NretWatXcRfd3Ox2T9eCRhsREqutGzlkSCc6EQ2pCkE - Requesting state after missing prev_event $2iH077uaTb-kNsdtGlsoOr2sV0l7G-uRoXyLHwPdmFk
2022-08-13 22:22:23,075 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$ANPw3IjrA4Q1bz_DuaXrnaOR58Jga9qlpzlhDvyZBMM - {GET-O-2745513} [libera.chat] Completed request: 200 OK in 0.54 secs, got 915 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24ANPw3IjrA4Q1bz_DuaXrnaOR58Jga9qlpzlhDvyZBMM
2022-08-13 22:22:23,101 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$XkVs86OoOQ0nADryML9wGLzHCkZwVOvLDDWONqfUTHQ - {GET-O-2745515} [libera.chat] Completed request: 200 OK in 0.54 secs, got 890 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24XkVs86OoOQ0nADryML9wGLzHCkZwVOvLDDWONqfUTHQ
2022-08-13 22:22:23,106 - synapse.rest.client.read_marker - 66 - INFO - POST-332157 - Ignoring unrecognized receipt types: {'org.matrix.msc2285.hidden'}
2022-08-13 22:22:23,106 - synapse.access.http.8008 - 471 - INFO - POST-332157 - 92.95.179.22 - 8008 - {@thatoo:defis.info} Processed request: 0.001sec/0.000sec (0.000sec, 0.000sec) (0.000sec/0.000sec/0) 2B 200 "POST /_matrix/client/r0/rooms/!BXzpAQtlPrIBZsjMRj%3Alibera.chat/read_markers HTTP/1.0" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) SchildiChat/1.10.12-sc.1 Chrome/98.0.4758.141 Electron/17.4.0 Safari/537.36" [0 dbevts]
2022-08-13 22:22:23,108 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$rMvrt80skwI5DIYoXsm4dKRoVgVOxVfsvnZSRziC74M - {GET-O-2745514} [libera.chat] Completed request: 200 OK in 0.57 secs, got 915 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24rMvrt80skwI5DIYoXsm4dKRoVgVOxVfsvnZSRziC74M
2022-08-13 22:22:23,111 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$aPQ-nTGp_IsLke45u_HLeBdkN47zmLWqUGOKZ-MoXwU - {GET-O-2745521} [libera.chat] Completed request: 200 OK in 0.04 secs, got 855 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24aPQ-nTGp_IsLke45u_HLeBdkN47zmLWqUGOKZ-MoXwU
2022-08-13 22:22:23,127 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$5SXZNatMlqUYDN2s-zjTxxU509_sYSGz_dwtEDd4MOM - {GET-O-2745516} [libera.chat] Completed request: 200 OK in 0.54 secs, got 870 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%245SXZNatMlqUYDN2s-zjTxxU509_sYSGz_dwtEDd4MOM
2022-08-13 22:22:23,129 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$8JU_QpKMd110F_g0dkp7pk6FHUy78RC3ZQYoajX_9qQ - {GET-O-2745517} [libera.chat] Completed request: 200 OK in 0.54 secs, got 905 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%248JU_QpKMd110F_g0dkp7pk6FHUy78RC3ZQYoajX_9qQ
2022-08-13 22:22:23,141 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$fpz2vnXZJxCW-AEreXTjgf3EMZiHlR2bnqT6A7N6Y6k - {GET-O-2745522} [libera.chat] Completed request: 200 OK in 0.04 secs, got 933 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24fpz2vnXZJxCW-AEreXTjgf3EMZiHlR2bnqT6A7N6Y6k
2022-08-13 22:22:23,145 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$qQkzmv-yC_9RnmVKMBTCnSCzIlW23fxePgDbjlN4QDQ - {GET-O-2745523} [libera.chat] Completed request: 200 OK in 0.04 secs, got 896 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24qQkzmv-yC_9RnmVKMBTCnSCzIlW23fxePgDbjlN4QDQ
2022-08-13 22:22:23,169 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$u33GzjPwe9Lv7yUPXLYI6KcupojIlRUIfdx_i--DdI0 - {GET-O-2745525} [libera.chat] Completed request: 200 OK in 0.04 secs, got 889 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24u33GzjPwe9Lv7yUPXLYI6KcupojIlRUIfdx_i--DdI0
2022-08-13 22:22:23,317 - synapse.access.http.8008 - 471 - INFO - GET-332156 - 92.95.179.22 - 8008 - {@thatoo:defis.info} Processed request: 0.233sec/0.001sec (0.062sec, 0.004sec) (0.022sec/0.158sec/100) 1419B 200 "GET /_matrix/client/r0/sync?filter=0&timeout=30000&since=s2254652_32380728_3121_1584970_207550_262_180726_2502666_0 HTTP/1.0" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) SchildiChat/1.10.12-sc.1 Chrome/98.0.4758.141 Electron/17.4.0 Safari/537.36" [0 dbevts]
2022-08-13 22:22:23,321 - synapse.federation.transport.server.federation - 108 - INFO - PUT-332158 - Received txn 1659551441923 from catgirl.cloud. (PDUs: 0, EDUs: 1)
2022-08-13 22:22:23,391 - synapse.access.http.8008 - 471 - INFO - PUT-332158 - 148.251.41.235 - 8008 - {catgirl.cloud} Processed request: 0.073sec/0.000sec (0.000sec, 0.000sec) (0.001sec/0.068sec/3) 11B 200 "PUT /_matrix/federation/v1/send/1659551441923 HTTP/1.0" "Synapse/1.64.0" [0 dbevts]
2022-08-13 22:22:23,650 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$qW3S-mlv0Dgdi7QZ73ZzvQ2toDcHQm8vOhNpkFWu3pw - {GET-O-2745524} [libera.chat] Completed request: 200 OK in 0.54 secs, got 911 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24qW3S-mlv0Dgdi7QZ73ZzvQ2toDcHQm8vOhNpkFWu3pw
2022-08-13 22:22:23,673 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$alAoJKc4Ww9UVHFCcWrVMEWco8PrhfLIL_6sHJMdlu0 - {GET-O-2745526} [libera.chat] Completed request: 200 OK in 0.54 secs, got 912 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24alAoJKc4Ww9UVHFCcWrVMEWco8PrhfLIL_6sHJMdlu0
2022-08-13 22:22:23,684 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$uecQJllZKavOWQElwjxVh_1Flvbx0Am7WOZZ1ajjs0A - {GET-O-2745527} [libera.chat] Completed request: 200 OK in 0.54 secs, got 912 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24uecQJllZKavOWQElwjxVh_1Flvbx0Am7WOZZ1ajjs0A
2022-08-13 22:22:23,685 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$0WWYRGZRal_MiCYbpfcRecuqJ9eWv6DRH1rgJDcDbE8 - {GET-O-2745528} [libera.chat] Completed request: 200 OK in 0.54 secs, got 912 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%240WWYRGZRal_MiCYbpfcRecuqJ9eWv6DRH1rgJDcDbE8
2022-08-13 22:22:23,687 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$FheENHp-uGC-j8pMlu0hcGOgdYtKD1KXpNgYuq2thVU - {GET-O-2745530} [libera.chat] Completed request: 200 OK in 0.04 secs, got 904 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24FheENHp-uGC-j8pMlu0hcGOgdYtKD1KXpNgYuq2thVU
2022-08-13 22:22:23,690 - synapse.federation.transport.server.federation - 108 - INFO - PUT-332161 - Received txn 1660381371268 from sohrab.xyz. (PDUs: 0, EDUs: 2)
2022-08-13 22:22:23,707 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$uYpo0qA68vLP_TXzd6zF9UYsMFUx7j4g-NimaBx8pvc - {GET-O-2745529} [libera.chat] Completed request: 200 OK in 0.54 secs, got 908 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24uYpo0qA68vLP_TXzd6zF9UYsMFUx7j4g-NimaBx8pvc
2022-08-13 22:22:23,710 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$-u4O6PnMwP-kCtemhGYyuzNptp_DEKuWtpx5JFye-Bs - {GET-O-2745531} [libera.chat] Completed request: 200 OK in 0.04 secs, got 885 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24-u4O6PnMwP-kCtemhGYyuzNptp_DEKuWtpx5JFye-Bs
2022-08-13 22:22:23,721 - synapse.federation.transport.server.federation - 108 - INFO - PUT-332162 - Received txn 1659784911376 from uberpurple.com. (PDUs: 0, EDUs: 1)
2022-08-13 22:22:23,724 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$uh3s9kXdDVbaI1Ky_Emks13Ym4-9jF_fE1yutQAswSg - {GET-O-2745533} [libera.chat] Completed request: 200 OK in 0.04 secs, got 872 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24uh3s9kXdDVbaI1Ky_Emks13Ym4-9jF_fE1yutQAswSg
2022-08-13 22:22:23,726 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$xhy3UHFIrqVYPRQ51AKQMJLvGOcrp-xcFNS1tfSel-s - {GET-O-2745534} [libera.chat] Completed request: 200 OK in 0.04 secs, got 891 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24xhy3UHFIrqVYPRQ51AKQMJLvGOcrp-xcFNS1tfSel-s
2022-08-13 22:22:23,730 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$z1-CKVUdTjLFVV-6vHUF1_M80_m58h7T1TVkak3TyzE - {GET-O-2745532} [libera.chat] Completed request: 200 OK in 0.05 secs, got 887 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24z1-CKVUdTjLFVV-6vHUF1_M80_m58h7T1TVkak3TyzE
2022-08-13 22:22:23,745 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$8y1pAs_CDEzZaIViayxIpr2PDyPK0AfmTBLLmbTLL9E - {GET-O-2745535} [libera.chat] Completed request: 200 OK in 0.04 secs, got 913 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%248y1pAs_CDEzZaIViayxIpr2PDyPK0AfmTBLLmbTLL9E
2022-08-13 22:22:23,746 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$vWhMlzqp3X72zcaubnErE-U3fngMVO2rcgg_lxTsnXw - {GET-O-2745536} [libera.chat] Completed request: 200 OK in 0.04 secs, got 908 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24vWhMlzqp3X72zcaubnErE-U3fngMVO2rcgg_lxTsnXw
2022-08-13 22:22:23,771 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$wIGM5pG6HVP_nkPU7V9nIn1Y2GYXHynUP1Fu6Z99In4 - {GET-O-2745537} [libera.chat] Completed request: 200 OK in 0.04 secs, got 897 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24wIGM5pG6HVP_nkPU7V9nIn1Y2GYXHynUP1Fu6Z99In4
2022-08-13 22:22:23,771 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$fPHuJg-3UW0NEgc5wge7z4IrjnzDoFkr-KgnZ_Piqp8 - {GET-O-2745538} [libera.chat] Completed request: 200 OK in 0.04 secs, got 908 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24fPHuJg-3UW0NEgc5wge7z4IrjnzDoFkr-KgnZ_Piqp8
2022-08-13 22:22:23,782 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$EsD7kwO6CGswxmklVG02mLSSC7jZNLw1p-yymj8c0r0 - {GET-O-2745540} [libera.chat] Completed request: 200 OK in 0.04 secs, got 898 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24EsD7kwO6CGswxmklVG02mLSSC7jZNLw1p-yymj8c0r0
2022-08-13 22:22:23,783 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$vDDj6fFUbejcvSdgsVAMJhvLzbaTBEknRRp4A3V0XDc - {GET-O-2745541} [libera.chat] Completed request: 200 OK in 0.04 secs, got 884 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24vDDj6fFUbejcvSdgsVAMJhvLzbaTBEknRRp4A3V0XDc
2022-08-13 22:22:23,809 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$vjL3ozwTpXrfQyJLnYl2YgBPOhg7BdFRsvy1dZ7McCM - {GET-O-2745542} [libera.chat] Completed request: 200 OK in 0.04 secs, got 892 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24vjL3ozwTpXrfQyJLnYl2YgBPOhg7BdFRsvy1dZ7McCM
2022-08-13 22:22:23,819 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$dmToo6fxrdStKYHVYlgmN4ZSpYV0wt8GVNXeqUpJWl0 - {GET-O-2745544} [libera.chat] Completed request: 200 OK in 0.04 secs, got 899 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24dmToo6fxrdStKYHVYlgmN4ZSpYV0wt8GVNXeqUpJWl0
2022-08-13 22:22:23,836 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$RayzqIDL3IF4NahO-leNj0-PhLNGahGVhxEl-4LHne8 - {GET-O-2745545} [libera.chat] Completed request: 200 OK in 0.05 secs, got 909 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24RayzqIDL3IF4NahO-leNj0-PhLNGahGVhxEl-4LHne8
2022-08-13 22:22:23,845 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$u9wUtxd4suW25FSlm40g-qIgSXhvpc95KqfqOpOqlYA - {GET-O-2745546} [libera.chat] Completed request: 200 OK in 0.04 secs, got 909 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24u9wUtxd4suW25FSlm40g-qIgSXhvpc95KqfqOpOqlYA
2022-08-13 22:22:23,855 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$NgkKf-_p0plm2jKxm7clhQa_d9wj_YlDHCnKZx4MVp8 - {GET-O-2745547} [libera.chat] Completed request: 200 OK in 0.04 secs, got 853 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24NgkKf-_p0plm2jKxm7clhQa_d9wj_YlDHCnKZx4MVp8
2022-08-13 22:22:23,872 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$gDZyMmHvjplvDmzrYxZNi8CDuB8bfPaCRi4oOqttpNI - {GET-O-2745548} [libera.chat] Completed request: 200 OK in 0.04 secs, got 902 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24gDZyMmHvjplvDmzrYxZNi8CDuB8bfPaCRi4oOqttpNI
2022-08-13 22:22:24,276 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$8mUXt_mXzjyLvVYGeEelsATwpax3iXL5LyqUhs1uGKw - {GET-O-2745539} [libera.chat] Completed request: 200 OK in 0.55 secs, got 904 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%248mUXt_mXzjyLvVYGeEelsATwpax3iXL5LyqUhs1uGKw
2022-08-13 22:22:24,309 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$xWHxqhDQn_9t1grKlGlf-Mir4ZI520Mv3UbkyArzx-A - {GET-O-2745543} [libera.chat] Completed request: 200 OK in 0.54 secs, got 909 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24xWHxqhDQn_9t1grKlGlf-Mir4ZI520Mv3UbkyArzx-A
2022-08-13 22:22:24,313 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$69RcqtTd3WoxUIuLGNLY1KPMzwpKSppjm68quo5UH5I - {GET-O-2745552} [libera.chat] Completed request: 200 OK in 0.04 secs, got 890 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%2469RcqtTd3WoxUIuLGNLY1KPMzwpKSppjm68quo5UH5I
2022-08-13 22:22:24,346 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$cWrcxcnhTCiuwPPXgNTFGAgYPafVoifQV_USd-nMFrg - {GET-O-2745553} [libera.chat] Completed request: 200 OK in 0.04 secs, got 900 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24cWrcxcnhTCiuwPPXgNTFGAgYPafVoifQV_USd-nMFrg
2022-08-13 22:22:24,384 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$zKjagc2xkkauw9OKdTcJTErdFLpZQ2ebPaHKPg9sBUk - {GET-O-2745549} [libera.chat] Completed request: 200 OK in 0.54 secs, got 851 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24zKjagc2xkkauw9OKdTcJTErdFLpZQ2ebPaHKPg9sBUk
2022-08-13 22:22:24,392 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$DVkO0mTeke_dt0MiPEINoqqp7vR4CPMUBTtcOOuVlbk - {GET-O-2745550} [libera.chat] Completed request: 200 OK in 0.54 secs, got 879 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24DVkO0mTeke_dt0MiPEINoqqp7vR4CPMUBTtcOOuVlbk
2022-08-13 22:22:24,415 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$a3jcOT35EjYv3AJp-6MiOZRPXNHXIsGSNJ6AHZcNFMU - {GET-O-2745551} [libera.chat] Completed request: 200 OK in 0.54 secs, got 862 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24a3jcOT35EjYv3AJp-6MiOZRPXNHXIsGSNJ6AHZcNFMU
2022-08-13 22:22:24,421 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$AEXLw89-oYCOKH2E8AnqIDpHxgp4R3ICTngNl6kW2Ng - {GET-O-2745556} [libera.chat] Completed request: 200 OK in 0.04 secs, got 908 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24AEXLw89-oYCOKH2E8AnqIDpHxgp4R3ICTngNl6kW2Ng
2022-08-13 22:22:24,451 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$NWIwTIkpPQ7IKp8N4zr0qXTQ_8YpGa5QE69hVSJXTQ0 - {GET-O-2745558} [libera.chat] Completed request: 200 OK in 0.04 secs, got 909 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24NWIwTIkpPQ7IKp8N4zr0qXTQ_8YpGa5QE69hVSJXTQ0
2022-08-13 22:22:24,858 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$hlJYZqbG-9LJU1eZ5zYj5nSjZRfO-DG8z7tZGpdr7Vs - {GET-O-2745554} [libera.chat] Completed request: 200 OK in 0.54 secs, got 905 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24hlJYZqbG-9LJU1eZ5zYj5nSjZRfO-DG8z7tZGpdr7Vs
2022-08-13 22:22:24,889 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$GlafUD_8CLU06LwzSCAOO9qvsba-pBwvPy5spaXSJVc - {GET-O-2745555} [libera.chat] Completed request: 200 OK in 0.54 secs, got 899 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24GlafUD_8CLU06LwzSCAOO9qvsba-pBwvPy5spaXSJVc
2022-08-13 22:22:24,896 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$ggVPMxrWkwNBplQZiBLDxMu5qs-zktFgZpLg_TJe06k - {GET-O-2745561} [libera.chat] Completed request: 200 OK in 0.04 secs, got 892 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24ggVPMxrWkwNBplQZiBLDxMu5qs-zktFgZpLg_TJe06k
2022-08-13 22:22:24,913 - synapse.federation.transport.server.federation - 108 - INFO - PUT-332163 - Received txn 1660354364452 from gumilar.cloud. (PDUs: 0, EDUs: 1)
2022-08-13 22:22:24,930 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$VdiVxU0ktfA_iwdkMltlun0OqyBw4shOW7vFvYZ_mSQ - {GET-O-2745562} [libera.chat] Completed request: 200 OK in 0.04 secs, got 847 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24VdiVxU0ktfA_iwdkMltlun0OqyBw4shOW7vFvYZ_mSQ
2022-08-13 22:22:24,932 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$7mfmRGdLH3da74hbd-zctmMMuHfkjEErdx6G6Laqqsk - {GET-O-2745563} [libera.chat] Completed request: 200 OK in 0.04 secs, got 890 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%247mfmRGdLH3da74hbd-zctmMMuHfkjEErdx6G6Laqqsk
2022-08-13 22:22:24,967 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$2-AwIXasTxc37qcpxQYNkoEbCTHfoiY9amMKwbfR7LY - {GET-O-2745564} [libera.chat] Completed request: 200 OK in 0.04 secs, got 899 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%242-AwIXasTxc37qcpxQYNkoEbCTHfoiY9amMKwbfR7LY
2022-08-13 22:22:24,969 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$OMQqGlBa1r3YF0w9Io4OL1M837X9PeTBvhCPqr8LnV0 - {GET-O-2745557} [libera.chat] Completed request: 200 OK in 0.58 secs, got 871 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24OMQqGlBa1r3YF0w9Io4OL1M837X9PeTBvhCPqr8LnV0
2022-08-13 22:22:24,969 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$jyUMXR8mw1WoHN30wfvpUDEDanDvJ4-dFBCy8SRjw2E - {GET-O-2745559} [libera.chat] Completed request: 200 OK in 0.55 secs, got 906 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24jyUMXR8mw1WoHN30wfvpUDEDanDvJ4-dFBCy8SRjw2E
2022-08-13 22:22:24,981 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$XXTHZI-AF6z8NJKmrhDFCS7RuMaYR1oi5NAlaRl05Iw - {GET-O-2745565} [libera.chat] Completed request: 200 OK in 0.05 secs, got 890 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24XXTHZI-AF6z8NJKmrhDFCS7RuMaYR1oi5NAlaRl05Iw
2022-08-13 22:22:24,988 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$PAbBGZ9RVEDbstqp2EPXXwjUO3Zm_T7w0sEU0u9UADk - {GET-O-2745560} [libera.chat] Completed request: 200 OK in 0.54 secs, got 903 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24PAbBGZ9RVEDbstqp2EPXXwjUO3Zm_T7w0sEU0u9UADk
2022-08-13 22:22:25,018 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$FqSTzclgwSdANSC9TxBOlNUVVS83NlHcMwJlLL21o6c - {GET-O-2745569} [libera.chat] Completed request: 200 OK in 0.04 secs, got 889 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24FqSTzclgwSdANSC9TxBOlNUVVS83NlHcMwJlLL21o6c
2022-08-13 22:22:25,023 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$dcTqWt1UXljruU2_enO003nM27ugqn4eFehmoK70bvU - {GET-O-2745567} [libera.chat] Completed request: 200 OK in 0.05 secs, got 902 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24dcTqWt1UXljruU2_enO003nM27ugqn4eFehmoK70bvU
2022-08-13 22:22:25,025 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$mKPFB3UF7vfFbHu8V1MkZ4EnvyAkh5we_DlQofm0Lto - {GET-O-2745570} [libera.chat] Completed request: 200 OK in 0.04 secs, got 912 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24mKPFB3UF7vfFbHu8V1MkZ4EnvyAkh5we_DlQofm0Lto
2022-08-13 22:22:25,026 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$aE3z7f2OOvRV5o3ixCAtyPcUKo97ihNdYYMgX2yYCtk - {GET-O-2745568} [libera.chat] Completed request: 200 OK in 0.05 secs, got 908 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24aE3z7f2OOvRV5o3ixCAtyPcUKo97ihNdYYMgX2yYCtk
2022-08-13 22:22:25,027 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$OnnlYQU52_zTZ8h4MymtOfcpUpZdyY6KPf5B5klDmHw - {GET-O-2745566} [libera.chat] Completed request: 200 OK in 0.06 secs, got 892 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24OnnlYQU52_zTZ8h4MymtOfcpUpZdyY6KPf5B5klDmHw
2022-08-13 22:22:25,054 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$SVLUfOIdwsvK3UTEbfcFY22cM0LtEN2t1th_FDq6sIA - {GET-O-2745571} [libera.chat] Completed request: 200 OK in 0.04 secs, got 890 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24SVLUfOIdwsvK3UTEbfcFY22cM0LtEN2t1th_FDq6sIA
2022-08-13 22:22:25,067 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$YWRGtW5oj5EiQKVqEDeGd5DPA0DYkhmf_nGpKs75Y6Y - {GET-O-2745574} [libera.chat] Completed request: 200 OK in 0.04 secs, got 890 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24YWRGtW5oj5EiQKVqEDeGd5DPA0DYkhmf_nGpKs75Y6Y
2022-08-13 22:22:25,068 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$aW15fA0OuTaboidEyqTdjPmZ_ek358R-Sik1rGN_g6c - {GET-O-2745572} [libera.chat] Completed request: 200 OK in 0.04 secs, got 912 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24aW15fA0OuTaboidEyqTdjPmZ_ek358R-Sik1rGN_g6c
2022-08-13 22:22:25,069 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$vR6-cr3aSqFCt1q4AUM6dQG9PcDSGssnGVp2sYg-SMg - {GET-O-2745573} [libera.chat] Completed request: 200 OK in 0.04 secs, got 804 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24vR6-cr3aSqFCt1q4AUM6dQG9PcDSGssnGVp2sYg-SMg
2022-08-13 22:22:25,078 - synapse.federation.transport.server.federation - 108 - INFO - PUT-332164 - Received txn 1660121927350 from midov.pl. (PDUs: 0, EDUs: 1)
2022-08-13 22:22:25,113 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$qJzzXboXnyWQQ6AoT90G6DLXDjfa_pZ1bJ-1mH6qDD0 - {GET-O-2745577} [libera.chat] Completed request: 200 OK in 0.04 secs, got 914 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24qJzzXboXnyWQQ6AoT90G6DLXDjfa_pZ1bJ-1mH6qDD0
2022-08-13 22:22:25,114 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$2QXGbqh8j2fJFCqcCYjLVsccul1FSRELGwzHNEhuJt0 - {GET-O-2745578} [libera.chat] Completed request: 200 OK in 0.04 secs, got 908 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%242QXGbqh8j2fJFCqcCYjLVsccul1FSRELGwzHNEhuJt0
2022-08-13 22:22:25,156 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$qIZF07BY2yUSCxK30gP_r12KFuqFRnYP6NhFCiSSD1o - {GET-O-2745581} [libera.chat] Completed request: 200 OK in 0.04 secs, got 885 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24qIZF07BY2yUSCxK30gP_r12KFuqFRnYP6NhFCiSSD1o
2022-08-13 22:22:25,157 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$4puMERxIg3pOzIewU0SZVA4PTvnghBR53vr5df5cdhc - {GET-O-2745580} [libera.chat] Completed request: 200 OK in 0.04 secs, got 905 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%244puMERxIg3pOzIewU0SZVA4PTvnghBR53vr5df5cdhc
2022-08-13 22:22:25,178 - synapse.access.http.8008 - 471 - INFO - PUT-332162 - 109.236.63.124 - 8008 - {uberpurple.com} Processed request: 1.461sec/0.000sec (0.001sec, 0.000sec) (0.001sec/1.455sec/3) 11B 200 "PUT /_matrix/federation/v1/send/1659784911376 HTTP/1.0" "Synapse/1.64.0" [0 dbevts]
2022-08-13 22:22:25,196 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-0-$SHyPaTkbrtYn63RIg1zSw9E9-YbdZzwm4fJrOCyPfJU-$uk-xFmWXaD0VCswj4bYfn6qbS6AmqKjRrdtYUMbuj5M-$0j4zwBZ1Zlxv1I9Y0nSc7VsTyihjkp5Jxt4jUwBKG2k-$F8ukVPphVNT3rfvVWWeBxOAC3smqJnYKbspunGn3_5s - {GET-O-2745583} [libera.chat] Completed request: 200 OK in 0.04 secs, got 899 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24F8ukVPphVNT3rfvVWWeBxOAC3smqJnYKbspunGn3_5s

Thatoo avatar Aug 13 '22 20:08 Thatoo

@Thatoo did you try the force_purge option for DELETE /_synapse/admin/v2/rooms/<room_id> ? (see https://matrix-org.github.io/synapse/latest/admin_api/rooms.html#version-2-new-version)

richvdh avatar Aug 15 '22 13:08 richvdh

No, not yet, should I? Something like curl -X DELETE --header 'Authorization: Bearer <access_token>' --header 'Content-Type: application/json' --header 'Accept: application/json' 'http://xxx.xxx.xxx.xxx:8008/_synapse/admin/v2/rooms/!nsxQkuXAmwktOKyUNc:matrix.org' -d '{ "message": "This room didnt work after migrating from SQLite to Postgres", "purge": true, "force_purge": true }' ? but the user will still believe he is in the room then, isn't he?

Thatoo avatar Aug 16 '22 17:08 Thatoo

No, not yet, should I?

yes

but the user will still believe he is in the room then, isn't he?

unfortunately that's probably the case, at least until the user tells his client to flush its cache. That may be unavoidable.

richvdh avatar Aug 17 '22 06:08 richvdh

Here is what I got :

root@Matrix:~# curl -X DELETE --header 'Authorization: Bearer <access_token>' --header 'Content-Type: application/json' --header 'Accept: application/json' 'http://xxx.xxx.xxx.xxx:8008/_synapse/admin/v2/rooms/!nsxQkuXAmwktOKyUNc:matrix.org' -d '{ "message": "This room didnt work after migrating from SQLite to Postgres", "purge": true, "force_purge": true }'
root@Matrix:~# curl --header 'Authorization: Bearer <access_token>' -X GET 'http://xxx.xxx.xxx.xxx:8008/_synapse/admin/v2/rooms/delete_status/XBvcmAqfxPevOKEM'
{"status":"complete","shutdown_room":{"kicked_users":[],"failed_to_kick_users":["@thatoo:defis.info"],"local_aliases":[],"new_room_id":null}}
root@Matrix:~# curl --header 'Authorization: Bearer <access_token>' -X GET 'http://xxx.xxx.xxx.xxx:8008/_synapse/admin/v2/rooms/!nsxQkuXAmwktOKyUNc:matrix.org/delete_status'
{"results":[{"delete_id":"XBvcmAqfxPevOKEM","status":"complete","shutdown_room":{"kicked_users":[],"failed_to_kick_users":["@thatoo:defis.info"],"local_aliases":[],"new_room_id":null}}]}
root@Matrix:~# curl --header 'Authorization: Bearer <access_token>' -X GET 'http://xxx.xxx.xxx.xxx:8008/_synapse/admin/v1/rooms/!nsxQkuXAmwktOKyUNc:matrix.org/members'
{"errcode":"M_UNKNOWN_TOKEN","error":"Invalid access token passed.","soft_logout":false}
root@Matrix:~# curl --header 'Authorization: Bearer <access_token>' -X GET 'http://xxx.xxx.xxx.xxx:8008/_synapse/admin/v1/users/@thatoo:defis.info/joined_rooms'
{"joined_rooms":["zzzzzzz","!nsxQkuXAmwktOKyUNc:matrix.org","zzzz"],"total":98}
root@Matrix:~# 

I empty the cache and reloaded my client and indeed the space #monnaie-libre:matrix.org isn't listed any more?

Do you think I could now try to attempt joining back this space frome the same user? or is it better to do an other step before?

Thatoo avatar Aug 17 '22 14:08 Thatoo

best to restart synapse before rejoining, due to https://github.com/matrix-org/synapse/issues/11521 - but otherwise, yes.

richvdh avatar Aug 18 '22 09:08 richvdh

I restarted synapse, I empty the cache of Schildichat and try to join the space again, !nsxQkuXAmwktOKyUNc:matrix.org (nsxQkuXAmwktOKyUNc), it fails saying "internal server error" and logs are as follow :

2022-08-22 19:48:05,339 - synapse.http.matrixfederationclient - 307 - INFO - POST-486168 - {GET-O-9671933} [matrix.org] Completed request: 200 OK in 0.07 secs, got 179 bytes - GET matrix://matrix.org/_matrix/federation/v1/query/directory?room_alias=%23monnaie-libre%3Amatrix.org
2022-08-22 19:48:05,453 - synapse.http.matrixfederationclient - 307 - INFO - POST-486168 - {GET-O-9671934} [matrix.org] Completed request: 200 OK in 0.11 secs, got 541 bytes - GET matrix://matrix.org/_matrix/federation/v1/make_join/%21nsxQkuXAmwktOKyUNc%3Amatrix.org/%40thatoo%3Adefis.info?ver=1&ver=2&ver=3&ver=4&ver=5&ver=6&ver=org.matrix.msc2176&ver=7&ver=8&ver=9&ver=org.matrix.msc2716v3&ver=org.matrix.msc3787
2022-08-22 19:48:05,625 - synapse.federation.transport.server.federation - 108 - INFO - PUT-486169 - Received txn 1658572142517 from marvinfeiter.de. (PDUs: 0, EDUs: 1)
2022-08-22 19:48:05,713 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-5896-$I0RahDRpiGDFVH5qBV0PbYC7YucLEXEilVfQoEp7PyU-$sE8LjgZ0TFVtcTJ7tALxubjAN4wo_Edmq6pxcjKrkJM-$bDD70bUWSf8oc26bDmk9LzBPk0ei5obK6ojoZ0k91mI-$JZ_aDD60sLCtERKNebErjqoTFU1YXNFXw8yXSTQNVCE - {GET-O-9671925} [libera.chat] Completed request: 200 OK in 0.58 secs, got 904 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24JZ_aDD60sLCtERKNebErjqoTFU1YXNFXw8yXSTQNVCE
2022-08-22 19:48:05,717 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-5896-$I0RahDRpiGDFVH5qBV0PbYC7YucLEXEilVfQoEp7PyU-$sE8LjgZ0TFVtcTJ7tALxubjAN4wo_Edmq6pxcjKrkJM-$bDD70bUWSf8oc26bDmk9LzBPk0ei5obK6ojoZ0k91mI-$N9bBfJiB--gn58DtBMzOOH-52UInrfyDQmJzYWoTxNQ - {GET-O-9671927} [libera.chat] Completed request: 200 OK in 0.59 secs, got 861 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24N9bBfJiB--gn58DtBMzOOH-52UInrfyDQmJzYWoTxNQ
2022-08-22 19:48:05,719 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-5896-$I0RahDRpiGDFVH5qBV0PbYC7YucLEXEilVfQoEp7PyU-$sE8LjgZ0TFVtcTJ7tALxubjAN4wo_Edmq6pxcjKrkJM-$bDD70bUWSf8oc26bDmk9LzBPk0ei5obK6ojoZ0k91mI-$-VWINC_Vw8rlKv_bZS_Tfa2TTnP-J4y_ym3d3998wHg - {GET-O-9671929} [libera.chat] Completed request: 200 OK in 0.56 secs, got 913 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24-VWINC_Vw8rlKv_bZS_Tfa2TTnP-J4y_ym3d3998wHg
2022-08-22 19:48:05,723 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-5896-$I0RahDRpiGDFVH5qBV0PbYC7YucLEXEilVfQoEp7PyU-$sE8LjgZ0TFVtcTJ7tALxubjAN4wo_Edmq6pxcjKrkJM-$bDD70bUWSf8oc26bDmk9LzBPk0ei5obK6ojoZ0k91mI-$RSHfxaBRBdLi0Mk2TpNFYChbuku7p06vl0kO3ASyIk8 - {GET-O-9671928} [libera.chat] Completed request: 200 OK in 0.59 secs, got 933 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24RSHfxaBRBdLi0Mk2TpNFYChbuku7p06vl0kO3ASyIk8
2022-08-22 19:48:05,757 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-5896-$I0RahDRpiGDFVH5qBV0PbYC7YucLEXEilVfQoEp7PyU-$sE8LjgZ0TFVtcTJ7tALxubjAN4wo_Edmq6pxcjKrkJM-$bDD70bUWSf8oc26bDmk9LzBPk0ei5obK6ojoZ0k91mI-$6djj7udpfioWP-WqVSfcSobUtWljyw1yDzQr5kv4UFY - {GET-O-9671937} [libera.chat] Completed request: 200 OK in 0.04 secs, got 876 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%246djj7udpfioWP-WqVSfcSobUtWljyw1yDzQr5kv4UFY
2022-08-22 19:48:05,759 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-5896-$I0RahDRpiGDFVH5qBV0PbYC7YucLEXEilVfQoEp7PyU-$sE8LjgZ0TFVtcTJ7tALxubjAN4wo_Edmq6pxcjKrkJM-$bDD70bUWSf8oc26bDmk9LzBPk0ei5obK6ojoZ0k91mI-$OOlyPwF8UnjX3yupRZtQ3i5v_CjV6sEoPOxFaiUzzdM - {GET-O-9671938} [libera.chat] Completed request: 200 OK in 0.04 secs, got 914 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24OOlyPwF8UnjX3yupRZtQ3i5v_CjV6sEoPOxFaiUzzdM
2022-08-22 19:48:05,762 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-5896-$I0RahDRpiGDFVH5qBV0PbYC7YucLEXEilVfQoEp7PyU-$sE8LjgZ0TFVtcTJ7tALxubjAN4wo_Edmq6pxcjKrkJM-$bDD70bUWSf8oc26bDmk9LzBPk0ei5obK6ojoZ0k91mI-$efXgBxYWOuM3pCd-FhjneXcBvx7H7H6xAHQodVM1kvc - {GET-O-9671939} [libera.chat] Completed request: 200 OK in 0.04 secs, got 842 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24efXgBxYWOuM3pCd-FhjneXcBvx7H7H6xAHQodVM1kvc
2022-08-22 19:48:05,786 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-5896-$I0RahDRpiGDFVH5qBV0PbYC7YucLEXEilVfQoEp7PyU-$sE8LjgZ0TFVtcTJ7tALxubjAN4wo_Edmq6pxcjKrkJM-$bDD70bUWSf8oc26bDmk9LzBPk0ei5obK6ojoZ0k91mI-$pZGT2nCZUbGk6izmoubAbTbs09agGJx-fxsiTnT2kNs - {GET-O-9671932} [libera.chat] Completed request: 200 OK in 0.54 secs, got 873 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24pZGT2nCZUbGk6izmoubAbTbs09agGJx-fxsiTnT2kNs
2022-08-22 19:48:05,792 - synapse.access.http.8008 - 471 - INFO - PUT-486169 - 202.61.238.12 - 8008 - {marvinfeiter.de} Processed request: 0.170sec/0.001sec (0.003sec, 0.000sec) (0.003sec/0.158sec/6) 11B 200 "PUT /_matrix/federation/v1/send/1658572142517 HTTP/1.0" "Synapse/1.58.1" [0 dbevts]
2022-08-22 19:48:05,799 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-5896-$I0RahDRpiGDFVH5qBV0PbYC7YucLEXEilVfQoEp7PyU-$sE8LjgZ0TFVtcTJ7tALxubjAN4wo_Edmq6pxcjKrkJM-$bDD70bUWSf8oc26bDmk9LzBPk0ei5obK6ojoZ0k91mI-$7Px7TcFVnLNBt3mlhWzCdLLRqWOgLv_RJmELD7bU7og - {GET-O-9671941} [libera.chat] Completed request: 200 OK in 0.04 secs, got 862 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%247Px7TcFVnLNBt3mlhWzCdLLRqWOgLv_RJmELD7bU7og
2022-08-22 19:48:05,824 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-5896-$I0RahDRpiGDFVH5qBV0PbYC7YucLEXEilVfQoEp7PyU-$sE8LjgZ0TFVtcTJ7tALxubjAN4wo_Edmq6pxcjKrkJM-$bDD70bUWSf8oc26bDmk9LzBPk0ei5obK6ojoZ0k91mI-$86TQV2Ms2FXU91oGIqVTjtHhMv8k7E31TTYqNR4vGA4 - {GET-O-9671943} [libera.chat] Completed request: 200 OK in 0.04 secs, got 913 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%2486TQV2Ms2FXU91oGIqVTjtHhMv8k7E31TTYqNR4vGA4
2022-08-22 19:48:05,837 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-5896-$I0RahDRpiGDFVH5qBV0PbYC7YucLEXEilVfQoEp7PyU-$sE8LjgZ0TFVtcTJ7tALxubjAN4wo_Edmq6pxcjKrkJM-$bDD70bUWSf8oc26bDmk9LzBPk0ei5obK6ojoZ0k91mI-$byFvHaOcOUFGrrhSBhKe_QmD5e_KRoPRRLfXuEm-LWY - {GET-O-9671944} [libera.chat] Completed request: 200 OK in 0.04 secs, got 872 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24byFvHaOcOUFGrrhSBhKe_QmD5e_KRoPRRLfXuEm-LWY
2022-08-22 19:48:05,861 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-5896-$I0RahDRpiGDFVH5qBV0PbYC7YucLEXEilVfQoEp7PyU-$sE8LjgZ0TFVtcTJ7tALxubjAN4wo_Edmq6pxcjKrkJM-$bDD70bUWSf8oc26bDmk9LzBPk0ei5obK6ojoZ0k91mI-$rRKBGjWFsks1C81iP-M5MRAkBas3TBcqtc2c4XZi9Nw - {GET-O-9671945} [libera.chat] Completed request: 200 OK in 0.04 secs, got 931 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24rRKBGjWFsks1C81iP-M5MRAkBas3TBcqtc2c4XZi9Nw
2022-08-22 19:48:05,898 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-5896-$I0RahDRpiGDFVH5qBV0PbYC7YucLEXEilVfQoEp7PyU-$sE8LjgZ0TFVtcTJ7tALxubjAN4wo_Edmq6pxcjKrkJM-$bDD70bUWSf8oc26bDmk9LzBPk0ei5obK6ojoZ0k91mI-$_Ed9hOuf21FAywDd7PMaEvhaF4SDafWXCW1VafSJY48 - {GET-O-9671947} [libera.chat] Completed request: 200 OK in 0.04 secs, got 901 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24_Ed9hOuf21FAywDd7PMaEvhaF4SDafWXCW1VafSJY48
2022-08-22 19:48:05,935 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-5896-$I0RahDRpiGDFVH5qBV0PbYC7YucLEXEilVfQoEp7PyU-$sE8LjgZ0TFVtcTJ7tALxubjAN4wo_Edmq6pxcjKrkJM-$bDD70bUWSf8oc26bDmk9LzBPk0ei5obK6ojoZ0k91mI-$sZ2CsRsCmIyg2DT-RN3KV81pnMS8ofcnoxNn2RcSyOI - {GET-O-9671948} [libera.chat] Completed request: 200 OK in 0.03 secs, got 940 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24sZ2CsRsCmIyg2DT-RN3KV81pnMS8ofcnoxNn2RcSyOI
2022-08-22 19:48:05,971 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-5896-$I0RahDRpiGDFVH5qBV0PbYC7YucLEXEilVfQoEp7PyU-$sE8LjgZ0TFVtcTJ7tALxubjAN4wo_Edmq6pxcjKrkJM-$bDD70bUWSf8oc26bDmk9LzBPk0ei5obK6ojoZ0k91mI-$GrN7ig0AD68udMmPwzhVxqB6FrwOdxugRjjvHZrln3Y - {GET-O-9671949} [libera.chat] Completed request: 200 OK in 0.03 secs, got 907 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24GrN7ig0AD68udMmPwzhVxqB6FrwOdxugRjjvHZrln3Y
2022-08-22 19:48:05,991 - synapse.federation.transport.server.federation - 108 - INFO - PUT-486170 - Received txn 1660764131603 from herzwolke.org. (PDUs: 0, EDUs: 1)
2022-08-22 19:48:06,008 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-5896-$I0RahDRpiGDFVH5qBV0PbYC7YucLEXEilVfQoEp7PyU-$sE8LjgZ0TFVtcTJ7tALxubjAN4wo_Edmq6pxcjKrkJM-$bDD70bUWSf8oc26bDmk9LzBPk0ei5obK6ojoZ0k91mI-$XPlNVT4LfzQeHjnUQvQYfK4LCGXcEhQiJt5hKrwa7og - {GET-O-9671950} [libera.chat] Completed request: 200 OK in 0.04 secs, got 891 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24XPlNVT4LfzQeHjnUQvQYfK4LCGXcEhQiJt5hKrwa7og
2022-08-22 19:48:06,058 - synapse.access.http.8008 - 471 - INFO - GET-486166 - 82.216.69.187 - 8008 - {@thatoo:defis.info} Processed request: 1.285sec/0.001sec (0.062sec, 0.010sec) (0.034sec/0.173sec/99) 423B 200 "GET /_matrix/client/r0/sync?filter=0&timeout=30000&since=s2268185_33249412_16555_1626409_208128_262_181264_2578403_0 HTTP/1.0" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) SchildiChat/1.10.12-sc.1 Chrome/98.0.4758.141 Electron/17.4.0 Safari/537.36" [0 dbevts]
2022-08-22 19:48:06,249 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-5896-$I0RahDRpiGDFVH5qBV0PbYC7YucLEXEilVfQoEp7PyU-$sE8LjgZ0TFVtcTJ7tALxubjAN4wo_Edmq6pxcjKrkJM-$bDD70bUWSf8oc26bDmk9LzBPk0ei5obK6ojoZ0k91mI-$g4wHxpN4CVAeul7aJpJWsF3pGoLYKevUXwSxw8Bo7mU - {GET-O-9671936} [libera.chat] Completed request: 200 OK in 0.54 secs, got 913 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24g4wHxpN4CVAeul7aJpJWsF3pGoLYKevUXwSxw8Bo7mU
2022-08-22 19:48:06,286 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-5896-$I0RahDRpiGDFVH5qBV0PbYC7YucLEXEilVfQoEp7PyU-$sE8LjgZ0TFVtcTJ7tALxubjAN4wo_Edmq6pxcjKrkJM-$bDD70bUWSf8oc26bDmk9LzBPk0ei5obK6ojoZ0k91mI-$XT45xPZTmeP6bpKHeYbyyiQgoExyX0QTxoynCtsdnJs - {GET-O-9671952} [libera.chat] Completed request: 200 OK in 0.04 secs, got 917 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24XT45xPZTmeP6bpKHeYbyyiQgoExyX0QTxoynCtsdnJs
2022-08-22 19:48:06,297 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-5896-$I0RahDRpiGDFVH5qBV0PbYC7YucLEXEilVfQoEp7PyU-$sE8LjgZ0TFVtcTJ7tALxubjAN4wo_Edmq6pxcjKrkJM-$bDD70bUWSf8oc26bDmk9LzBPk0ei5obK6ojoZ0k91mI-$SabH1VwLo_Vg_JbhTr5bp6xek6oWsXBABHP2lcOwwGg - {GET-O-9671940} [libera.chat] Completed request: 200 OK in 0.54 secs, got 877 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24SabH1VwLo_Vg_JbhTr5bp6xek6oWsXBABHP2lcOwwGg
2022-08-22 19:48:06,325 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-5896-$I0RahDRpiGDFVH5qBV0PbYC7YucLEXEilVfQoEp7PyU-$sE8LjgZ0TFVtcTJ7tALxubjAN4wo_Edmq6pxcjKrkJM-$bDD70bUWSf8oc26bDmk9LzBPk0ei5obK6ojoZ0k91mI-$DZWSV3eVZoB-cd9tSSNfYFp6zU1akU3A3ZxYCOCcj4o - {GET-O-9671953} [libera.chat] Completed request: 200 OK in 0.04 secs, got 864 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24DZWSV3eVZoB-cd9tSSNfYFp6zU1akU3A3ZxYCOCcj4o
2022-08-22 19:48:06,336 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-5896-$I0RahDRpiGDFVH5qBV0PbYC7YucLEXEilVfQoEp7PyU-$sE8LjgZ0TFVtcTJ7tALxubjAN4wo_Edmq6pxcjKrkJM-$bDD70bUWSf8oc26bDmk9LzBPk0ei5obK6ojoZ0k91mI-$RYIM3nef2xWoRA4VKuXT6Pd9zBnqIpTPUZJKU5pMc2Y - {GET-O-9671954} [libera.chat] Completed request: 200 OK in 0.04 secs, got 877 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24RYIM3nef2xWoRA4VKuXT6Pd9zBnqIpTPUZJKU5pMc2Y
2022-08-22 19:48:06,366 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-5896-$I0RahDRpiGDFVH5qBV0PbYC7YucLEXEilVfQoEp7PyU-$sE8LjgZ0TFVtcTJ7tALxubjAN4wo_Edmq6pxcjKrkJM-$bDD70bUWSf8oc26bDmk9LzBPk0ei5obK6ojoZ0k91mI-$iEYpX4LpK8bDw1Fmq9TqvUuLvm4THvA-h_lvD1-nb7Q - {GET-O-9671955} [libera.chat] Completed request: 200 OK in 0.04 secs, got 902 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24iEYpX4LpK8bDw1Fmq9TqvUuLvm4THvA-h_lvD1-nb7Q
2022-08-22 19:48:06,372 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-5896-$I0RahDRpiGDFVH5qBV0PbYC7YucLEXEilVfQoEp7PyU-$sE8LjgZ0TFVtcTJ7tALxubjAN4wo_Edmq6pxcjKrkJM-$bDD70bUWSf8oc26bDmk9LzBPk0ei5obK6ojoZ0k91mI-$q0SAMAkTE4Jm3Xy1s2S2WfIWgxoj1OxEkEyiU802Nz4 - {GET-O-9671956} [libera.chat] Completed request: 200 OK in 0.04 secs, got 907 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24q0SAMAkTE4Jm3Xy1s2S2WfIWgxoj1OxEkEyiU802Nz4
2022-08-22 19:48:06,382 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-5896-$I0RahDRpiGDFVH5qBV0PbYC7YucLEXEilVfQoEp7PyU-$sE8LjgZ0TFVtcTJ7tALxubjAN4wo_Edmq6pxcjKrkJM-$bDD70bUWSf8oc26bDmk9LzBPk0ei5obK6ojoZ0k91mI-$hmFnj2MnPwJVG-yOVbczFbGY8dIvAxAAaGux4TRE7eg - {GET-O-9671946} [libera.chat] Completed request: 200 OK in 0.54 secs, got 880 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24hmFnj2MnPwJVG-yOVbczFbGY8dIvAxAAaGux4TRE7eg
2022-08-22 19:48:06,383 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-5896-$I0RahDRpiGDFVH5qBV0PbYC7YucLEXEilVfQoEp7PyU-$sE8LjgZ0TFVtcTJ7tALxubjAN4wo_Edmq6pxcjKrkJM-$bDD70bUWSf8oc26bDmk9LzBPk0ei5obK6ojoZ0k91mI-$DUte7sgAIfqLzozU2JtkYX_QdRZbQ_1hLcxx28n3jtw - {GET-O-9671942} [libera.chat] Completed request: 200 OK in 0.62 secs, got 871 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24DUte7sgAIfqLzozU2JtkYX_QdRZbQ_1hLcxx28n3jtw
2022-08-22 19:48:06,401 - synapse.federation.transport.server.federation - 108 - INFO - PUT-486173 - Received txn 1658359281200 from codelutin.com. (PDUs: 0, EDUs: 1)
2022-08-22 19:48:06,405 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-5896-$I0RahDRpiGDFVH5qBV0PbYC7YucLEXEilVfQoEp7PyU-$sE8LjgZ0TFVtcTJ7tALxubjAN4wo_Edmq6pxcjKrkJM-$bDD70bUWSf8oc26bDmk9LzBPk0ei5obK6ojoZ0k91mI-$v89IqG2GisvDmBJ92mGXBXRtVhwTn_9mocuKygUdwUY - {GET-O-9671957} [libera.chat] Completed request: 200 OK in 0.04 secs, got 902 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24v89IqG2GisvDmBJ92mGXBXRtVhwTn_9mocuKygUdwUY
2022-08-22 19:48:06,410 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-5896-$I0RahDRpiGDFVH5qBV0PbYC7YucLEXEilVfQoEp7PyU-$sE8LjgZ0TFVtcTJ7tALxubjAN4wo_Edmq6pxcjKrkJM-$bDD70bUWSf8oc26bDmk9LzBPk0ei5obK6ojoZ0k91mI-$byoa5Fw7qCoXNugOkomIBjK_DCJXQLuPUk7hveYEoWg - {GET-O-9671958} [libera.chat] Completed request: 200 OK in 0.04 secs, got 867 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24byoa5Fw7qCoXNugOkomIBjK_DCJXQLuPUk7hveYEoWg
2022-08-22 19:48:06,425 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-5896-$I0RahDRpiGDFVH5qBV0PbYC7YucLEXEilVfQoEp7PyU-$sE8LjgZ0TFVtcTJ7tALxubjAN4wo_Edmq6pxcjKrkJM-$bDD70bUWSf8oc26bDmk9LzBPk0ei5obK6ojoZ0k91mI-$PcZ4Tsu7sj-Yb6e_uksuInocD4NsWaqzlm321xVcbmw - {GET-O-9671959} [libera.chat] Completed request: 200 OK in 0.04 secs, got 963 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24PcZ4Tsu7sj-Yb6e_uksuInocD4NsWaqzlm321xVcbmw
2022-08-22 19:48:06,446 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-5896-$I0RahDRpiGDFVH5qBV0PbYC7YucLEXEilVfQoEp7PyU-$sE8LjgZ0TFVtcTJ7tALxubjAN4wo_Edmq6pxcjKrkJM-$bDD70bUWSf8oc26bDmk9LzBPk0ei5obK6ojoZ0k91mI-$XCbm9DEOoaoXYbtkaLpk7o_NgnFNBzc5Gk2vJUopzyc - {GET-O-9671961} [libera.chat] Completed request: 200 OK in 0.04 secs, got 887 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24XCbm9DEOoaoXYbtkaLpk7o_NgnFNBzc5Gk2vJUopzyc
2022-08-22 19:48:06,475 - synapse.access.http.8008 - 471 - INFO - PUT-486170 - 89.58.28.107 - 8008 - {herzwolke.org} Processed request: 0.483sec/0.002sec (0.004sec, 0.000sec) (0.006sec/0.469sec/5) 11B 200 "PUT /_matrix/federation/v1/send/1660764131603 HTTP/1.0" "Synapse/1.65.0" [0 dbevts]
2022-08-22 19:48:06,546 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-5896-$I0RahDRpiGDFVH5qBV0PbYC7YucLEXEilVfQoEp7PyU-$sE8LjgZ0TFVtcTJ7tALxubjAN4wo_Edmq6pxcjKrkJM-$bDD70bUWSf8oc26bDmk9LzBPk0ei5obK6ojoZ0k91mI-$cfvxqsQ2IjVuzl3PmLrvb6nxLgLrj2xJelhqghizXH8 - {GET-O-9671951} [libera.chat] Completed request: 200 OK in 0.54 secs, got 902 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24cfvxqsQ2IjVuzl3PmLrvb6nxLgLrj2xJelhqghizXH8
2022-08-22 19:48:06,564 - synapse.access.http.8008 - 471 - INFO - GET-486172 - 82.216.69.187 - 8008 - {@thatoo:defis.info} Processed request: 0.449sec/0.001sec (0.063sec, 0.016sec) (0.027sec/0.170sec/99) 451B 200 "GET /_matrix/client/r0/sync?filter=0&timeout=30000&since=s2268185_33249413_16555_1626409_208128_262_181264_2578403_0 HTTP/1.0" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) SchildiChat/1.10.12-sc.1 Chrome/98.0.4758.141 Electron/17.4.0 Safari/537.36" [0 dbevts]
2022-08-22 19:48:06,640 - synapse.federation.transport.server.federation - 108 - INFO - PUT-486176 - Received txn 1661136106072 from matrix.sysops.de. (PDUs: 0, EDUs: 1)
2022-08-22 19:48:06,700 - synapse.access.http.8008 - 471 - INFO - PUT-486173 - 168.119.209.253 - 8008 - {codelutin.com} Processed request: 0.301sec/0.000sec (0.002sec, 0.000sec) (0.002sec/0.285sec/5) 11B 200 "PUT /_matrix/federation/v1/send/1658359281200 HTTP/1.0" "Synapse/1.61.1" [0 dbevts]
2022-08-22 19:48:06,726 - synapse.access.http.8008 - 471 - INFO - PUT-486176 - 194.30.174.91 - 8008 - {matrix.sysops.de} Processed request: 0.088sec/0.000sec (0.001sec, 0.000sec) (0.001sec/0.083sec/2) 11B 200 "PUT /_matrix/federation/v1/send/1661136106072 HTTP/1.0" "Synapse/1.57.0" [0 dbevts]
2022-08-22 19:48:06,808 - synapse.http.federation.matrix_federation_agent - 365 - INFO - federation_transaction_transmission_loop-236806 - Failed to connect to zemos.net:8448: Connection was refused by other side: 111: Connection refused.
2022-08-22 19:48:06,808 - synapse.http.matrixfederationclient - 669 - INFO - federation_transaction_transmission_loop-236806 - {PUT-O-9651848} [zemos.net] Request failed: PUT matrix://zemos.net/_matrix/federation/v1/send/1660836011179: ConnectionRefusedError('Connection refused')
2022-08-22 19:48:06,855 - synapse.access.http.8008 - 471 - INFO - GET-486175 - 82.216.69.187 - 8008 - {@thatoo:defis.info} Processed request: 0.233sec/0.001sec (0.064sec, 0.007sec) (0.021sec/0.157sec/99) 403B 200 "GET /_matrix/client/r0/sync?filter=0&timeout=30000&since=s2268185_33249414_16555_1626409_208128_262_181264_2578403_0 HTTP/1.0" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) SchildiChat/1.10.12-sc.1 Chrome/98.0.4758.141 Electron/17.4.0 Safari/537.36" [0 dbevts]
2022-08-22 19:48:06,912 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-4373-$PBl7oiTC2KFgvXlq66NZnthYkL_zIfgbmUC6ji0pvh0-$3QdVJMjkEWvQIu4hKvrUJPeizO4KiFHhmN15BGrS3R8-$Lm9sbUgVRKxIRPZMD-pexjMlaJjPnLMFfF_OvA25AR8 - {GET-O-9671911} [libera.chat] Completed request: 200 OK in 2.23 secs, got 4028543 bytes - GET matrix://libera.chat/_matrix/federation/v1/state_ids/%21sHzxAiaYPGfEPSGCzf%3Alibera.chat?event_id=%24Lm9sbUgVRKxIRPZMD-pexjMlaJjPnLMFfF_OvA25AR8
2022-08-22 19:48:06,930 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-5896-$I0RahDRpiGDFVH5qBV0PbYC7YucLEXEilVfQoEp7PyU-$sE8LjgZ0TFVtcTJ7tALxubjAN4wo_Edmq6pxcjKrkJM-$bDD70bUWSf8oc26bDmk9LzBPk0ei5obK6ojoZ0k91mI-$o2vNhdLQO_alPIuXCYwT82P_K6eJ7BqhoIkLf3XgldQ - {GET-O-9671960} [libera.chat] Completed request: 200 OK in 0.54 secs, got 870 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24o2vNhdLQO_alPIuXCYwT82P_K6eJ7BqhoIkLf3XgldQ
2022-08-22 19:48:06,977 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-5896-$I0RahDRpiGDFVH5qBV0PbYC7YucLEXEilVfQoEp7PyU-$sE8LjgZ0TFVtcTJ7tALxubjAN4wo_Edmq6pxcjKrkJM-$bDD70bUWSf8oc26bDmk9LzBPk0ei5obK6ojoZ0k91mI-$1En3Sb8_lSthtbgJhACCOjvoFIWaeev-5krzMLCEdzs - {GET-O-9671963} [libera.chat] Completed request: 200 OK in 0.55 secs, got 891 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%241En3Sb8_lSthtbgJhACCOjvoFIWaeev-5krzMLCEdzs
2022-08-22 19:48:06,978 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-5896-$I0RahDRpiGDFVH5qBV0PbYC7YucLEXEilVfQoEp7PyU-$sE8LjgZ0TFVtcTJ7tALxubjAN4wo_Edmq6pxcjKrkJM-$bDD70bUWSf8oc26bDmk9LzBPk0ei5obK6ojoZ0k91mI-$X7g7p_jlMKi5mITU_aG27kZGP2GpPc4RUHWaHEOHRhA - {GET-O-9671966} [libera.chat] Completed request: 200 OK in 0.05 secs, got 873 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24X7g7p_jlMKi5mITU_aG27kZGP2GpPc4RUHWaHEOHRhA
2022-08-22 19:48:07,024 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-5896-$I0RahDRpiGDFVH5qBV0PbYC7YucLEXEilVfQoEp7PyU-$sE8LjgZ0TFVtcTJ7tALxubjAN4wo_Edmq6pxcjKrkJM-$bDD70bUWSf8oc26bDmk9LzBPk0ei5obK6ojoZ0k91mI-$-NyFAKL7GpS-qf88hHTfbMhZmdCBqRA6WakcPzoHOZ0 - {GET-O-9671964} [libera.chat] Completed request: 200 OK in 0.58 secs, got 901 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24-NyFAKL7GpS-qf88hHTfbMhZmdCBqRA6WakcPzoHOZ0
2022-08-22 19:48:07,025 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-5896-$I0RahDRpiGDFVH5qBV0PbYC7YucLEXEilVfQoEp7PyU-$sE8LjgZ0TFVtcTJ7tALxubjAN4wo_Edmq6pxcjKrkJM-$bDD70bUWSf8oc26bDmk9LzBPk0ei5obK6ojoZ0k91mI-$_aoMGFGAtf4YUpCaKinb1L95l1IkCKOIcgeuXgjmdXM - {GET-O-9671968} [libera.chat] Completed request: 200 OK in 0.05 secs, got 907 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24_aoMGFGAtf4YUpCaKinb1L95l1IkCKOIcgeuXgjmdXM
2022-08-22 19:48:07,026 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-5896-$I0RahDRpiGDFVH5qBV0PbYC7YucLEXEilVfQoEp7PyU-$sE8LjgZ0TFVtcTJ7tALxubjAN4wo_Edmq6pxcjKrkJM-$bDD70bUWSf8oc26bDmk9LzBPk0ei5obK6ojoZ0k91mI-$lDvIGulilB2YXB5aoNkxE8mn2lXm0aqLiyFK-98_80c - {GET-O-9671967} [libera.chat] Completed request: 200 OK in 0.05 secs, got 861 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24lDvIGulilB2YXB5aoNkxE8mn2lXm0aqLiyFK-98_80c
2022-08-22 19:48:07,027 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-5896-$I0RahDRpiGDFVH5qBV0PbYC7YucLEXEilVfQoEp7PyU-$sE8LjgZ0TFVtcTJ7tALxubjAN4wo_Edmq6pxcjKrkJM-$bDD70bUWSf8oc26bDmk9LzBPk0ei5obK6ojoZ0k91mI-$oClSfxta3MomXZlL2JS38l3jZxSXMG8ubvFjlmbctBQ - {GET-O-9671962} [libera.chat] Completed request: 200 OK in 0.62 secs, got 916 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24oClSfxta3MomXZlL2JS38l3jZxSXMG8ubvFjlmbctBQ
2022-08-22 19:48:07,071 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-5896-$I0RahDRpiGDFVH5qBV0PbYC7YucLEXEilVfQoEp7PyU-$sE8LjgZ0TFVtcTJ7tALxubjAN4wo_Edmq6pxcjKrkJM-$bDD70bUWSf8oc26bDmk9LzBPk0ei5obK6ojoZ0k91mI-$nXwhPtZmopgPogwne9EV1fbmCRDaXIYeL-EFcWkxptw - {GET-O-9671971} [libera.chat] Completed request: 200 OK in 0.04 secs, got 888 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24nXwhPtZmopgPogwne9EV1fbmCRDaXIYeL-EFcWkxptw
2022-08-22 19:48:07,072 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-5896-$I0RahDRpiGDFVH5qBV0PbYC7YucLEXEilVfQoEp7PyU-$sE8LjgZ0TFVtcTJ7tALxubjAN4wo_Edmq6pxcjKrkJM-$bDD70bUWSf8oc26bDmk9LzBPk0ei5obK6ojoZ0k91mI-$SUbaf1Y6Q1tpdVs_o2P8tqqOawE_7oKxiu_E1ax0hFk - {GET-O-9671972} [libera.chat] Completed request: 200 OK in 0.04 secs, got 882 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24SUbaf1Y6Q1tpdVs_o2P8tqqOawE_7oKxiu_E1ax0hFk
2022-08-22 19:48:07,074 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-5896-$I0RahDRpiGDFVH5qBV0PbYC7YucLEXEilVfQoEp7PyU-$sE8LjgZ0TFVtcTJ7tALxubjAN4wo_Edmq6pxcjKrkJM-$bDD70bUWSf8oc26bDmk9LzBPk0ei5obK6ojoZ0k91mI-$RW3TR0VNPI37Mbn4nNHRwV1i-lgQNL_OJbG5BeoU3gs - {GET-O-9671970} [libera.chat] Completed request: 200 OK in 0.04 secs, got 901 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24RW3TR0VNPI37Mbn4nNHRwV1i-lgQNL_OJbG5BeoU3gs
2022-08-22 19:48:07,080 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-5896-$I0RahDRpiGDFVH5qBV0PbYC7YucLEXEilVfQoEp7PyU-$sE8LjgZ0TFVtcTJ7tALxubjAN4wo_Edmq6pxcjKrkJM-$bDD70bUWSf8oc26bDmk9LzBPk0ei5obK6ojoZ0k91mI-$ioy1GDD2U5cmupquueaNZqoEMfAxGyFynmCnkeMb0ZA - {GET-O-9671969} [libera.chat] Completed request: 200 OK in 0.05 secs, got 864 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24ioy1GDD2U5cmupquueaNZqoEMfAxGyFynmCnkeMb0ZA
2022-08-22 19:48:07,084 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-5896-$I0RahDRpiGDFVH5qBV0PbYC7YucLEXEilVfQoEp7PyU-$sE8LjgZ0TFVtcTJ7tALxubjAN4wo_Edmq6pxcjKrkJM-$bDD70bUWSf8oc26bDmk9LzBPk0ei5obK6ojoZ0k91mI-$r4fYYyyDD03fZn-7po-6nyAsZrduNrFZxslInw7UrDU - {GET-O-9671965} [libera.chat] Completed request: 200 OK in 0.54 secs, got 917 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24r4fYYyyDD03fZn-7po-6nyAsZrduNrFZxslInw7UrDU
2022-08-22 19:48:07,124 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-5896-$I0RahDRpiGDFVH5qBV0PbYC7YucLEXEilVfQoEp7PyU-$sE8LjgZ0TFVtcTJ7tALxubjAN4wo_Edmq6pxcjKrkJM-$bDD70bUWSf8oc26bDmk9LzBPk0ei5obK6ojoZ0k91mI-$_cXu9Q-oJbOdLwemMJI9G9Z7caMwxqD4XsIg4TRQiUo - {GET-O-9671975} [libera.chat] Completed request: 200 OK in 0.04 secs, got 867 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24_cXu9Q-oJbOdLwemMJI9G9Z7caMwxqD4XsIg4TRQiUo
2022-08-22 19:48:07,125 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-5896-$I0RahDRpiGDFVH5qBV0PbYC7YucLEXEilVfQoEp7PyU-$sE8LjgZ0TFVtcTJ7tALxubjAN4wo_Edmq6pxcjKrkJM-$bDD70bUWSf8oc26bDmk9LzBPk0ei5obK6ojoZ0k91mI-$G_9OmsNtDNSGnlT45HZuMy7G4qBdnRE35UuTOqJTMOg - {GET-O-9671976} [libera.chat] Completed request: 200 OK in 0.04 secs, got 907 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%24G_9OmsNtDNSGnlT45HZuMy7G4qBdnRE35UuTOqJTMOg
2022-08-22 19:48:07,126 - synapse.http.matrixfederationclient - 307 - INFO - _process_incoming_pdus_in_room_inner-5896-$I0RahDRpiGDFVH5qBV0PbYC7YucLEXEilVfQoEp7PyU-$sE8LjgZ0TFVtcTJ7tALxubjAN4wo_Edmq6pxcjKrkJM-$bDD70bUWSf8oc26bDmk9LzBPk0ei5obK6ojoZ0k91mI-$1bVNDa9kNL2BlPgtG5sVUanr-uZKz9172-PEbmpeSIQ - {GET-O-9671973} [libera.chat] Completed request: 200 OK in 0.05 secs, got 904 bytes - GET matrix://libera.chat/_matrix/federation/v1/event/%241bVNDa9kNL2BlPgtG5sVUanr-uZKz9172-PEbmpeSIQ
2022-08-22 19:48:07,193 - synapse.http.matrixfederationclient - 307 - INFO - POST-486168 - {PUT-O-9671935} [matrix.org] Completed request: 200 OK in 1.74 secs, got 157556 bytes - PUT matrix://matrix.org/_matrix/federation/v2/send_join/%21nsxQkuXAmwktOKyUNc%3Amatrix.org/%24tAtlbVUQs7aNoZv1jjSwKR8cBp6OWHfHpz5-KTyfBIk
2022-08-22 19:48:07,193 - synapse.federation.federation_client - 923 - INFO - POST-486168 - Processing from send_join 167 events
2022-08-22 19:48:07,544 - synapse.handlers.federation_event - 1417 - INFO - POST-486168 - Persisting 1 of 161 remaining outliers: ['$bzlaZlectu2259kw05dvXvYw1SUSThF1d9ngzPu2jYM']
2022-08-22 19:48:07,549 - synapse.http.server - 187 - ERROR - POST-486168 - Failed handle request via 'JoinRoomAliasServlet': <XForwardedForRequest at 0x7f4163556ef0 method='POST' uri='/_matrix/client/r0/join/%23monnaie-libre%3Amatrix.org' clientproto='HTTP/1.0' site='8008'>
Traceback (most recent call last):
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/http/server.py", line 366, in _async_render_wrapper
    callback_return = await self._async_render(request)
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/http/server.py", line 572, in _async_render
    callback_return = await raw_callback_return
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/rest/client/room.py", line 343, in on_POST
    third_party_signed=content.get("third_party_signed", None),
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/handlers/room_member.py", line 542, in update_membership
    state_event_ids=state_event_ids,
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/handlers/room_member.py", line 873, in update_membership_locked
    requester, remote_room_hosts, room_id, target, content
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/handlers/room_member.py", line 1637, in _remote_join
    remote_room_hosts, room_id, user.to_string(), content
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/handlers/federation.py", line 563, in do_invite_join
    partial_state=ret.partial_state,
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/handlers/federation_event.py", line 472, in process_remote_join
    room_id, itertools.chain(auth_events, state)
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/handlers/federation_event.py", line 1420, in _auth_and_persist_outliers
    await self._auth_and_persist_outliers_inner(room_id, roots)
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/handlers/federation_event.py", line 1494, in _auth_and_persist_outliers_inner
    backfilled=True,
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/handlers/federation_event.py", line 2045, in persist_events_and_notify
    event_and_contexts, backfilled=backfilled
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/logging/opentracing.py", line 820, in _trace_inner
    return await func(*args, **kwargs)
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/storage/controllers/persist_events.py", line 388, in persist_events
    ret_vals = await yieldable_gather_results(enqueue, partitioned.items())
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/util/async_helpers.py", line 291, in yieldable_gather_results
    raise dfe.subFailure.value from None
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/twisted/internet/defer.py", line 1657, in _inlineCallbacks
    cast(Failure, result).throwExceptionIntoGenerator, gen
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/twisted/python/failure.py", line 514, in throwExceptionIntoGenerator
    return g.throw(self.type, self.value, self.tb)
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/storage/controllers/persist_events.py", line 385, in enqueue
    _PersistEventsTask(events_and_contexts=evs_ctxs, backfilled=backfilled),
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/storage/controllers/persist_events.py", line 232, in add_to_queue
    res = await make_deferred_yieldable(end_item.deferred.observe())
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/storage/controllers/persist_events.py", line 275, in handle_queue_loop
    ret = await self._per_item_callback(room_id, item.task)
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/storage/controllers/persist_events.py", line 341, in _process_event_persist_queue_task
    return await self._persist_event_batch(room_id, task)
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/storage/controllers/persist_events.py", line 709, in _persist_event_batch
    inhibit_local_membership_updates=backfilled,
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/storage/databases/main/events.py", line 218, in _persist_events_and_state_updates
    new_forward_extremities=new_forward_extremities,
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/storage/database.py", line 836, in runInteraction
    return await delay_cancellation(_runInteraction())
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/twisted/internet/defer.py", line 1657, in _inlineCallbacks
    cast(Failure, result).throwExceptionIntoGenerator, gen
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/twisted/python/failure.py", line 514, in throwExceptionIntoGenerator
    return g.throw(self.type, self.value, self.tb)
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/storage/database.py", line 817, in _runInteraction
    **kwargs,
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/storage/database.py", line 932, in runWithConnection
    self._db_pool.runWithConnection(inner_func, *args, **kwargs)
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/twisted/python/threadpool.py", line 244, in inContext
    result = inContext.theWork()  # type: ignore[attr-defined]
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/twisted/python/threadpool.py", line 261, in <lambda>
    ctx, func, *args, **kw
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/twisted/python/context.py", line 117, in callWithContext
    return self.currentContext().callWithContext(ctx, func, *args, **kw)
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/twisted/python/context.py", line 82, in callWithContext
    return func(*args, **kw)
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/twisted/enterprise/adbapi.py", line 282, in _runWithConnection
    result = func(conn, *args, **kw)
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/storage/database.py", line 924, in inner_func
    return func(db_conn, *args, **kwargs)
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/storage/database.py", line 672, in new_transaction
    r = func(cursor, *args, **kwargs)
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/storage/databases/main/events.py", line 433, in _persist_events_txn
    self._store_event_txn(txn, events_and_contexts=events_and_contexts)
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/storage/databases/main/events.py", line 1436, in _store_event_txn
    for event, _ in events_and_contexts
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/storage/database.py", line 1070, in simple_insert_many_txn
    txn.execute_values(sql, values, fetch=False)
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/storage/database.py", line 349, in execute_values
    sql,
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/storage/database.py", line 396, in _do_execute
    return func(sql, *args, **kwargs)
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/synapse/storage/database.py", line 348, in <lambda>
    lambda the_sql: execute_values(self.txn, the_sql, values, fetch=fetch),
  File "/opt/venvs/matrix-synapse/lib/python3.7/site-packages/psycopg2/extras.py", line 1270, in execute_values
    cur.execute(b''.join(parts))
psycopg2.errors.UniqueViolation: duplicate key value violates unique constraint "event_json_event_id_key"
DETAIL:  Key (event_id)=($bzlaZlectu2259kw05dvXvYw1SUSThF1d9ngzPu2jYM) already exists.

2022-08-22 19:48:07,551 - synapse.access.http.8008 - 471 - INFO - POST-486168 - 82.216.69.187 - 8008 - {@thatoo:defis.info} Processed request: 2.278sec/0.001sec (0.056sec, 0.004sec) (0.003sec/0.139sec/9) 55B 500 "POST /_matrix/client/r0/join/%23monnaie-libre%3Amatrix.org HTTP/1.0" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) SchildiChat/1.10.12-sc.1 Chrome/98.0.4758.141 Electron/17.4.0 Safari/537.36" [0 dbevts]

Thatoo avatar Aug 22 '22 18:08 Thatoo

@Thatoo Can you run the following against postgres please and paste in the output?

SELECT COUNT(*) FROM events WHERE room_id = '!nsxQkuXAmwktOKyUNc:matrix.org';

SELECT * FROM current_state_events WHERE room_id='!nsxQkuXAmwktOKyUNc:matrix.org' AND type = 'm.room.member.' AND state_key = '@thatoo:defis.info';

DMRobertson avatar Aug 22 '22 20:08 DMRobertson

root@Matrix:~# su - postgres
postgres@Matrix:~$ psql synapse
psql (11.16 (Debian 11.16-0+deb10u1))
Type "help" for help.

synapse=# SELECT COUNT(*) FROM events WHERE room_id = '!nsxQkuXAmwktOKyUNc:matrix.org';
 count 
-------
     0
(1 row)

synapse=# SELECT * FROM current_state_events WHERE room_id='!nsxQkuXAmwktOKyUNc:matrix.org' AND type = 'm.room.member.' AND state_key = '@thatoo:defis.info';
 event_id | room_id | type | state_key | membership 
----------+---------+------+-----------+------------
(0 rows)

synapse=# \q
postgres@Matrix:~$ exit
logout
root@Matrix:~# 

Thatoo avatar Aug 22 '22 21:08 Thatoo

Are those queries before or after attempting to rejoin?

Also can you SELECT COUNT(*) FROM event_json WHERE room_id = '!nsxQkuXAmwktOKyUNc:matrix.org'; (might take a while to run).

richvdh avatar Aug 23 '22 13:08 richvdh