Nekmo / telegram-upload

Upload and download files from Telegram up to 4 GiB using your account
MIT License
1.05k stars 226 forks source link

Non-interactive mode downloads nothing #246

Open ChiotOnAGE opened 7 months ago

ChiotOnAGE commented 7 months ago

Description

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.

What I Did

$ telegram-download -m join -d --from <entity>
$ telegram-download -m join -d -i --from <entity>
Select all files to download:
[SPACE] Select files [ENTER] Download selected files
[ ] audio ...
[ ] audio ... 

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.

ModsAreFlags commented 5 months ago

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.