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

ValueError: no such name #255

Closed
turt2live opened this issue Dec 16, 2018 · 1 comment
Closed

ValueError: no such name #255

turt2live opened this issue Dec 16, 2018 · 1 comment
Labels
duplicate This issue has already been reported

Comments

@turt2live
Copy link
Contributor

[2018-12-16 20:50:14,033] [[email protected]] Failed to handle Telegram update
Traceback (most recent call last):
  File "/opt/mautrix-telegram/mautrix_telegram/abstract_user.py", line 133, in _update_catch
    await self._update(update)
  File "/opt/mautrix-telegram/mautrix_telegram/abstract_user.py", line 189, in _update
    await self.update_message(update)
  File "/opt/mautrix-telegram/mautrix_telegram/abstract_user.py", line 382, in update_message
    return await portal.handle_telegram_message(self, sender, update)
  File "/opt/mautrix-telegram/mautrix_telegram/portal.py", line 1504, in handle_telegram_message
    response = await self.handle_telegram_document(source, intent, evt, relates_to)
  File "/opt/mautrix-telegram/mautrix_telegram/portal.py", line 1343, in handle_telegram_document
    info, name = self._parse_telegram_document_meta(evt, file, attrs)
  File "/opt/mautrix-telegram/mautrix_telegram/portal.py", line 1306, in _parse_telegram_document_meta
    name = f"{alt} ({unicodedata.name(alt[0]).lower()})"
ValueError: no such name

Unknown cause or impact. Doesn't appear to have caused instability in the bridge, but equally Not Good.

@tulir
Copy link
Member

tulir commented Dec 16, 2018

Duplicate of #252

@tulir tulir marked this as a duplicate of #252 Dec 16, 2018
@tulir tulir closed this as completed Dec 16, 2018
@tulir tulir added the duplicate This issue has already been reported label Dec 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue has already been reported
Development

No branches or pull requests

2 participants