Created
January 30, 2020 12:29
-
-
Save mindshifter/d6e5da5f19b13b03f6075018a098e92d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2020-01-30 14:28:07.687 27148-27148/co.fanati E/LiveLocationSettingsFragment: Global error handler | |
co.fanati.base.FanaticoAndroidException: Please contact our support. They`ll help you! | |
at co.fanati.base.BaseFragment.onError(BaseFragment.kt:83) | |
at co.fanati.main.drawer.settings.privacy.location.LiveLocationSettingsFragment.onError(LiveLocationSettingsFragment.kt:122) | |
at com.link184.architecture.mvvm.base.MvvmFragment$onCreate$1.invoke(MvvmFragment.kt:78) | |
at com.link184.architecture.mvvm.base.MvvmFragment$onCreate$1.invoke(MvvmFragment.kt:22) | |
at com.link184.architecture.mvvm.base.MvvmContext$sam$androidx_lifecycle_Observer$0.onChanged(Unknown Source:2) | |
at androidx.lifecycle.LiveData.considerNotify(LiveData.java:131) | |
at androidx.lifecycle.LiveData.dispatchingValue(LiveData.java:149) | |
at androidx.lifecycle.LiveData.setValue(LiveData.java:307) | |
at androidx.lifecycle.MutableLiveData.setValue(MutableLiveData.java:50) | |
at androidx.lifecycle.LiveData$1.run(LiveData.java:91) | |
at android.os.Handler.handleCallback(Handler.java:883) | |
at android.os.Handler.dispatchMessage(Handler.java:100) | |
at android.os.Looper.loop(Looper.java:237) | |
at android.app.ActivityThread.main(ActivityThread.java:7770) | |
at java.lang.reflect.Method.invoke(Native Method) | |
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493) | |
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1047) | |
Caused by: kotlinx.serialization.MissingFieldException: Field 'message' is required, but it was missing | |
at co.fanati.core.model.GeneralResponse.<init>(Unknown Source:14) | |
at co.fanati.core.model.GeneralResponse$$serializer.deserialize(Unknown Source:53) | |
at co.fanati.core.model.GeneralResponse$$serializer.deserialize(GeneralResponse.kt:6) | |
at kotlinx.serialization.json.internal.PolymorphicKt.decodeSerializableValuePolymorphic(Polymorphic.kt:34) | |
at kotlinx.serialization.json.internal.StreamingJsonInput.decodeSerializableValue(StreamingJsonInput.kt:33) | |
at kotlinx.serialization.CoreKt.decode(Core.kt:80) | |
at kotlinx.serialization.json.Json.parse(Json.kt:126) | |
at io.ktor.client.features.json.serializer.KotlinxSerializer.read(KotlinxSerializer.kt:76) | |
at io.ktor.client.features.json.JsonFeature$Feature$install$2.invokeSuspend(JsonFeature.kt:107) | |
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) | |
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:56) | |
at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:561) | |
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:727) | |
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:667) | |
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:655) |
vasile-cazacu
commented
Jan 30, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment