python icon indicating copy to clipboard operation
python copied to clipboard

wait_for_connection silently hangs for 60s

Open Half-Shot opened this issue 3 years ago • 0 comments

It takes 60 seconds to connect to the HS in wait_for_connection, which suggests it's failed 6 times to do so. However, there doesn't appear to be any logs explaining why it's failed to connect so it looks like a hang. The bridge generally seems to work afterwards, so wondering if I am forgetting something.

[2021-11-01 15:29:44,139] [[email protected]] Initialization complete in 0.59 seconds
[2021-11-01 15:29:44,140] [[email protected]] Running startup actions...
[2021-11-01 15:29:44,140] [[email protected]] Starting appservice...
[2021-11-01 15:29:44,140] [[email protected]] Starting appservice web server on 0.0.0.0:29317
[2021-11-01 15:29:44,141] [[email protected]] Ensuring connectivity to homeserver
[2021-11-01 15:30:45,131] [[email protected].@foo:bar] Starting client due to ensure_started(even_if_no_session=False)
``

Half-Shot avatar Nov 01 '21 15:11 Half-Shot