tonyofrancis / Fetch

The best file downloader library for Android
https://www.meta.stackoverflow.com/tags/fetch2
Apache License 2.0
1.65k stars 339 forks source link

com.tonyodev.fetch2.exception.FetchException: request_not_successful #639

Open prasenjitpickcel opened 2 years ago

prasenjitpickcel commented 2 years ago

If i try to download multiple files at a time.

Till 50 files it gets downloaded successfully but in the 51 th file i get the following exception

com.tonyodev.fetch2.exception.FetchException: request_not_successful at com.tonyodev.fetch2.downloader.SequentialFileDownloaderImpl.run(SequentialFileDownloaderImpl.kt:129) at com.tonyodev.fetch2.downloader.DownloadManagerImpl$start$$inlined$synchronized$lambda$1.run(DownloadManagerImpl.kt:103) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) at java.lang.Thread.run(Thread.java:920)