Fetch
Fetch copied to clipboard
The best file downloader library for Android
I cannot modify the value of the extras.
Fatal Exception: android.database.sqlite.SQLiteDatabaseLockedException database is locked (code 5 SQLITE_BUSY) **sometimes** is thrown when I call `fetch = Fetch.Impl.getInstance(getFetchConfiguration(context));`
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...
Fetch there is an error in compileSdkVersion 31 and above & targetSdkVersion 31 and above because DefaultFetchNotificationManager there is a Pending intent with Flag_current_update
**download.getRequest() == download.getRequest()** will return false. it is wiread.
android.net.ConnectivityManager$TooManyRequestsException: null at android.net.ConnectivityManager.convertServiceException(ConnectivityManager.java:2887) at android.net.ConnectivityManager.sendRequestForNetwork(ConnectivityManager.java:3060) at android.net.ConnectivityManager.registerNetworkCallback(ConnectivityManager.java:3365) at android.net.ConnectivityManager.registerNetworkCallback(ConnectivityManager.java:3347) at com.tonyodev.fetch2.provider.NetworkInfoProvider.(NetworkInfoProvider.kt:52) at com.tonyodev.fetch2.fetch.FetchModulesBuilder$Modules.(FetchModulesBuilder.kt:103) at com.tonyodev.fetch2.fetch.FetchModulesBuilder.buildModulesFromPrefs(FetchModulesBuilder.kt:33) at com.tonyodev.fetch2.Fetch$Impl.getInstance(Fetch.kt:1026)
Thank you so much for creating this library @tonyofrancis . After reading solutions for different issues and spending a week implementing this library according to my needs, I can literally...
version:3.0.12 request.setTag(tag); onError print download.getRequest().getTag() is null
Hello mates, is there is any release soon because there are important fixes like this #626 ? Thanks.