Fetch icon indicating copy to clipboard operation
Fetch copied to clipboard

com.tonyodev.fetch2.exception.FetchException: request_not_successful

Open prasenjitpickcel opened this issue 3 years ago • 0 comments

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)

prasenjitpickcel avatar Jul 11 '22 15:07 prasenjitpickcel