jsavargas / telethon_downloader

GNU General Public License v3.0
132 stars 35 forks source link

ERROR: TimedOutError downloading : RPCError -503: Timedout (caused by GetFileRequest) #50

Closed Felisuk closed 10 months ago

Felisuk commented 11 months ago

Since few week this error shows sometimes when I try to download file, not always it doesn´t matter if I´m trying to download 1 or 2 files at the same time or the channel I´m trying to download files. Could be a problem related to telegram bot new update? Thanks in advance.

Reister777 commented 11 months ago

Same issue here... [2023-12-31 15:19:20,973] CRITICAL RPCError -503: Timedout (caused by GetFileRequest) [2023-12-31 15:19:20,973] INFO [EXCEPCION]: RPCError -503: Timedout (caused by GetFileRequest)

Could we add an option to retry automatically? # #

Felisuk commented 11 months ago

I update telethon library and It seems to work well again.

jnaav commented 10 months ago

Same here.

@Felisuk What did you do exactly?

Koradris commented 10 months ago

Same error

Felisuk commented 10 months ago

I updated library with this comands: pip install --upgrade telethon python3 -m pip install --upgrade telethon.

Unfortunately after several test error shows again.

Koradris commented 10 months ago

I updated library with this comands: pip install --upgrade telethon python3 -m pip install --upgrade telethon.

Unfortunately after several test error shows again.

Can i use this command in unraid ?

Felisuk commented 10 months ago

I´m not sure.

Reister777 commented 10 months ago

the only workaround I found is forward the same file again and again and most of the times, it resumes the download (except one or two files I had to download them using the Android Telegram App...) It would be very nices if we can add the option of retries at least...

Koradris commented 10 months ago

Let's hope the maintainer can fix it. so it is difficult to use

dsz79 commented 10 months ago

same issue, resend the file dont work.

Felisuk commented 10 months ago

@jsavargas Thanks for the effort.

jsavargas commented 10 months ago

@Felisuk You're welcome, I have updated the Telethon dependency to its latest version and the problem has been solved, improvements are coming soon

Reister777 commented 10 months ago

Indeed it is working perfectly now. Thank you very much @jsavargas !

dsz79 commented 10 months ago

thx!!!