mirror of
https://github.com/fabianonline/telegram_backup.git
synced 2024-11-22 16:56:16 +00:00
Merge branch 'master' of https://github.com/fabianonline/telegram_backup
This commit is contained in:
commit
459de54ae7
@ -336,6 +336,10 @@ public class DownloadManager {
|
|||||||
if (e.getTag().startsWith("420: FLOOD_WAIT_")) {
|
if (e.getTag().startsWith("420: FLOOD_WAIT_")) {
|
||||||
try_again = true;
|
try_again = true;
|
||||||
Utils.obeyFloodWaitException(e);
|
Utils.obeyFloodWaitException(e);
|
||||||
|
} else if (e.getCode()==400) {
|
||||||
|
//Somehow this file is broken. No idea why. Let's skip it for now
|
||||||
|
try_again = true;
|
||||||
|
return false;
|
||||||
} else {
|
} else {
|
||||||
throw e;
|
throw e;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user