fabianonline / telegram_backup

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

400: LOCATION_INVALID #55

Closed ximocoder closed 6 years ago

ximocoder commented 7 years ago

Get this error when downloading the pictures, has downloaded half of them but at this one gets the error: .RpcErrorException happened while downloading C:\Users\ximo\.telegram_backup\+xxxxxxxxxxx\files\159321.png 400: LOCATION_INVALID 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.DefaultTelegramClient.executeRpcQueries(DefaultTelegramClient.kt:166) at com.github.badoualy.telegram.api.TelegramClient$DefaultImpls.executeRpcQuery(TelegramClient.kt:56) at com.github.badoualy.telegram.api.DefaultTelegramClient.executeRpcQuery(DefaultTelegramClient.kt:25) at de.fabianonline.telegram_backup.DownloadManager.downloadFileFromDc(DownloadManager.java:330) at de.fabianonline.telegram_backup.DownloadManager.downloadFile(DownloadManager.java:300) at de.fabianonline.telegram_backup.mediafilemanager.DocumentFileManager.download(DocumentFileManager.java:105) at de.fabianonline.telegram_backup.DownloadManager._downloadMedia(DownloadManager.java:276) at de.fabianonline.telegram_backup.DownloadManager.downloadMedia(DownloadManager.java:229) at de.fabianonline.telegram_backup.CommandLineController.<init>(CommandLineController.java:173) at de.fabianonline.telegram_backup.CommandLineRunner.main(CommandLineRunner.java:77)

it would be great to be able to ask for ignoring this file.

fabianonline commented 6 years ago

Duplicate of #54.