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

Bridging stickers (and maybe other documents) is broken #281

Closed
tulir opened this issue Feb 14, 2019 · 0 comments
Closed

Bridging stickers (and maybe other documents) is broken #281

tulir opened this issue Feb 14, 2019 · 0 comments
Labels
bug: regression Something isn't working, but it used to work before
Milestone

Comments

@tulir
Copy link
Member

tulir commented Feb 14, 2019

[2019-02-14 22:25:09,790] [[email protected]] Failed to handle Telegram update
Traceback (most recent call last):
  File "mautrix_telegram/abstract_user.py", line 142, in _update_catch
    await self._update(update)
  File "mautrix_telegram/abstract_user.py", line 195, in _update
    await self.update_message(update)
  File "mautrix_telegram/abstract_user.py", line 384, in update_message
    return await portal.handle_telegram_message(self, sender, update)
  File "mautrix_telegram/portal.py", line 1627, in handle_telegram_message
    relates_to=formatter.telegram_reply_to_matrix(evt, source))
  File "mautrix_telegram/portal.py", line 1397, in handle_telegram_document
    document.thumb, is_sticker=attrs["is_sticker"])
AttributeError: 'Document' object has no attribute 'thumb'
@tulir tulir added the bug: regression Something isn't working, but it used to work before label Feb 14, 2019
@tulir tulir added this to the 0.5.0 milestone Feb 14, 2019
@tulir tulir closed this as completed in be80694 Feb 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug: regression Something isn't working, but it used to work before
Development

No branches or pull requests

1 participant