Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bridge fails to start after restart #21

Open
ericmigi opened this issue Apr 27, 2020 · 0 comments
Open

bridge fails to start after restart #21

ericmigi opened this issue Apr 27, 2020 · 0 comments

Comments

@ericmigi
Copy link
Contributor

[2020-04-27 16:00:15,361] [DEBUG@mau.as] Starting appservice web server on 0.0.0.0:29320
[2020-04-27 16:00:15,363] [INFO@mau.mx] Ensuring connectivity to homeserver
[2020-04-27 16:00:15,363] [DEBUG@mau.as.api.bot] GET /_matrix/client/r0/account/whoami {}
[2020-04-27 16:00:16,449] [DEBUG@mau.as.api.@anthony:nova.chat] GET /_matrix/client/r0/account/whoami {}
[2020-04-27 16:00:16,467] [DEBUG@mau.mx] Initializing appservice bot
[2020-04-27 16:00:16,488] [DEBUG@mau.as.api.bot] PUT /_matrix/client/r0/profile/%40_anthony_hangouts_bot%3Anova.chat/displayname {"displayname": "Hangouts bridge bot"}
[2020-04-27 16:00:16,604] [INFO@mau.puppet.11599127290] Initialized custom mxid: @anthony:nova.chat. Not starting sync task
[2020-04-27 16:00:17,015] [DEBUG@mau.as.api.bot] PUT /_matrix/client/r0/profile/%40_anthony_hangouts_bot%3Anova.chat/avatar_url {"avatar_url": "mxc://maunium.net/FBXZnpfORkBEruORbikmleAy"}
[2020-04-27 16:00:17,383] [DEBUG@mau.e2ee] Logging in with bridge bot user
[2020-04-27 16:00:17,486] [ERROR@mau.user.@anthony:nova.chat] Failed to resume session with stored refresh token
Traceback (most recent call last):
  File "/usr/lib/python3.8/site-packages/hangups/auth.py", line 427, in _get_session_cookies
    r.raise_for_status()
  File "/usr/lib/python3.8/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 429 Client Error: Too Many Requests for url: https://www.google.com/sorry/index?continue=https://www.google.com/&q=EhAqAQeDS-gRPQ2xlIaesyhd-NS7tMgFy

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/mautrix-hangouts/mautrix_hangouts/util/hangups_try_auth.py", line 30, in try_auth
    return TryAuthResp(success=True, cookies=_get_session_cookies(session, access_token),
  File "/usr/lib/python3.8/site-packages/hangups/auth.py", line 429, in _get_session_cookies
    raise GoogleAuthError('MergeSession request failed: {}'.format(e))
hangups.auth.GoogleAuthError: MergeSession request failed: 429 Client Error: Too Many Requests for url: https://www.google.com/sorry/index?continue=https://www.google.com/&q=EhAqAesyhd-NS7tMgFy
[2020-04-27 16:00:17,826] [DEBUG@mau.e2ee] Loading room and member list into encryption client
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant