You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to join a room via an invite link yesterday -> join https://t.me/someroom/
And received the following stacktrace error:
Traceback (most recent call last):
File "/home/synapse/bridges/mautrix-telegram/env/lib/python3.8/site-packages/mautrix/bridge/commands/handler.py", line 405, in handle
await self._run_handler(handler, evt)
File "/home/synapse/bridges/mautrix-telegram/mautrix_telegram/commands/handler.py", line 121, in _run_handler
return await handler(evt)
File "/home/synapse/bridges/mautrix-telegram/env/lib/python3.8/site-packages/mautrix/bridge/commands/handler.py", line 290, in __call__
return await self._handler(evt)
File "/home/synapse/bridges/mautrix-telegram/mautrix_telegram/commands/telegram/misc.py", line 154, in join
updates, _ = await _join(evt, arg.group(1))
File "/home/synapse/bridges/mautrix-telegram/mautrix_telegram/commands/telegram/misc.py", line 136, in _join
channel = await evt.sender.client.get_entity(arg)
File "/home/synapse/bridges/mautrix-telegram/env/lib/python3.8/site-packages/telethon/client/users.py", line 328, in get_entity
result.append(await self._get_entity_from_string(x))
File "/home/synapse/bridges/mautrix-telegram/env/lib/python3.8/site-packages/telethon/client/users.py", line 567, in _get_entity_from_string
raise ValueError(
ValueError: Cannot find any entity corresponding to "someroom/"
Removing the slash (join https://t.me/someroom) worked correctly :)
The text was updated successfully, but these errors were encountered:
I tried to join a room via an invite link yesterday ->
join https://t.me/someroom/
And received the following stacktrace error:
Removing the slash (
join https://t.me/someroom
) worked correctly :)The text was updated successfully, but these errors were encountered: