This repository was archived by the owner on Apr 26, 2024. It is now read-only.
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Background process 'sync_partial_state_room' threw an exception #13430
Closed
Description
This seems to happen after there is an error contacting a server for state:
Traceback (most recent call last):
File "/home/synapse/src/synapse/synapse/metrics/background_process_metrics.py", line 240, in run
return await func(*args, **kwargs)
File "/home/synapse/src/synapse/synapse/handlers/federation.py", line 1597, in _sync_partial_state_room
if attempt == len(destinations) - 1:
UnboundLocalError: local variable 'destinations' referenced before assignment