Async query cannot be created on current thread. Realm cannot be automatically updated on a thread without a looper

    --------- beginning of crash
04-17 17:31:36.081 32449-32733/quizcounter.geeks.compete.myapplication E/AndroidRuntime: FATAL EXCEPTION: AsyncTask #2
    Process: quizcounter.geeks.compete.myapplication, PID: 32449
    java.lang.RuntimeException: An error occurred while executing doInBackground()
        at android.os.AsyncTask$3.done(AsyncTask.java:309)
        at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:354)
        at java.util.concurrent.FutureTask.setException(FutureTask.java:223)
        at java.util.concurrent.FutureTask.run(FutureTask.java:242)
        at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:234)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588)
        at java.lang.Thread.run(Thread.java:818)
     Caused by: java.lang.IllegalStateException: Async query cannot be created on current thread. Realm cannot be automatically updated on a thread without a looper.
        at io.realm.internal.android.AndroidCapabilities.checkCanDeliverNotification(AndroidCapabilities.java:54)
        at io.realm.RealmQuery.findAllAsync(RealmQuery.java:1811)
        at quizcounter.geeks.compete.myapplication.SplashScreenActivity$checkNotifIDsData.doInBackground(SplashScreenActivity.java:302)
        at quizcounter.geeks.compete.myapplication.SplashScreenActivity$checkNotifIDsData.doInBackground(SplashScreenActivity.java:280)
        at android.os.AsyncTask$2.call(AsyncTask.java:295)
        at java.util.concurrent.FutureTask.run(FutureTask.java:237)
        at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:234)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588)
        at java.lang.Thread.run(Thread.java:818)
 
 
    --------- beginning of system

No comments:

Post a Comment

Popular Posts