iyear / tdl

📥 A Telegram toolkit written in Golang
https://docs.iyear.me/tdl
GNU Affero General Public License v3.0
4.42k stars 433 forks source link

[BUG] callback: get file: get next chunk: invoke pool: rpcDoRequest: rpc error code 500: RPC_CALL_FAIL #98

Open NotHFN opened 1 year ago

NotHFN commented 1 year ago

After download some files in a channel, the error appears. I know it's telegram's internal error, but this error occurs every time I download. I didn't see any similar issues so I report one, why do I encounter this situation so often?

iyear commented 1 year ago

https://outage.report/telegram. Telegram itself had issues and internal errors. Nothing I can do:(

And I will add a retry middleware in the next version

Ppang0405 commented 1 year ago

for me, I don't think it's a telegram outage. I did try many times at various times of the week, but still got the error above. when I use https://github.com/Dineshkarthik/telegram_media_downloader, it just works.