telegram-upload icon indicating copy to clipboard operation
telegram-upload copied to clipboard

Non-interactive mode downloads nothing

Open ChiotOnAGE opened this issue 2 years ago • 1 comments

  • telegram-upload version: 0.7.1
  • Python version: 3.11.4
  • Operating System: TrueNAS Scale
  • Dependencies list (run pip freeze): I installed with pipx
click==8.1.7
cryptg==0.4.0
hachoir==3.3.0
more-itertools==10.1.0
prompt-toolkit==3.0.43
pyaes==1.6.1
pyasn1==0.5.1
PySocks==1.7.1
rsa==4.9
telegram-upload==0.7.1
Telethon==1.33.1
wcwidth==0.2.12

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.

ChiotOnAGE avatar Jan 03 '24 02:01 ChiotOnAGE

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.

ModsAreFlags avatar Feb 29 '24 08:02 ModsAreFlags