-
Notifications
You must be signed in to change notification settings - Fork 107
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
Getting IllegalArgumentException #158
Comments
Same here:
Looks like related to downloads file picking, |
I got the same issue as well I am using emulator (Android 9)
|
The issue is fixed on 14 November, 2018. (Version 1.6) But folks are unable to add 1.6 version as gradle is unable to resolve it. |
Can you check with 1.6? |
After update App is not crashing but I am not able to pick that image. it is throwing PickerException. com.kbeanie.multipicker.api.exceptions.PickerException: Unknown URI: content://downloads/public_downloads/747 |
Can you please post the logs
…On Mon, Nov 19, 2018, 11:43 AM VIISHRUT MAVANII ***@***.*** wrote:
After update App is not crashing but I am not able to pick that image. it
is throwing PickerException.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#158 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAOdKaI2B8GJoddlMeqCyw8VFqrMZ401ks5uwkwbgaJpZM4Xy0Gu>
.
|
@coomar2841 I have updated my comment. |
@coomar2841 I have updated below code and its work perfectly in Android 8.1.0, 7.1.1, 6.0
|
what is getDataAndMimeType function? |
Fatal Exception: java.lang.IllegalArgumentException: Unknown URI: content://downloads/public_downloads/2483
at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:165)
at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:135)
at android.content.ContentProviderProxy.query(ContentProviderNative.java:418)
at android.content.ContentResolver.query(ContentResolver.java:760)
at android.content.ContentResolver.query(ContentResolver.java:710)
at android.content.ContentResolver.query(ContentResolver.java:668)
at com.kbeanie.multipicker.core.threads.FileProcessorThread.getDataAndMimeType(FileProcessorThread.java:445)
at com.kbeanie.multipicker.core.threads.FileProcessorThread.getPathAndMimeType(FileProcessorThread.java:50039)
at com.kbeanie.multipicker.core.threads.FileProcessorThread.processFile(FileProcessorThread.java:2190)
at com.kbeanie.multipicker.core.threads.ImageProcessorThread.run(ImageProcessorThread.java:42)
The text was updated successfully, but these errors were encountered: