-
Notifications
You must be signed in to change notification settings - Fork 327
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
NullPointerException #310
Comments
I'm getting this issue in my app. how to solve it? |
Hello sir can you specify what's the App name ?
…On Thu, 21 Jan 2021 at 15:03, ConceptualDive ***@***.***> wrote:
I'm getting this issue in my app. how to solve it?
com.esafirm.imagepicker.model.Image. (Image.java:2)
com.esafirm.imagepicker.features.fileloader.DefaultImageFileLoader$ImageLoadRunnable.run
(DefaultImageFileLoader.java:166)
java.util.concurrent.ThreadPoolExecutor.processTask
(ThreadPoolExecutor.java:1187)
java.util.concurrent.ThreadPoolExecutor.runWorker
(ThreadPoolExecutor.java:1152)
java.util.concurrent.ThreadPoolExecutor$Worker.run
(ThreadPoolExecutor.java:641)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#310 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD5476KYAYOPNUSQ6JUG2MDS3AXZZANCNFSM4TON2ECQ>
.
|
Yes. I i can. name photo on birthday cake. |
Im getting some crashes on my App stacktrace:
a NullPointerException on line 166 DefaultImageFileLoader.java
java.lang.NullPointerException:
at com.esafirm.imagepicker.model.Image. (Image.java:2)
at com.esafirm.imagepicker.features.fileloader.DefaultImageFileLoader$ImageLoadRunnable.run (DefaultImageFileLoader.java:166)
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:764)
The text was updated successfully, but these errors were encountered: