You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 27, 2020. It is now read-only.
Hello!
I've been using your tool and it seems it completely exits after the telegram apis returns an error 500, i think on this error it should just retry, (maybe implement some back-away logic). See the attached log.
500: RPC_MCGET_FAIL
at com.github.badoualy.telegram.api.DefaultTelegramClient.executeRpcQueries(DefaultTelegramClient.kt:209)
at com.github.badoualy.telegram.api.DefaultTelegramClient.executeRpcQueries$default(DefaultTelegramClient.kt:181)
at com.github.badoualy.telegram.api.DefaultTelegramClient.executeRpcQueries(DefaultTelegramClient.kt:160)
at com.github.badoualy.telegram.api.TelegramClient$DefaultImpls.executeRpcQuery(TelegramClient.kt:53)
at com.github.badoualy.telegram.api.DefaultTelegramClient.executeRpcQuery(DefaultTelegramClient.kt:157)
at com.github.badoualy.telegram.tl.api.TelegramApiWrapper.messagesGetMessages(TelegramApiWrapper.java:673)
at de.fabianonline.telegram_backup.DownloadManager.downloadMessages(DownloadManager.kt:274)
at de.fabianonline.telegram_backup.DownloadManager.downloadMessages$default(DownloadManager.kt:241)
at de.fabianonline.telegram_backup.DownloadManager._downloadMessages(DownloadManager.kt:150)
at de.fabianonline.telegram_backup.DownloadManager.downloadMessages(DownloadManager.kt:82)
at de.fabianonline.telegram_backup.CommandLineController.<init>(CommandLineController.kt:135)
at de.fabianonline.telegram_backup.CommandLineRunnerKt.main(CommandLineRunner.kt:41)
----- EXIT -----
The text was updated successfully, but these errors were encountered:
Hello!
I've been using your tool and it seems it completely exits after the telegram apis returns an error 500, i think on this error it should just retry, (maybe implement some back-away logic). See the attached log.
The text was updated successfully, but these errors were encountered: