You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
``
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: