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

login-qr retry issue #943

Open
cyberb opened this issue Nov 24, 2023 · 1 comment
Open

login-qr retry issue #943

cyberb opened this issue Nov 24, 2023 · 1 comment

Comments

@cyberb
Copy link

cyberb commented Nov 24, 2023

  1. Sent login-qr
  2. Got QR
  3. Tried to take a screenshot and somehow removed QR
  4. Sent login-qr again
  5. Received the error

Error:

Traceback (most recent call last):
  File "/snap/matrix/x11/python/usr/local/lib/python3.8/site-packages/mautrix/bridge/commands/handler.py", line 491, in handle
    await self._run_handler(handler, evt)
  File "/snap/matrix/x11/python/usr/local/lib/python3.8/site-packages/mautrix_telegram/commands/handler.py", line 192, in _run_handler
    return await handler(evt)
  File "/snap/matrix/x11/python/usr/local/lib/python3.8/site-packages/mautrix/bridge/commands/handler.py", line 340, in __call__
    return await self._handler(evt)
  File "/snap/matrix/x11/python/usr/local/lib/python3.8/site-packages/mautrix_telegram/commands/telegram/auth.py", line 107, in login_qr
    if await login_as.is_logged_in():
AttributeError: 'NoneType' object has no attribute 'is_logged_in'
@cyberb
Copy link
Author

cyberb commented Nov 24, 2023

logout is a workaround to start over

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