Skip to content
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

java.lang.IllegalArgumentException: Abusive '1000' conflicts with requested '1000' #441

Open
khemrajsharma opened this issue Jun 2, 2023 · 1 comment

Comments

@khemrajsharma
Copy link

Expected Behavior

It should not crash

Actual Behavior

Crashing when requesting for image

Steps to Reproduce the Problem

java.lang.IllegalArgumentException: Abusive '1000' conflicts with requested '1000'
                                                                                                    	at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:172)
                                                                                                    	at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:142)
                                                                                                    	at android.content.ContentProviderProxy.query(ContentProviderNative.java:481)
                                                                                                    	at android.content.ContentResolver.query(ContentResolver.java:1256)
                                                                                                    	at com.esafirm.imagepicker.features.fileloader.DefaultImageFileLoader$ImageLoadRunnable.queryData(DefaultImageFileLoader.kt:127)
                                                                                                    	at com.esafirm.imagepicker.features.fileloader.DefaultImageFileLoader$ImageLoadRunnable.run(DefaultImageFileLoader.kt:209)
                                                                                                    	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:922)

Specifications

  • Image Picker Version: 3.0.0
  • Android OS: 12
  • Phone: vivo 1920
@Makwana619
Copy link

any fixes?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants