fabianonline / telegram_backup

Java app to download all your telegram data.
GNU General Public License v3.0
447 stars 91 forks source link

Infinite FLOOD_WAIT_XX #133

Closed whiskeyfur closed 5 years ago

whiskeyfur commented 5 years ago

Always gets up to this point..

  ............... .. ......................... ..... ......... ......... ..........................  - 39500/196062
. ..................  ....................... .. .........
Telegram complained about us (okay, me) making too many requests in too short time by
sending us "FLOOD_WAIT_12" as an error. So we now have to wait a bit. Telegram
asked us to wait for 12 seconds.

And then it never is able to start again. The FLOOD_WAITS keep coming after every attempt to resume the downloads.

whiskeyfur commented 5 years ago

Disregard, looks like it was a weird network issue or something of the sort, as if somehow I had two copies running but I know I only had one.