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
Hi, thank you for your great software. This is my first invoke of the command, so I expect going through authentication/login process. Instead, I get following error.
root@mush:~# tgmount mount idnfs-drive idnfs-drive/
Traceback (most recent call last):
File "/usr/local/bin/tgmount", line 5, in <module>
from tgmount.client import main
File "/usr/local/lib/python3.10/dist-packages/tgmount/__init__.py", line 7, in <module>
from . import cli
File "/usr/local/lib/python3.10/dist-packages/tgmount/cli/__init__.py", line 1, in <module>
from .list_dialogs import list_dialogs
File "/usr/local/lib/python3.10/dist-packages/tgmount/cli/list_dialogs.py", line 1, in <module>
from tgmount.tgclient import TgmountTelegramClient
File "/usr/local/lib/python3.10/dist-packages/tgmount/tgclient/__init__.py", line 1, in <module>
from . import client_types
File "/usr/local/lib/python3.10/dist-packages/tgmount/tgclient/client_types.py", line 6, in <module>
from tgmount.tgclient.message_reaction_event import MessageReactionEvent
File "/usr/local/lib/python3.10/dist-packages/tgmount/tgclient/message_reaction_event.py", line 2, in <module>
from telethon.tl.types import UpdateMessageReactions
ImportError: cannot import name 'UpdateMessageReactions' from 'telethon.tl.types' (/usr/local/lib/python3.10/dist-packages/telethon/tl/types/__init__.py)
Would you please help me? Thanks!
The text was updated successfully, but these errors were encountered:
Hi, thank you for your great software. This is my first invoke of the command, so I expect going through authentication/login process. Instead, I get following error.
Would you please help me? Thanks!
The text was updated successfully, but these errors were encountered: