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

Error when cleaning unidentified rooms #541

Closed
karlprieb opened this issue Nov 13, 2020 · 1 comment
Closed

Error when cleaning unidentified rooms #541

karlprieb opened this issue Nov 13, 2020 · 1 comment
Labels
bug: regression Something isn't working, but it used to work before
Milestone

Comments

@karlprieb
Copy link

When I try clean some rooms I get this error:

Unhandled error while handling command:

Traceback (most recent call last):
  File "/usr/lib/python3.8/site-packages/mautrix/bridge/commands/handler.py", line 404, in handle
    await self._run_handler(handler, evt)
  File "/usr/lib/python3.8/site-packages/mautrix_telegram/commands/handler.py", line 121, in _run_handler
    return await handler(evt)
  File "/usr/lib/python3.8/site-packages/mautrix/bridge/commands/clean_rooms.py", line 184, in execute_room_cleanup
    await BasePortal.cleanup_room(evt.az.intent, room, "Room deleted")
  File "/usr/lib/python3.8/site-packages/mautrix/bridge/portal.py", line 95, in cleanup_room
    puppet = await cls.bridge.get_puppet(user_id, create=False)
AttributeError: type object 'BasePortal' has no attribute 'bridge'
@tulir tulir added the bug: regression Something isn't working, but it used to work before label Nov 17, 2020
@tulir tulir added this to the 0.9.0 milestone Nov 17, 2020
@tulir tulir closed this as completed in e85be95 Nov 17, 2020
@karlprieb
Copy link
Author

Thanks @tulir 👍

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

2 participants