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
telegram-download -m join -d --from <entity> finishes instantly without downloading anything, but with telegram-download -m join -d -i --from <entity> I can clearly see the files and download them.
The non-interactive mode doesn't necessarily download nothing, but there is a considerable amount of files missing. In fact I realize this problem because I did the non-interactive download first, and then find out there are so many files that are yet to be downloaded.
The text was updated successfully, but these errors were encountered:
I'm having the same issue, but on Windows 10. --from does not do anything for me, no single file is downloaded. I get errors saying "no user entity found for ". I can't even download from myself.
-i works, but I can only seem to download videos, not pictures. Full disclaimer, I am using Python 3.12; I don't think this should be an issue, though, as I was able to install it and run the program. But maybe I'll try on 3.11 later.
pip freeze
): I installed withpipx
Description
telegram-download -m join -d --from <entity>
finishes instantly without downloading anything, but withtelegram-download -m join -d -i --from <entity>
I can clearly see the files and download them.What I Did
The non-interactive mode doesn't necessarily download nothing, but there is a considerable amount of files missing. In fact I realize this problem because I did the non-interactive download first, and then find out there are so many files that are yet to be downloaded.
The text was updated successfully, but these errors were encountered: