prof18 / RSS-Parser

A Kotlin Multiplatform library to parse a RSS Feed
Apache License 2.0
513 stars 129 forks source link

error #15

Closed FirstVoyager closed 6 years ago

FirstVoyager commented 6 years ago

E/HW-JPEG-DEC: HME_JPEG_DEC_Delete: HME_JPEG_DEC_Delete: decoder_ctx=null E/AndroidRuntime: FATAL EXCEPTION: AsyncTask #1 Process: com.limitless.limitless.applicationunivercity, PID: 17238 java.lang.RuntimeException: An error occurred while executing doInBackground() at android.os.AsyncTask$3.done(AsyncTask.java:330) 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:255) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607) at java.lang.Thread.run(Thread.java:776) Caused by: java.lang.NoClassDefFoundError: Failed resolution of: Lokhttp3/OkHttpClient; at com.prof.rssparser.Parser.doInBackground(Parser.java:61) at com.prof.rssparser.Parser.doInBackground(Parser.java:34) at android.os.AsyncTask$2.call(AsyncTask.java:316) at java.util.concurrent.FutureTask.run(FutureTask.java:237) at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:255)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)  at java.lang.Thread.run(Thread.java:776)  Caused by: java.lang.ClassNotFoundException: Didn't find class "okhttp3.OkHttpClient" on path: DexPathList[[zip file "/data/app/com.limitless.limitless.applicationunivercity-1/base.apk", zip file "/data/app/com.limitless.limitless.applicationunivercity-1/split_lib_dependencies_apk.apk", zip file "/data/app/com.limitless.limitless.applicationunivercity-1/split_lib_slice_0_apk.apk", zip file "/data/app/com.limitless.limitless.applicationunivercity-1/split_lib_slice_1_apk.apk", zip file "/data/app/com.limitless.limitless.applicationunivercity-1/split_lib_slice_2_apk.apk", zip file "/data/app/com.limitless.limitless.applicationunivercity-1/split_lib_slice_3_apk.apk", zip file "/data/app/com.limitless.limitless.applicationunivercity-1/split_lib_slice_4_apk.apk", zip file "/data/app/com.limitless.limitless.applicationunivercity-1/split_lib_slice_5_apk.apk", zip file "/data/app/com.limitless.limitless.applicationunivercity-1/split_lib_slice_6_apk.apk", zip file "/data/app/com.limitless.limitless.applicationunivercity-1/split_lib_slice_7_apk.apk", zip file "/data/app/com.limitless.limitless.applicationunivercity-1/split_lib_slice_8_apk.apk", zip file "/data/app/com.limitless.limitless.applicationunivercity-1/split_lib_slice_9_apk.apk"],nativeLibraryDirectories=[/data/app/com.limitless.limitless.applicationunivercity-1/lib/arm64, /system/lib64, /vendor/lib64, /system/vendor/lib64, /product/lib64]] at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56) at java.lang.ClassLoader.loadClass(ClassLoader.java:380) at java.lang.ClassLoader.loadClass(ClassLoader.java:312) at com.prof.rssparser.Parser.doInBackground(Parser.java:61)  at com.prof.rssparser.Parser.doInBackground(Parser.java:34)  at android.os.AsyncTask$2.call(AsyncTask.java:316)  at java.util.concurrent.FutureTask.run(FutureTask.java:237)  at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:255)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)  at java.lang.Thread.run(Thread.java:776) 

prof18 commented 6 years ago

Mmm, this could be a critical update. Are you using the latest version?

FirstVoyager commented 6 years ago

I use this version: Com.prof.rssparser:rssparser:1.4

در تاریخ یکشنبه ۱۳ مهٔ ۲۰۱۸،‏ ۱۱:۴۷ Marco Gomiero notifications@github.com نوشت:

Mmm, this could be a critical update. Are you using the latest version?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/prof18/RSS-Parser/issues/15#issuecomment-388606678, or mute the thread https://github.com/notifications/unsubscribe-auth/AjX0mxlacozG3vwb9Cg3J5UQ5nKKhVBCks5tx93ugaJpZM4T8jYv .

prof18 commented 6 years ago

I'm investigating. Please use version 1.3.1 until next update!

FirstVoyager commented 6 years ago

Thank you ❤️

در تاریخ سه‌شنبه ۱۵ مهٔ ۲۰۱۸،‏ ۲۳:۰۳ Marco Gomiero notifications@github.com نوشت:

I'm investigating. Please use version 1.3.1 until next update!

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/prof18/RSS-Parser/issues/15#issuecomment-389268922, or mute the thread https://github.com/notifications/unsubscribe-auth/AjX0m9yRKvdIsW_iohH8201dau4Oaq7Sks5tyx-IgaJpZM4T8jYv .

prof18 commented 6 years ago

The problem is fixed. Now you can use the latest version, 1.4.1

robrechtD commented 6 years ago

I have the same issue in 1.4.1, 1.3.1 works though

prof18 commented 6 years ago

It's clearly some trouble with dependencies. I'm investigating (again). Sorry for that!

prof18 commented 6 years ago

It's clearly some trouble with dependencies. I'm investigating (again). Sorry for that!

prof18 commented 6 years ago

To problem (hopefully) has been fixed on version 1.4.4. Could you please give a try and let me know?

robrechtD commented 6 years ago

The issue has indeed been solved, thanks!

FirstVoyager commented 6 years ago

Hi, I don't use last version. I closed my rss reader project, and thank for your updates 🙏