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
$ python3 tgmount.py --list-documents --id 793392913 --limit 10
Traceback (most recent call last):
File "tgmount.py", line 168, in <module>
loop.run_until_complete(main())
File "/usr/lib/python3.8/asyncio/base_events.py", line 616, in run_until_complete
return future.result()
File "tgmount.py", line 59, in main
await list_documents(await client(),
File "/home/media/tgmount/tgmount/tgmount/actions.py", line 39, in list_documents
entity = await client.get_entity(id)
File "/home/media/.local/lib/python3.8/site-packages/telethon/client/users.py", line 292, in get_entity
inputs.append(await self.get_input_entity(x))
File "/home/media/.local/lib/python3.8/site-packages/telethon/client/users.py", line 466, in get_input_entity
raise ValueError(
ValueError: Could not find the input entity for PeerUser(user_id=793392913) (PeerUser). Please read https://docs.telethon.dev/en/stable/concepts/entities.html to find out more details.
The text was updated successfully, but these errors were encountered:
Unfortunately, it is throwing up an error.
The text was updated successfully, but these errors were encountered: