-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
issue in setting the downloader #29
Comments
I tried it with replacing the getdownloadingall with getdownloading and getdownloaded it works but still, if I download an mp3 file it crashes the app and again if I open I show the file in downloading queue |
Can you show the crash stack trace? |
no, I was not able to trace the crash stack and sir I used the downloadInterceptor but unable to understand the flow of the code and how to verify it, sir if it possible can you update some the downloadInterceptor to automatically verify the file type, please |
to verify I have tried this type of code case FINISHED:
|
downloadInterceptor allows you to verify the integrity of the file,if get the type of file, this way is required. |
sir sorry but I am not able to read or verify file from downloadInterceptor |
downloadInterceptor is not support this issue yet, your code is a nice way so far. I will support get file's type from downloadinfo at future's version. |
sir, I used your downloader it's very useful but I am not able to detect if the file in mp3 video or apk and if the app stops it again shows the downloaded file in downloading the list, as I split the data in two recycler view like ongoing download and completed download it does not refresh at the time
I major problem is with the task should verify what task is it like mp3 video or apk file
please help me with this out.
The text was updated successfully, but these errors were encountered: