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
org.jellyfin.sdk.api.client.exception.TimeoutException: Socket timed out
at org.jellyfin.sdk.api.ktor.KtorClient.request(KtorClient.kt:160)
at org.jellyfin.sdk.api.ktor.KtorClient$request$1.invokeSuspend(Unknown Source:19)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:99)
at kotlinx.coroutines.EventLoop.processUnconfinedEvent(EventLoop.common.kt:65)
at kotlinx.coroutines.internal.DispatchedContinuation.resumeWith(DispatchedContinuation.kt:327)
at io.ktor.util.pipeline.SuspendFunctionGun.resumeRootWith(SuspendFunctionGun.kt:149)
at io.ktor.util.pipeline.SuspendFunctionGun.access$resumeRootWith(SuspendFunctionGun.kt:11)
at io.ktor.util.pipeline.SuspendFunctionGun$continuation$1.resumeWith(SuspendFunctionGun.kt:66)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:99)
at android.os.Handler.handleCallback(Handler.java:938)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:223)
at android.app.ActivityThread.main(ActivityThread.java:7656)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:592)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947)
Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [StandaloneCoroutine{Cancelling}@88dc349, Dispatchers.Main.immediate]
Caused by: io.ktor.client.network.sockets.SocketTimeoutException: Socket timeout has expired [url=https://jellyfin.codeh.tech/Items/82750a12-5acc-85ca-c1bf-6313eedd5083, socket_timeout=30000] ms
at io.ktor.client.plugins.HttpTimeoutKt.SocketTimeoutException(HttpTimeout.kt:239)
at io.ktor.client.engine.okhttp.OkUtilsKt.mapOkHttpException(OkUtils.kt:80)
at io.ktor.client.engine.okhttp.OkUtilsKt.access$mapOkHttpException(OkUtils.kt:1)
at io.ktor.client.engine.okhttp.OkHttpCallback.onFailure(OkUtils.kt:39)
at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:525)
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:923)
Caused by: java.net.SocketTimeoutException: timeout
at okhttp3.internal.http2.Http2Stream$StreamTimeout.newTimeoutException(Http2Stream.kt:675)
at okhttp3.internal.http2.Http2Stream$StreamTimeout.exitAndThrowIfTimedOut(Http2Stream.kt:684)
at okhttp3.internal.http2.Http2Stream.takeHeaders(Http2Stream.kt:143)
at okhttp3.internal.http2.Http2ExchangeCodec.readResponseHeaders(Http2ExchangeCodec.kt:97)
at okhttp3.internal.connection.Exchange.readResponseHeaders(Exchange.kt:110)
at okhttp3.internal.http.CallServerInterceptor.intercept(CallServerInterceptor.kt:93)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:34)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:95)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:76)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:201)
at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:517)
... 3 more
Logcat:
11-14 18:17:28.122 E/LiveTvGuideFragmentHelperKt$refreshSelectedProgram(23242): at android.app.ActivityThread.main(ActivityThread.java:7656)
11-14 18:17:28.122 E/LiveTvGuideFragmentHelperKt$refreshSelectedProgram(23242): at java.lang.reflect.Method.invoke(Native Method)
11-14 18:17:28.122 E/LiveTvGuideFragmentHelperKt$refreshSelectedProgram(23242): at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:592)
11-14 18:17:28.122 E/LiveTvGuideFragmentHelperKt$refreshSelectedProgram(23242): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947)
11-14 18:17:28.953 D/ACRA (23242): onActivityPaused class org.jellyfin.androidtv.ui.browsing.MainActivity
11-14 18:17:29.499 W/libEGL (23242): EGLNativeWindowType 0xed764368 disconnect failed
11-14 18:17:29.511 D/ACRA (23242): onActivityStopped class org.jellyfin.androidtv.ui.browsing.MainActivity
11-14 18:17:29.515 D/MainActivity$onStop(23242): MainActivity stopped
11-14 18:17:29.516 I/SessionRepositoryImpl$restoreSession(23242): Restoring session
11-14 18:17:29.519 D/ACRA (23242): onActivitySaveInstanceState class org.jellyfin.androidtv.ui.browsing.MainActivity
11-14 18:17:32.364 D/org.jellyfin.sdk.api.sockets.OkHttpSocketConnection(23242): Sending (raw) message {"MessageType":"KeepAlive"}
11-14 18:17:32.424 D/org.jellyfin.sdk.api.sockets.OkHttpSocketConnection(23242): Receiving (raw) message {"MessageId":"d06ed76583db4ab1bf7ed40f172ceb23","MessageType":"KeepAlive"}
11-14 18:17:36.698 V/io.ktor.client.plugins.HttpCallValidator(23242): Processing exception io.ktor.client.network.sockets.SocketTimeoutException: Socket timeout has expired [url=https://jellyfin.codeh.tech/Items/82750a12-5acc-85ca-c1bf-6313eedd5083, socket_timeout=30000] ms for request https://jellyfin.codeh.tech/Items/82750a12-5acc-85ca-c1bf-6313eedd5083
11-14 18:17:36.700 D/org.jellyfin.sdk.api.ktor.KtorClient(23242): Socket timed out
11-14 18:17:36.700 D/org.jellyfin.sdk.api.ktor.KtorClient(23242): io.ktor.client.network.sockets.SocketTimeoutException: Socket timeout has expired [url=https://jellyfin.codeh.tech/Items/82750a12-5acc-85ca-c1bf-6313eedd5083, socket_timeout=30000] ms
11-14 18:17:36.700 D/org.jellyfin.sdk.api.ktor.KtorClient(23242): at io.ktor.client.plugins.HttpTimeoutKt.SocketTimeoutException(HttpTimeout.kt:239)
11-14 18:17:36.700 D/org.jellyfin.sdk.api.ktor.KtorClient(23242): at io.ktor.client.engine.okhttp.OkUtilsKt.mapOkHttpException(OkUtils.kt:80)
11-14 18:17:36.700 D/org.jellyfin.sdk.api.ktor.KtorClient(23242): at io.ktor.client.engine.okhttp.OkUtilsKt.access$mapOkHttpException(OkUtils.kt:1)
11-14 18:17:36.700 D/org.jellyfin.sdk.api.ktor.KtorClient(23242): at io.ktor.client.engine.okhttp.OkHttpCallback.onFailure(OkUtils.kt:39)
11-14 18:17:36.700 D/org.jellyfin.sdk.api.ktor.KtorClient(23242): at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:525)
11-14 18:17:36.700 D/org.jellyfin.sdk.api.ktor.KtorClient(23242): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
11-14 18:17:36.700 D/org.jellyfin.sdk.api.ktor.KtorClient(23242): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
11-14 18:17:36.700 D/org.jellyfin.sdk.api.ktor.KtorClient(23242): at java.lang.Thread.run(Thread.java:923)
11-14 18:17:36.700 D/org.jellyfin.sdk.api.ktor.KtorClient(23242): Caused by: java.net.SocketTimeoutException: timeout
11-14 18:17:36.700 D/org.jellyfin.sdk.api.ktor.KtorClient(23242): at okhttp3.internal.http2.Http2Stream$StreamTimeout.newTimeoutException(Http2Stream.kt:675)
11-14 18:17:36.700 D/org.jellyfin.sdk.api.ktor.KtorClient(23242): at okhttp3.internal.http2.Http2Stream$StreamTimeout.exitAndThrowIfTimedOut(Http2Stream.kt:684)
11-14 18:17:36.700 D/org.jellyfin.sdk.api.ktor.KtorClient(23242): at okhttp3.internal.http2.Http2Stream.takeHeaders(Http2Stream.kt:143)
11-14 18:17:36.700 D/org.jellyfin.sdk.api.ktor.KtorClient(23242): at okhttp3.internal.http2.Http2ExchangeCodec.readResponseHeaders(Http2ExchangeCodec.kt:97)
11-14 18:17:36.700 D/org.jellyfin.sdk.api.ktor.KtorClient(23242): at okhttp3.internal.connection.Exchange.readResponseHeaders(Exchange.kt:110)
11-14 18:17:36.700 D/org.jellyfin.sdk.api.ktor.KtorClient(23242): at okhttp3.internal.http.CallServerInterceptor.intercept(CallServerInterceptor.kt:93)
11-14 18:17:36.700 D/org.jellyfin.sdk.api.ktor.KtorClient(23242): at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
11-14 18:17:36.700 D/org.jellyfin.sdk.api.ktor.KtorClient(23242): at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:34)
11-14 18:17:36.700 D/org.jellyfin.sdk.api.ktor.KtorClient(23242): at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
11-14 18:17:36.700 D/org.jellyfin.sdk.api.ktor.KtorClient(23242): at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:95)
11-14 18:17:36.700 D/org.jellyfin.sdk.api.ktor.KtorClient(23242): at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
11-14 18:17:36.700 D/org.jellyfin.sdk.api.ktor.KtorClient(23242): at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83)
11-14 18:17:36.700 D/org.jellyfin.sdk.api.ktor.KtorClient(23242): at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
11-14 18:17:36.700 D/org.jellyfin.sdk.api.ktor.KtorClient(23242): at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:76)
11-14 18:17:36.700 D/org.jellyfin.sdk.api.ktor.KtorClient(23242): at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
11-14 18:17:36.700 D/org.jellyfin.sdk.api.ktor.KtorClient(23242): at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:201)
11-14 18:17:36.700 D/org.jellyfin.sdk.api.ktor.KtorClient(23242): at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:517)
11-14 18:17:36.700 D/org.jellyfin.sdk.api.ktor.KtorClient(23242): ... 3 more
11-14 18:17:36.711 E/ACRA (23242): ACRA caught a TimeoutException for org.jellyfin.androidtv.debug
11-14 18:17:36.711 E/ACRA (23242): org.jellyfin.sdk.api.client.exception.TimeoutException: Socket timed out
11-14 18:17:36.711 E/ACRA (23242): at org.jellyfin.sdk.api.ktor.KtorClient.request(KtorClient.kt:160)
11-14 18:17:36.711 E/ACRA (23242): at org.jellyfin.sdk.api.ktor.KtorClient$request$1.invokeSuspend(Unknown Source:19)
11-14 18:17:36.711 E/ACRA (23242): at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
11-14 18:17:36.711 E/ACRA (23242): at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:99)
11-14 18:17:36.711 E/ACRA (23242): at kotlinx.coroutines.EventLoop.processUnconfinedEvent(EventLoop.common.kt:65)
11-14 18:17:36.711 E/ACRA (23242): at kotlinx.coroutines.internal.DispatchedContinuation.resumeWith(DispatchedContinuation.kt:327)
11-14 18:17:36.711 E/ACRA (23242): at io.ktor.util.pipeline.SuspendFunctionGun.resumeRootWith(SuspendFunctionGun.kt:149)
11-14 18:17:36.711 E/ACRA (23242): at io.ktor.util.pipeline.SuspendFunctionGun.access$resumeRootWith(SuspendFunctionGun.kt:11)
11-14 18:17:36.711 E/ACRA (23242): at io.ktor.util.pipeline.SuspendFunctionGun$continuation$1.resumeWith(SuspendFunctionGun.kt:66)
11-14 18:17:36.711 E/ACRA (23242): at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
11-14 18:17:36.711 E/ACRA (23242): at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:99)
11-14 18:17:36.711 E/ACRA (23242): at android.os.Handler.handleCallback(Handler.java:938)
11-14 18:17:36.711 E/ACRA (23242): at android.os.Handler.dispatchMessage(Handler.java:99)
11-14 18:17:36.711 E/ACRA (23242): at android.os.Looper.loop(Looper.java:223)
11-14 18:17:36.711 E/ACRA (23242): at android.app.ActivityThread.main(ActivityThread.java:7656)
11-14 18:17:36.711 E/ACRA (23242): at java.lang.reflect.Method.invoke(Native Method)
11-14 18:17:36.711 E/ACRA (23242): at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:592)
11-14 18:17:36.711 E/ACRA (23242): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947)
11-14 18:17:36.711 E/ACRA (23242): Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [StandaloneCoroutine{Cancelling}@88dc349, Dispatchers.Main.immediate]
11-14 18:17:36.711 E/ACRA (23242): Caused by: io.ktor.client.network.sockets.SocketTimeoutException: Socket timeout has expired [url=https://jellyfin.codeh.tech/Items/82750a12-5acc-85ca-c1bf-6313eedd5083, socket_timeout=30000] ms
11-14 18:17:36.711 E/ACRA (23242): at io.ktor.client.plugins.HttpTimeoutKt.SocketTimeoutException(HttpTimeout.kt:239)
11-14 18:17:36.711 E/ACRA (23242): at io.ktor.client.engine.okhttp.OkUtilsKt.mapOkHttpException(OkUtils.kt:80)
11-14 18:17:36.711 E/ACRA (23242): at io.ktor.client.engine.okhttp.OkUtilsKt.access$mapOkHttpException(OkUtils.kt:1)
11-14 18:17:36.711 E/ACRA (23242): at io.ktor.client.engine.okhttp.OkHttpCallback.onFailure(OkUtils.kt:39)
11-14 18:17:36.711 E/ACRA (23242): at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:525)
11-14 18:17:36.711 E/ACRA (23242): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
11-14 18:17:36.711 E/ACRA (23242): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
11-14 18:17:36.711 E/ACRA (23242): at java.lang.Thread.run(Thread.java:923)
11-14 18:17:36.711 E/ACRA (23242): Caused by: java.net.SocketTimeoutException: timeout
11-14 18:17:36.711 E/ACRA (23242): at okhttp3.internal.http2.Http2Stream$StreamTimeout.newTimeoutException(Http2Stream.kt:675)
11-14 18:17:36.711 E/ACRA (23242): at okhttp3.internal.http2.Http2Stream$StreamTimeout.exitAndThrowIfTimedOut(Http2Stream.kt:684)
11-14 18:17:36.711 E/ACRA (23242): at okhttp3.internal.http2.Http2Stream.takeHeaders(Http2Stream.kt:143)
11-14 18:17:36.711 E/ACRA (23242): at okhttp3.internal.http2.Http2ExchangeCodec.readResponseHeaders(Http2ExchangeCodec.kt:97)
11-14 18:17:36.711 E/ACRA (23242): at okhttp3.internal.connection.Exchange.readResponseHeaders(Exchange.kt:110)
11-14 18:17:36.711 E/ACRA (23242): at okhttp3.internal.http.CallServerInterceptor.intercept(CallServerInterceptor.kt:93)
11-14 18:17:36.711 E/ACRA (23242): at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
11-14 18:17:36.711 E/ACRA (23242): at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:34)
11-14 18:17:36.711 E/ACRA (23242): at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
11-14 18:17:36.711 E/ACRA (23242): at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:95)
11-14 18:17:36.711 E/ACRA (23242): at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
11-14 18:17:36.711 E/ACRA (23242): at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83)
11-14 18:17:36.711 E/ACRA (23242): at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
11-14 18:17:36.711 E/ACRA (23242): at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:76)
11-14 18:17:36.711 E/ACRA (23242): at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
11-14 18:17:36.711 E/ACRA (23242): at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:201)
11-14 18:17:36.711 E/ACRA (23242): at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:517)
11-14 18:17:36.711 E/ACRA (23242): ... 3 more
11-14 18:17:36.712 D/ACRA (23242): Building report
11-14 18:17:36.715 D/ACRA (23242): Starting collectors with priority FIRST
11-14 18:17:36.716 D/ACRA (23242): Calling collector org.acra.collector.DropBoxCollector
11-14 18:17:36.717 D/ACRA (23242): Calling collector org.acra.collector.LogCatCollector
11-14 18:17:36.717 D/ACRA (23242): Collector org.acra.collector.DropBoxCollector completed
11-14 18:17:36.717 D/ACRA (23242): Calling collector org.acra.collector.StacktraceCollector
11-14 18:17:36.719 D/ACRA (23242): Collector org.acra.collector.StacktraceCollector completed
11-14 18:17:36.743 D/ACRA (23242): Retrieving logcat output (buffer:default)...
Describe the bug
Doubt this is reproducible but reporting the crash anyway.
Feel free to close if this isn't a crash that can be fixed
Logs
client: Jellyfin for Android TV
client_version: 0.0.0-dev.1
client_repository: https://github.com/jellyfin/jellyfin-androidtv
type: crash_report
format: markdown
Logs
Stack Trace:
Logcat:
App information
App version:
0.0.0-dev.1
(1
)Package name:
org.jellyfin.androidtv.debug
Build:
Build config:
Device information
Android version:
11
Device brand:
Homatics
Device product:
SEI804HM
Device model:
Box R 4K Plus
Crash information
Start time:
2024-11-14T15:14:53.016-07:00
Crash time:
2024-11-14T18:17:36.856-07:00
Dump
Application version
#4211
Where did you install the app from?
Sideloaded APK
Device information
Dune HD Premiere 4k Pro
Android version
Android 11
Jellyfin server version
10.10.1
The text was updated successfully, but these errors were encountered: