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

Cannot login #14

Open
musahi0128 opened this issue Aug 29, 2023 · 0 comments
Open

Cannot login #14

musahi0128 opened this issue Aug 29, 2023 · 0 comments

Comments

@musahi0128
Copy link

musahi0128 commented Aug 29, 2023

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant