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

crash related to com.sangcomz.fishbun.ext.MimeTypeExt.equalsMimeType #217

Open
daniello777 opened this issue Sep 9, 2020 · 3 comments
Open

Comments

@daniello777
Copy link

There is a frequent crash happening on many of my users, I can't reproduce the crash by myself though. Here is the crash log:

Fatal Exception: java.lang.RuntimeException: An error occurred while executing doInBackground()
       at android.os.AsyncTask$3.done(AsyncTask.java:355)
       at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:383)
       at java.util.concurrent.FutureTask.setException(FutureTask.java:252)
       at java.util.concurrent.FutureTask.run(FutureTask.java:271)
       at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:246)
       at java.util.concurrent.ThreadPoolExecutor.processTask(ThreadPoolExecutor.java:1187)
       at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
       at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
       at java.lang.Thread.run(Thread.java:784)
Caused by java.lang.IllegalArgumentException: Parameter specified as non-null is null: method kotlin.jvm.internal.Intrinsics.checkParameterIsNotNull, parameter mimeType
       at com.sangcomz.fishbun.ext.MimeTypeExt.equalsMimeType(:7)
       at com.sangcomz.fishbun.ui.album.AlbumController.isExceptMemeType(AlbumController.java:166)
       at com.sangcomz.fishbun.ui.album.AlbumController.access$200(AlbumController.java:22)
       at com.sangcomz.fishbun.ui.album.AlbumController$LoadAlbumList.doInBackground(AlbumController.java:105)
       at com.sangcomz.fishbun.ui.album.AlbumController$LoadAlbumList.doInBackground(AlbumController.java:61)
       at android.os.AsyncTask$2.call(AsyncTask.java:334)
       at java.util.concurrent.FutureTask.run(FutureTask.java:266)
       at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:246)
       at java.util.concurrent.ThreadPoolExecutor.processTask(ThreadPoolExecutor.java:1187)
       at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
       at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
       at java.lang.Thread.run(Thread.java:784)
@sangcomz
Copy link
Owner

Please tell me the version you are using.

@kreativityapps
Copy link

For me it occurs on version 0.11.4

@daniello777
Copy link
Author

Please tell me the version you are using.

For me, it also happens on 0.11.4

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

3 participants