-
-
Notifications
You must be signed in to change notification settings - Fork 184
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
Still cannot use login #300
Comments
Oh right, that got into rc4. Should be already fixed in master by 7e3c892. |
Hi, i installed now directly from git master, but the error still occures: Mär 18 04:59:56 h2606131.stratoserver.net mautrix-telegram.sh[12893]: [2019-03-18 04:59:56,977] [[email protected]] Unhandled error while handling command login from @matrixadmin:matr |
Are you sure you installed the latest version? I can't reproduce it anymore |
i killed everything and made it up again. now it works. please close this issue. regards |
Hi,
with latest rc4 i still cannot use login, because a stacktrace is thrown:
Traceback (most recent call last):
File "/opt/matrix-bridges/mautrix-telegram/lib/python3.6/site-packages/mautrix_telegram/commands/handler.py", line 373, in handle
await handler(evt)
File "/opt/matrix-bridges/mautrix-telegram/lib/python3.6/site-packages/mautrix_telegram/commands/handler.py", line 289, in call
return await self._handler(evt)
File "/opt/matrix-bridges/mautrix-telegram/lib/python3.6/site-packages/mautrix_telegram/commands/telegram/auth.py", line 128, in login
url = f"{prefix}/login?token={evt.public_website.make_token(evt.sender.mxid, '/login')}"
AttributeError: 'NoneType' object has no attribute 'make_token'
what am i doing wrong? :(
kind regards, Mario
The text was updated successfully, but these errors were encountered: