--- client: Jellyfin for Android TV client_version: 0.16.7 client_repository: https://github.com/jellyfin/jellyfin-androidtv type: crash_report format: markdown --- ### Logs ***Stack Trace***: ```log org.jellyfin.sdk.api.client.exception.TimeoutException: HTTP request timed out at org.jellyfin.sdk.api.client.KtorClient.request$suspendImpl(KtorClient.kt:117) at org.jellyfin.sdk.api.client.KtorClient$request$1.invokeSuspend(Unknown Source:19) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) at io.ktor.util.pipeline.SuspendFunctionGun.resumeRootWith(SuspendFunctionGun.kt:194) at io.ktor.util.pipeline.SuspendFunctionGun.access$resumeRootWith(SuspendFunctionGun.kt:15) at io.ktor.util.pipeline.SuspendFunctionGun$continuation$1.resumeWith(SuspendFunctionGun.kt:89) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46) at io.ktor.util.pipeline.SuspendFunctionGun.resumeRootWith(SuspendFunctionGun.kt:194) at io.ktor.util.pipeline.SuspendFunctionGun.access$resumeRootWith(SuspendFunctionGun.kt:15) at io.ktor.util.pipeline.SuspendFunctionGun$continuation$1.resumeWith(SuspendFunctionGun.kt:89) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46) at io.ktor.util.pipeline.SuspendFunctionGun.resumeRootWith(SuspendFunctionGun.kt:194) at io.ktor.util.pipeline.SuspendFunctionGun.access$resumeRootWith(SuspendFunctionGun.kt:15) at io.ktor.util.pipeline.SuspendFunctionGun$continuation$1.resumeWith(SuspendFunctionGun.kt:89) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46) at io.ktor.util.pipeline.SuspendFunctionGun.resumeRootWith(SuspendFunctionGun.kt:194) at io.ktor.util.pipeline.SuspendFunctionGun.access$resumeRootWith(SuspendFunctionGun.kt:15) at io.ktor.util.pipeline.SuspendFunctionGun$continuation$1.resumeWith(SuspendFunctionGun.kt:89) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46) at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106) at android.os.Handler.handleCallback(Handler.java:938) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loopOnce(Looper.java:201) at android.os.Looper.loop(Looper.java:288) at android.app.ActivityThread.main(ActivityThread.java:7839) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003) Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [StandaloneCoroutine{Cancelling}@e7681b0, Dispatchers.Main.immediate] Caused by: io.ktor.client.features.HttpRequestTimeoutException: Request timeout has expired [url=http://192.168.0.5:8096/Users/4ab4eb91-a595-4769-9939-5f806ba3cf8b/Items/Resume?limit=50&fields=PrimaryImageAspectRatio&fields=Overview&fields=ItemCounts&fields=DisplayPreferencesId&fields=ChildCount&mediaTypes=Video&imageTypeLimit=1&enableTotalRecordCount=false&enableImages=true&excludeActiveSessions=false, request_timeout=30000 ms] at io.ktor.client.features.HttpTimeout$Feature$install$1$1$killer$1.invokeSuspend(HttpTimeout.kt:149) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:108) at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:793) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:697) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684) ``` ***Logcat***: ```log 03-24 16:10:34.419 E/jellyfin-apiclient(10307): at com.android.volley.NetworkDispatcher.run(NetworkDispatcher.java:90) 03-24 16:10:39.540 D/org.jellyfin.sdk.api.client.KtorClient(10307): HTTP request timed out 03-24 16:10:39.540 D/org.jellyfin.sdk.api.client.KtorClient(10307): io.ktor.client.features.HttpRequestTimeoutException: Request timeout has expired [url=http://192.168.0.5:8096/Users/4ab4eb91-a595-4769-9939-5f806ba3cf8b/Items/d4882517-4d45-5ae3-ff85-9d8b28582853, request_timeout=30000 ms] 03-24 16:10:39.540 D/org.jellyfin.sdk.api.client.KtorClient(10307): at io.ktor.client.features.HttpTimeout$Feature$install$1$1$killer$1.invokeSuspend(HttpTimeout.kt:149) 03-24 16:10:39.540 D/org.jellyfin.sdk.api.client.KtorClient(10307): at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) 03-24 16:10:39.540 D/org.jellyfin.sdk.api.client.KtorClient(10307): at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:108) 03-24 16:10:39.540 D/org.jellyfin.sdk.api.client.KtorClient(10307): at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584) 03-24 16:10:39.540 D/org.jellyfin.sdk.api.client.KtorClient(10307): at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:793) 03-24 16:10:39.540 D/org.jellyfin.sdk.api.client.KtorClient(10307): at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:697) 03-24 16:10:39.540 D/org.jellyfin.sdk.api.client.KtorClient(10307): at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684) 03-24 16:10:39.552 E/BaseRowItem$refresh(10307): Failed to refresh item 03-24 16:10:39.552 E/BaseRowItem$refresh(10307): org.jellyfin.sdk.api.client.exception.TimeoutException: HTTP request timed out 03-24 16:10:39.552 E/BaseRowItem$refresh(10307): at org.jellyfin.sdk.api.client.KtorClient.request$suspendImpl(KtorClient.kt:117) 03-24 16:10:39.552 E/BaseRowItem$refresh(10307): at org.jellyfin.sdk.api.client.KtorClient$request$1.invokeSuspend(Unknown Source:19) 03-24 16:10:39.552 E/BaseRowItem$refresh(10307): at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) 03-24 16:10:39.552 E/BaseRowItem$refresh(10307): at io.ktor.util.pipeline.SuspendFunctionGun.resumeRootWith(SuspendFunctionGun.kt:194) 03-24 16:10:39.552 E/BaseRowItem$refresh(10307): at io.ktor.util.pipeline.SuspendFunctionGun.access$resumeRootWith(SuspendFunctionGun.kt:15) 03-24 16:10:39.552 E/BaseRowItem$refresh(10307): at io.ktor.util.pipeline.SuspendFunctionGun$continuation$1.resumeWith(SuspendFunctionGun.kt:89) 03-24 16:10:39.552 E/BaseRowItem$refresh(10307): at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46) 03-24 16:10:39.552 E/BaseRowItem$refresh(10307): at io.ktor.util.pipeline.SuspendFunctionGun.resumeRootWith(SuspendFunctionGun.kt:194) 03-24 16:10:39.552 E/BaseRowItem$refresh(10307): at io.ktor.util.pipeline.SuspendFunctionGun.access$resumeRootWith(SuspendFunctionGun.kt:15) 03-24 16:10:39.552 E/BaseRowItem$refresh(10307): at io.ktor.util.pipeline.SuspendFunctionGun$continuation$1.resumeWith(SuspendFunctionGun.kt:89) 03-24 16:10:39.552 E/BaseRowItem$refresh(10307): at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46) 03-24 16:10:39.552 E/BaseRowItem$refresh(10307): at io.ktor.util.pipeline.SuspendFunctionGun.resumeRootWith(SuspendFunctionGun.kt:194) 03-24 16:10:39.552 E/BaseRowItem$refresh(10307): at io.ktor.util.pipeline.SuspendFunctionGun.access$resumeRootWith(SuspendFunctionGun.kt:15) 03-24 16:10:39.552 E/BaseRowItem$refresh(10307): at io.ktor.util.pipeline.SuspendFunctionGun$continuation$1.resumeWith(SuspendFunctionGun.kt:89) 03-24 16:10:39.552 E/BaseRowItem$refresh(10307): at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46) 03-24 16:10:39.552 E/BaseRowItem$refresh(10307): at io.ktor.util.pipeline.SuspendFunctionGun.resumeRootWith(SuspendFunctionGun.kt:194) 03-24 16:10:39.552 E/BaseRowItem$refresh(10307): at io.ktor.util.pipeline.SuspendFunctionGun.access$resumeRootWith(SuspendFunctionGun.kt:15) 03-24 16:10:39.552 E/BaseRowItem$refresh(10307): at io.ktor.util.pipeline.SuspendFunctionGun$continuation$1.resumeWith(SuspendFunctionGun.kt:89) 03-24 16:10:39.552 E/BaseRowItem$refresh(10307): at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46) 03-24 16:10:39.552 E/BaseRowItem$refresh(10307): at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106) 03-24 16:10:39.552 E/BaseRowItem$refresh(10307): at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:115) 03-24 16:10:39.552 E/BaseRowItem$refresh(10307): at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:103) 03-24 16:10:39.552 E/BaseRowItem$refresh(10307): at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584) 03-24 16:10:39.552 E/BaseRowItem$refresh(10307): at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:793) 03-24 16:10:39.552 E/BaseRowItem$refresh(10307): at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:697) 03-24 16:10:39.552 E/BaseRowItem$refresh(10307): at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684) 03-24 16:10:39.552 E/BaseRowItem$refresh(10307): Caused by: io.ktor.client.features.HttpRequestTimeoutException: Request timeout has expired [url=http://192.168.0.5:8096/Users/4ab4eb91-a595-4769-9939-5f806ba3cf8b/Items/d4882517-4d45-5ae3-ff85-9d8b28582853, request_timeout=30000 ms] 03-24 16:10:39.552 E/BaseRowItem$refresh(10307): at io.ktor.client.features.HttpTimeout$Feature$install$1$1$killer$1.invokeSuspend(HttpTimeout.kt:149) 03-24 16:10:39.552 E/BaseRowItem$refresh(10307): at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) 03-24 16:10:39.552 E/BaseRowItem$refresh(10307): at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:108) 03-24 16:10:39.552 E/BaseRowItem$refresh(10307): ... 4 more 03-24 16:10:41.059 D/org.jellyfin.sdk.api.client.KtorClient(10307): HTTP request timed out 03-24 16:10:41.059 D/org.jellyfin.sdk.api.client.KtorClient(10307): io.ktor.client.features.HttpRequestTimeoutException: Request timeout has expired [url=http://192.168.0.5:8096/Users/4ab4eb91-a595-4769-9939-5f806ba3cf8b/Items/Resume?limit=50&fields=PrimaryImageAspectRatio&fields=Overview&fields=ItemCounts&fields=DisplayPreferencesId&fields=ChildCount&mediaTypes=Video&imageTypeLimit=1&enableTotalRecordCount=false&enableImages=true&excludeActiveSessions=false, request_timeout=30000 ms] 03-24 16:10:41.059 D/org.jellyfin.sdk.api.client.KtorClient(10307): at io.ktor.client.features.HttpTimeout$Feature$install$1$1$killer$1.invokeSuspend(HttpTimeout.kt:149) 03-24 16:10:41.059 D/org.jellyfin.sdk.api.client.KtorClient(10307): at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) 03-24 16:10:41.059 D/org.jellyfin.sdk.api.client.KtorClient(10307): at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:108) 03-24 16:10:41.059 D/org.jellyfin.sdk.api.client.KtorClient(10307): at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584) 03-24 16:10:41.059 D/org.jellyfin.sdk.api.client.KtorClient(10307): at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:793) 03-24 16:10:41.059 D/org.jellyfin.sdk.api.client.KtorClient(10307): at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:697) 03-24 16:10:41.059 D/org.jellyfin.sdk.api.client.KtorClient(10307): at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684) 03-24 16:10:41.080 E/ACRA (10307): ACRA caught a TimeoutException for org.jellyfin.androidtv 03-24 16:10:41.080 E/ACRA (10307): org.jellyfin.sdk.api.client.exception.TimeoutException: HTTP request timed out 03-24 16:10:41.080 E/ACRA (10307): at org.jellyfin.sdk.api.client.KtorClient.request$suspendImpl(KtorClient.kt:117) 03-24 16:10:41.080 E/ACRA (10307): at org.jellyfin.sdk.api.client.KtorClient$request$1.invokeSuspend(Unknown Source:19) 03-24 16:10:41.080 E/ACRA (10307): at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) 03-24 16:10:41.080 E/ACRA (10307): at io.ktor.util.pipeline.SuspendFunctionGun.resumeRootWith(SuspendFunctionGun.kt:194) 03-24 16:10:41.080 E/ACRA (10307): at io.ktor.util.pipeline.SuspendFunctionGun.access$resumeRootWith(SuspendFunctionGun.kt:15) 03-24 16:10:41.080 E/ACRA (10307): at io.ktor.util.pipeline.SuspendFunctionGun$continuation$1.resumeWith(SuspendFunctionGun.kt:89) 03-24 16:10:41.080 E/ACRA (10307): at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46) 03-24 16:10:41.080 E/ACRA (10307): at io.ktor.util.pipeline.SuspendFunctionGun.resumeRootWith(SuspendFunctionGun.kt:194) 03-24 16:10:41.080 E/ACRA (10307): at io.ktor.util.pipeline.SuspendFunctionGun.access$resumeRootWith(SuspendFunctionGun.kt:15) 03-24 16:10:41.080 E/ACRA (10307): at io.ktor.util.pipeline.SuspendFunctionGun$continuation$1.resumeWith(SuspendFunctionGun.kt:89) 03-24 16:10:41.080 E/ACRA (10307): at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46) 03-24 16:10:41.080 E/ACRA (10307): at io.ktor.util.pipeline.SuspendFunctionGun.resumeRootWith(SuspendFunctionGun.kt:194) 03-24 16:10:41.080 E/ACRA (10307): at io.ktor.util.pipeline.SuspendFunctionGun.access$resumeRootWith(SuspendFunctionGun.kt:15) 03-24 16:10:41.080 E/ACRA (10307): at io.ktor.util.pipeline.SuspendFunctionGun$continuation$1.resumeWith(SuspendFunctionGun.kt:89) 03-24 16:10:41.080 E/ACRA (10307): at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46) 03-24 16:10:41.080 E/ACRA (10307): at io.ktor.util.pipeline.SuspendFunctionGun.resumeRootWith(SuspendFunctionGun.kt:194) 03-24 16:10:41.080 E/ACRA (10307): at io.ktor.util.pipeline.SuspendFunctionGun.access$resumeRootWith(SuspendFunctionGun.kt:15) 03-24 16:10:41.080 E/ACRA (10307): at io.ktor.util.pipeline.SuspendFunctionGun$continuation$1.resumeWith(SuspendFunctionGun.kt:89) 03-24 16:10:41.080 E/ACRA (10307): at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46) 03-24 16:10:41.080 E/ACRA (10307): at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106) 03-24 16:10:41.080 E/ACRA (10307): at android.os.Handler.handleCallback(Handler.java:938) 03-24 16:10:41.080 E/ACRA (10307): at android.os.Handler.dispatchMessage(Handler.java:99) 03-24 16:10:41.080 E/ACRA (10307): at android.os.Looper.loopOnce(Looper.java:201) 03-24 16:10:41.080 E/ACRA (10307): at android.os.Looper.loop(Looper.java:288) 03-24 16:10:41.080 E/ACRA (10307): at android.app.ActivityThread.main(ActivityThread.java:7839) 03-24 16:10:41.080 E/ACRA (10307): at java.lang.reflect.Method.invoke(Native Method) 03-24 16:10:41.080 E/ACRA (10307): at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) 03-24 16:10:41.080 E/ACRA (10307): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003) 03-24 16:10:41.080 E/ACRA (10307): Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [StandaloneCoroutine{Cancelling}@e7681b0, Dispatchers.Main.immediate] 03-24 16:10:41.080 E/ACRA (10307): Caused by: io.ktor.client.features.HttpRequestTimeoutException: Request timeout has expired [url=http://192.168.0.5:8096/Users/4ab4eb91-a595-4769-9939-5f806ba3cf8b/Items/Resume?limit=50&fields=PrimaryImageAspectRatio&fields=Overview&fields=ItemCounts&fields=DisplayPreferencesId&fields=ChildCount&mediaTypes=Video&imageTypeLimit=1&enableTotalRecordCount=false&enableImages=true&excludeActiveSessions=false, request_timeout=30000 ms] 03-24 16:10:41.080 E/ACRA (10307): at io.ktor.client.features.HttpTimeout$Feature$install$1$1$killer$1.invokeSuspend(HttpTimeout.kt:149) 03-24 16:10:41.080 E/ACRA (10307): at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) 03-24 16:10:41.080 E/ACRA (10307): at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:108) 03-24 16:10:41.080 E/ACRA (10307): at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584) 03-24 16:10:41.080 E/ACRA (10307): at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:793) 03-24 16:10:41.080 E/ACRA (10307): at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:697) 03-24 16:10:41.080 E/ACRA (10307): at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684) 03-24 16:10:41.080 D/ACRA (10307): Building report 03-24 16:10:41.081 D/ACRA (10307): Starting collectors with priority FIRST 03-24 16:10:41.083 D/ACRA (10307): Calling collector org.acra.collector.DropBoxCollector 03-24 16:10:41.083 D/ACRA (10307): Collector org.acra.collector.DropBoxCollector completed 03-24 16:10:41.083 D/ACRA (10307): Calling collector org.acra.collector.LogCatCollector 03-24 16:10:41.084 D/ACRA (10307): Calling collector org.acra.collector.StacktraceCollector 03-24 16:10:41.085 D/ACRA (10307): Collector org.acra.collector.StacktraceCollector completed 03-24 16:10:41.105 D/ACRA (10307): Retrieving logcat output (buffer:default)... ``` ### App information ***App version***: `0.16.7` (`160799`) ***Package name***: `org.jellyfin.androidtv` ***Build***: ```json {"BOARD":"sabrina","BOOTLOADER":"01.01.231220.032324","BRAND":"google","CPU_ABI":"armeabi-v7a","CPU_ABI2":"armeabi","DEVICE":"sabrina","DISPLAY":"STTE.231215.005.11281923","FINGERPRINT":"google\/sabrina_prod_stable\/sabrina:12\/STTE.231215.005\/11281923:user\/release-keys","HARDWARE":"amlogic","HOST":"abfarm-release-2004-0194","ID":"STTE.231215.005","IS_DEBUGGABLE":false,"IS_EMULATOR":false,"MANUFACTURER":"Google","MODEL":"Chromecast","ODM_SKU":"GB","PERMISSIONS_REVIEW_REQUIRED":true,"PRODUCT":"sabrina_prod_stable","RADIO":"unknown","SKU":"GB","SOC_MANUFACTURER":"Amlogic","SOC_MODEL":"AMLS905D3","SUPPORTED_32_BIT_ABIS":["armeabi-v7a","armeabi"],"SUPPORTED_64_BIT_ABIS":[],"SUPPORTED_ABIS":["armeabi-v7a","armeabi"],"TAGS":"release-keys","TIME":1704536070000,"TYPE":"user","UNKNOWN":"unknown","USER":"android-build","VERSION":{"ACTIVE_CODENAMES":[],"BASE_OS":"","CODENAME":"REL","INCREMENTAL":"11281923","MEDIA_PERFORMANCE_CLASS":0,"PREVIEW_SDK_FINGERPRINT":"REL","PREVIEW_SDK_INT":0,"RELEASE":"12","RELEASE_OR_CODENAME":"12","SDK":"31","SDK_INT":31,"SECURITY_PATCH":"2024-01-01"}} ``` ***Build config***: ```json {"APPLICATION_ID":"org.jellyfin.androidtv","BUILD_TYPE":"release","DEBUG":false,"DEVELOPMENT":false,"VERSION_CODE":160799,"VERSION_NAME":"0.16.7"} ``` ### Device information ***Android version***: `12` ***Device brand***: `google` ***Device product***: `sabrina_prod_stable` ***Device model***: `Chromecast` ### Crash information ***Start time***: `2024-03-24T16:06:24.919+00:00` ***Crash time***: `2024-03-24T16:10:41.301+00:00`