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

ChatForbidden issues #446

Closed
darkphoenix opened this issue Mar 31, 2020 · 0 comments
Closed

ChatForbidden issues #446

darkphoenix opened this issue Mar 31, 2020 · 0 comments
Labels
bug: defect Something isn't working and it never has worked
Milestone

Comments

@darkphoenix
Copy link

When trying to run "chat sync", this happens:

Traceback (most recent call last):
File "/usr/lib/python3.8/site-packages/mautrix/bridge/commands/handler.py", line 359, in handle
await self._run_handler(handler, evt)
File "/opt/mautrix-telegram/mautrix_telegram/commands/handler.py", line 130, in _run_handler
return await handler(evt)
File "/usr/lib/python3.8/site-packages/mautrix/bridge/commands/handler.py", line 253, in call
return await self._handler(evt)
File "/opt/mautrix-telegram/mautrix_telegram/commands/telegram/misc.py", line 186, in sync
await evt.sender.sync_dialogs(synchronous_create=True)
File "/opt/mautrix-telegram/mautrix_telegram/user.py", line 351, in sync_dialogs
portal = po.Portal.get_by_entity(entity)
File "/opt/mautrix-telegram/mautrix_telegram/portal/base.py", line 449, in get_by_entity
raise ValueError(f"Unknown entity type {entity_type.name}")
ValueError: Unknown entity type ChatForbidden

@tulir tulir added the bug: defect Something isn't working and it never has worked label May 20, 2020
@tulir tulir added this to the 0.8.0 milestone May 20, 2020
@tulir tulir closed this as completed in c126e8b May 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug: defect Something isn't working and it never has worked
Development

No branches or pull requests

2 participants