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
After few days of proper working my bridge got stuck in a weird situation.
Messages are apparently bridged correctly (both ways) although when I send a command to the bot, I am not able to read the return. In the log these appear:
matrix-mautrix-telegram[2587421]: [2024-01-05 21:05:48,650] [[email protected].@user:domain.tld] Error updating read status and tags for 1336706880
matrix-mautrix-telegram[2587421]: Traceback (most recent call last):
matrix-mautrix-telegram[2587421]: File "/usr/lib/python3.11/site-packages/mautrix_telegram/user.py", line 870, in post_sync_dialog
matrix-mautrix-telegram[2587421]: await puppet.intent.mark_read(last_read.mx_room, last_read.mxid)
matrix-mautrix-telegram[2587421]: File "/usr/lib/python3.11/site-packages/mautrix/appservice/api/intent.py", line 491, in mark_read
matrix-mautrix-telegram[2587421]: await self.set_fully_read_marker(
matrix-mautrix-telegram[2587421]: File "/usr/lib/python3.11/site-packages/mautrix/appservice/api/intent.py", line 128, in wrapper
matrix-mautrix-telegram[2587421]: return await __method(*args, **kwargs)
matrix-mautrix-telegram[2587421]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
matrix-mautrix-telegram[2587421]: File "/usr/lib/python3.11/site-packages/mautrix/client/api/modules/misc.py", line 113, in set_fully_read_marker
matrix-mautrix-telegram[2587421]: await self.api.request(Method.POST, Path.v3.rooms[room_id].read_markers, content)
matrix-mautrix-telegram[2587421]: File "/usr/lib/python3.11/site-packages/mautrix/api.py", line 415, in request
matrix-mautrix-telegram[2587421]: resp_data, resp = await self._send(
matrix-mautrix-telegram[2587421]: ^^^^^^^^^^^^^^^^^
matrix-mautrix-telegram[2587421]: File "/usr/lib/python3.11/site-packages/mautrix/api.py", line 265, in _send
matrix-mautrix-telegram[2587421]: raise make_request_error(
matrix-mautrix-telegram[2587421]: mautrix.errors.request.MForbidden: You don't have permission to access that event.
matrix-mautrix-telegram[2587421]: [2024-01-05 21:05:48,675] [[email protected].@user:domain.tld] Error updating read status and tags for 1176827940
matrix-mautrix-telegram[2587421]: Traceback (most recent call last):
matrix-mautrix-telegram[2587421]: File "/usr/lib/python3.11/site-packages/mautrix_telegram/user.py", line 870, in post_sync_dialog
matrix-mautrix-telegram[2587421]: await puppet.intent.mark_read(last_read.mx_room, last_read.mxid)
matrix-mautrix-telegram[2587421]: File "/usr/lib/python3.11/site-packages/mautrix/appservice/api/intent.py", line 491, in mark_read
matrix-mautrix-telegram[2587421]: await self.set_fully_read_marker(
matrix-mautrix-telegram[2587421]: File "/usr/lib/python3.11/site-packages/mautrix/appservice/api/intent.py", line 128, in wrapper
matrix-mautrix-telegram[2587421]: return await __method(*args, **kwargs)
matrix-mautrix-telegram[2587421]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
matrix-mautrix-telegram[2587421]: File "/usr/lib/python3.11/site-packages/mautrix/client/api/modules/misc.py", line 113, in set_fully_read_marker
matrix-mautrix-telegram[2587421]: await self.api.request(Method.POST, Path.v3.rooms[room_id].read_markers, content)
matrix-mautrix-telegram[2587421]: File "/usr/lib/python3.11/site-packages/mautrix/api.py", line 415, in request
matrix-mautrix-telegram[2587421]: resp_data, resp = await self._send(
matrix-mautrix-telegram[2587421]: ^^^^^^^^^^^^^^^^^
matrix-mautrix-telegram[2587421]: File "/usr/lib/python3.11/site-packages/mautrix/api.py", line 265, in _send
matrix-mautrix-telegram[2587421]: raise make_request_error(
matrix-mautrix-telegram[2587421]: mautrix.errors.request.MForbidden: You don't have permission to access that event.
matrix-mautrix-telegram[2587421]: [2024-01-05 21:05:48,939] [[email protected].@user:domain.tld] Error updating read status and tags for 1313667959
matrix-mautrix-telegram[2587421]: Traceback (most recent call last):
matrix-mautrix-telegram[2587421]: File "/usr/lib/python3.11/site-packages/mautrix_telegram/user.py", line 870, in post_sync_dialog
matrix-mautrix-telegram[2587421]: await puppet.intent.mark_read(last_read.mx_room, last_read.mxid)
matrix-mautrix-telegram[2587421]: File "/usr/lib/python3.11/site-packages/mautrix/appservice/api/intent.py", line 491, in mark_read
matrix-mautrix-telegram[2587421]: await self.set_fully_read_marker(
matrix-mautrix-telegram[2587421]: File "/usr/lib/python3.11/site-packages/mautrix/appservice/api/intent.py", line 128, in wrapper
matrix-mautrix-telegram[2587421]: return await __method(*args, **kwargs)
matrix-mautrix-telegram[2587421]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
matrix-mautrix-telegram[2587421]: File "/usr/lib/python3.11/site-packages/mautrix/client/api/modules/misc.py", line 113, in set_fully_read_marker
matrix-mautrix-telegram[2587421]: await self.api.request(Method.POST, Path.v3.rooms[room_id].read_markers, content)
matrix-mautrix-telegram[2587421]: File "/usr/lib/python3.11/site-packages/mautrix/api.py", line 415, in request
matrix-mautrix-telegram[2587421]: resp_data, resp = await self._send(
matrix-mautrix-telegram[2587421]: ^^^^^^^^^^^^^^^^^
matrix-mautrix-telegram[2587421]: File "/usr/lib/python3.11/site-packages/mautrix/api.py", line 265, in _send
matrix-mautrix-telegram[2587421]: raise make_request_error(
matrix-mautrix-telegram[2587421]: mautrix.errors.request.MForbidden: You don't have permission to access that event.
In a multi bridged/relayed room I can see that the return of the !tg is relayed via the other bridge's bot. But my user is unable to see it.
The text was updated successfully, but these errors were encountered:
After few days of proper working my bridge got stuck in a weird situation.
Messages are apparently bridged correctly (both ways) although when I send a command to the bot, I am not able to read the return. In the log these appear:
In a multi bridged/relayed room I can see that the return of the
!tg
is relayed via the other bridge's bot. But my user is unable to see it.The text was updated successfully, but these errors were encountered: