You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Caused by java.lang.IllegalArgumentException: Given work is not active: JobWorkItem{id=1 intent=Intent { act=org.kontalk.action.PREPARE_MESSAGE dat=file:///data/user/0/org.kontalk/cache/DCIM/IMG_20200819_135304016.jpg cmp=org.kontalk/.service.MediaService (has extras) } dcount=1}
at android.app.job.JobParameters.completeWork(JobParameters.java:268)
at androidx.core.app.JobIntentService$JobServiceEngineImpl$WrapperWorkItem.complete(JobIntentService.java:268)
at androidx.core.app.JobIntentService$CommandProcessor.doInBackground(JobIntentService.java:394)
at androidx.core.app.JobIntentService$CommandProcessor.doInBackground(JobIntentService.java:383)
at android.os.AsyncTask$2.call(AsyncTask.java:333)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
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)
Reported to Google: https://issuetracker.google.com/issues/63622293
It might be a bug "induced" by a misuse of JobIntentService.
Other references:
The text was updated successfully, but these errors were encountered: