Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---
- client: Jellyfin for Android TV
- client_version: 0.16.0-beta.3
- client_repository: https://github.com/jellyfin/jellyfin-androidtv
- type: crash_report
- format: markdown
- ---
- ### Logs
- ***Stack Trace***:
- ```log
- org.jellyfin.sdk.api.client.exception.InvalidStatusException: Invalid HTTP status in response: 500
- at org.jellyfin.sdk.api.client.KtorClient.request$suspendImpl(KtorClient.kt:109)
- 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:191)
- at io.ktor.util.pipeline.SuspendFunctionGun.loop(SuspendFunctionGun.kt:147)
- at io.ktor.util.pipeline.SuspendFunctionGun.access$loop(SuspendFunctionGun.kt:15)
- at io.ktor.util.pipeline.SuspendFunctionGun$continuation$1.resumeWith(SuspendFunctionGun.kt:93)
- at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
- at io.ktor.util.pipeline.SuspendFunctionGun.resumeRootWith(SuspendFunctionGun.kt:191)
- at io.ktor.util.pipeline.SuspendFunctionGun.loop(SuspendFunctionGun.kt:147)
- at io.ktor.util.pipeline.SuspendFunctionGun.access$loop(SuspendFunctionGun.kt:15)
- at io.ktor.util.pipeline.SuspendFunctionGun$continuation$1.resumeWith(SuspendFunctionGun.kt:93)
- at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
- at io.ktor.util.pipeline.SuspendFunctionGun.resumeRootWith(SuspendFunctionGun.kt:191)
- at io.ktor.util.pipeline.SuspendFunctionGun.loop(SuspendFunctionGun.kt:147)
- at io.ktor.util.pipeline.SuspendFunctionGun.access$loop(SuspendFunctionGun.kt:15)
- at io.ktor.util.pipeline.SuspendFunctionGun$continuation$1.resumeWith(SuspendFunctionGun.kt:93)
- at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
- at io.ktor.util.pipeline.SuspendFunctionGun.resumeRootWith(SuspendFunctionGun.kt:191)
- at io.ktor.util.pipeline.SuspendFunctionGun.loop(SuspendFunctionGun.kt:147)
- at io.ktor.util.pipeline.SuspendFunctionGun.access$loop(SuspendFunctionGun.kt:15)
- at io.ktor.util.pipeline.SuspendFunctionGun$continuation$1.resumeWith(SuspendFunctionGun.kt:93)
- at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
- at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:108)
- at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:115)
- at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:103)
- 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)
- Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [StandaloneCoroutine{Cancelling}@5ee7766, Dispatchers.Main.immediate]
- ```
- ***Logcat***:
- ```log
- 09-12 19:03:10.036 D/jellyfin-apiclient( 2683): Adding request to queue: http://192.168.50.45:8096/Sessions/Playing/Progress
- 09-12 19:03:10.062 E/Volley ( 2683): [19782] NetworkUtility.shouldRetryException: Unexpected response code 500 for http://192.168.50.45:8096/Sessions/Playing/Progress
- 09-12 19:03:10.062 E/jellyfin-apiclient( 2683): VolleyError com.android.volley.ServerError: null
- 09-12 19:03:10.062 E/jellyfin-apiclient( 2683): com.android.volley.ServerError
- 09-12 19:03:10.062 E/jellyfin-apiclient( 2683): at com.android.volley.toolbox.NetworkUtility.shouldRetryException(NetworkUtility.java:201)
- 09-12 19:03:10.062 E/jellyfin-apiclient( 2683): at com.android.volley.toolbox.BasicNetwork.performRequest(BasicNetwork.java:145)
- 09-12 19:03:10.062 E/jellyfin-apiclient( 2683): at com.android.volley.NetworkDispatcher.processRequest(NetworkDispatcher.java:132)
- 09-12 19:03:10.062 E/jellyfin-apiclient( 2683): at com.android.volley.NetworkDispatcher.processRequest(NetworkDispatcher.java:111)
- 09-12 19:03:10.062 E/jellyfin-apiclient( 2683): at com.android.volley.NetworkDispatcher.run(NetworkDispatcher.java:90)
- 09-12 19:03:13.037 D/jellyfin-apiclient( 2683): Adding request to queue: http://192.168.50.45:8096/Sessions/Playing/Progress
- 09-12 19:03:13.054 E/Volley ( 2683): [19781] NetworkUtility.shouldRetryException: Unexpected response code 500 for http://192.168.50.45:8096/Sessions/Playing/Progress
- 09-12 19:03:13.055 E/jellyfin-apiclient( 2683): VolleyError com.android.volley.ServerError: null
- 09-12 19:03:13.055 E/jellyfin-apiclient( 2683): com.android.volley.ServerError
- 09-12 19:03:13.055 E/jellyfin-apiclient( 2683): at com.android.volley.toolbox.NetworkUtility.shouldRetryException(NetworkUtility.java:201)
- 09-12 19:03:13.055 E/jellyfin-apiclient( 2683): at com.android.volley.toolbox.BasicNetwork.performRequest(BasicNetwork.java:145)
- 09-12 19:03:13.055 E/jellyfin-apiclient( 2683): at com.android.volley.NetworkDispatcher.processRequest(NetworkDispatcher.java:132)
- 09-12 19:03:13.055 E/jellyfin-apiclient( 2683): at com.android.volley.NetworkDispatcher.processRequest(NetworkDispatcher.java:111)
- 09-12 19:03:13.055 E/jellyfin-apiclient( 2683): at com.android.volley.NetworkDispatcher.run(NetworkDispatcher.java:90)
- 09-12 19:03:13.482 E/VLC ( 2683): [00000021ceb806a0/584e] libvlc decoder: Decoder is draining
- 09-12 19:03:13.523 W/VLC ( 2683): [00000021ceb806a0/584e] libvlc decoder: EOS sent, waiting for OutThread
- 09-12 19:03:13.922 W/VLC ( 2683): [00000021ceb806a0/584d] libvlc decoder: EOS received
- 09-12 19:03:14.171 D/AudioTrack( 2683): stop(12322): called with 2082677 frames delivered
- 09-12 19:03:14.406 E/NdkMediaCodec( 2683): sf error code: -38
- 09-12 19:03:14.406 D/PlaybackController( 2683): On Completion fired
- 09-12 19:03:14.406 W/VLC ( 2683): [00000021ceb806a0/584d] libvlc decoder: AMediaCodec.dequeueOutputBuffer failed
- 09-12 19:03:14.407 D/PlaybackController( 2683): stop called at 433246
- 09-12 19:03:14.423 D/SurfaceUtils( 2683): disconnecting from surface 0x224e807be0, reason disconnectFromSurface
- 09-12 19:03:14.428 D/AudioTrack( 2683): stop(12322): called with 0 frames delivered
- 09-12 19:03:14.557 I/jellyfin-apiclient( 2683): ReportPlaybackStopped: Item bc348b89-f2d9-0391-5895-e8311eb4f36d, Ticks: 4332460000
- 09-12 19:03:14.557 D/jellyfin-apiclient( 2683): Adding request to queue: http://192.168.50.45:8096/Sessions/Playing/Stopped
- 09-12 19:03:14.558 D/PlaybackController( 2683): Moving to next queue item. Index: 1
- 09-12 19:03:14.558 D/NavigationRepositoryImpl( 2683): Navigating to Fragment(fragment=class org.jellyfin.androidtv.ui.playback.nextup.NextUpFragment (Kotlin reflection is not available), arguments=Bundle[{item_id=73c5cb7a-7081-8df2-1cf7-42d52a64f3cf}]) (via navigate function)
- 09-12 19:03:14.559 D/PlaybackController( 2683): stop called at 433246
- 09-12 19:03:14.574 E/libc ( 2683): Access denied finding property "ro.vendor.sys.NV_ASYNC"
- 09-12 19:03:14.575 E/libc ( 2683): Access denied finding property "ro.vendor.sys.NV_LOGFPS"
- 09-12 19:03:14.575 E/libc ( 2683): Access denied finding property "ro.vendor.sys.NV_PROCESS_NAME"
- 09-12 19:03:14.575 E/libc ( 2683): Access denied finding property "ro.vendor.sys.NV_FPSDYNAMIC"
- 09-12 19:03:14.583 E/Volley ( 2683): [19783] NetworkUtility.shouldRetryException: Unexpected response code 500 for http://192.168.50.45:8096/Sessions/Playing/Stopped
- 09-12 19:03:14.602 I/ExoPlayerImpl( 2683): Release 2de900a [ExoPlayerLib/2.19.1] [mdarcy, SHIELD Android TV, NVIDIA, 30] [goog.exo.core, goog.exo.ui, goog.exo.exoplayer, goog.exo.decoder, goog.exo.datasource, goog.exo.extractor, goog.exo.ffmpeg]
- 09-12 19:03:14.607 D/CustomPlaybackOverlayFragment( 2683): Stopping!
- 09-12 19:03:14.614 D/jellyfin-apiclient( 2683): Adding request to queue: http://192.168.50.45:8096/Users/1ba418d3-68f9-4aee-a7d4-f0f1abb867b4/Items/bc348b89-f2d9-0391-5895-e8311eb4f36d?format=json
- 09-12 19:03:14.621 D/LegacyMediaManager( 2683): Added event listener. Total listeners: 2
- 09-12 19:03:14.635 I/org.jellyfin.sdk.api.client.KtorClient( 2683): GET http://192.168.50.45:8096/Users/1ba418d3-68f9-4aee-a7d4-f0f1abb867b4/Items/73c5cb7a-7081-8df2-1cf7-42d52a64f3cf
- 09-12 19:03:14.637 E/Volley ( 2683): [19780] NetworkUtility.shouldRetryException: Unexpected response code 500 for http://192.168.50.45:8096/Users/1ba418d3-68f9-4aee-a7d4-f0f1abb867b4/Items/bc348b89-f2d9-0391-5895-e8311eb4f36d?format=json
- 09-12 19:03:14.673 E/jellyfin-apiclient( 2683): VolleyError com.android.volley.ServerError: null
- 09-12 19:03:14.673 E/jellyfin-apiclient( 2683): com.android.volley.ServerError
- 09-12 19:03:14.673 E/jellyfin-apiclient( 2683): at com.android.volley.toolbox.NetworkUtility.shouldRetryException(NetworkUtility.java:201)
- 09-12 19:03:14.673 E/jellyfin-apiclient( 2683): at com.android.volley.toolbox.BasicNetwork.performRequest(BasicNetwork.java:145)
- 09-12 19:03:14.673 E/jellyfin-apiclient( 2683): at com.android.volley.NetworkDispatcher.processRequest(NetworkDispatcher.java:132)
- 09-12 19:03:14.673 E/jellyfin-apiclient( 2683): at com.android.volley.NetworkDispatcher.processRequest(NetworkDispatcher.java:111)
- 09-12 19:03:14.673 E/jellyfin-apiclient( 2683): at com.android.volley.NetworkDispatcher.run(NetworkDispatcher.java:90)
- 09-12 19:03:14.678 E/jellyfin-apiclient( 2683): VolleyError com.android.volley.ServerError: null
- 09-12 19:03:14.678 E/jellyfin-apiclient( 2683): com.android.volley.ServerError
- 09-12 19:03:14.678 E/jellyfin-apiclient( 2683): at com.android.volley.toolbox.NetworkUtility.shouldRetryException(NetworkUtility.java:201)
- 09-12 19:03:14.678 E/jellyfin-apiclient( 2683): at com.android.volley.toolbox.BasicNetwork.performRequest(BasicNetwork.java:145)
- 09-12 19:03:14.678 E/jellyfin-apiclient( 2683): at com.android.volley.NetworkDispatcher.processRequest(NetworkDispatcher.java:132)
- 09-12 19:03:14.678 E/jellyfin-apiclient( 2683): at com.android.volley.NetworkDispatcher.processRequest(NetworkDispatcher.java:111)
- 09-12 19:03:14.678 E/jellyfin-apiclient( 2683): at com.android.volley.NetworkDispatcher.run(NetworkDispatcher.java:90)
- 09-12 19:03:14.687 E/ACRA ( 2683): ACRA caught a InvalidStatusException for org.jellyfin.androidtv
- 09-12 19:03:14.687 E/ACRA ( 2683): org.jellyfin.sdk.api.client.exception.InvalidStatusException: Invalid HTTP status in response: 500
- 09-12 19:03:14.687 E/ACRA ( 2683): at org.jellyfin.sdk.api.client.KtorClient.request$suspendImpl(KtorClient.kt:109)
- 09-12 19:03:14.687 E/ACRA ( 2683): at org.jellyfin.sdk.api.client.KtorClient$request$1.invokeSuspend(Unknown Source:19)
- 09-12 19:03:14.687 E/ACRA ( 2683): at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
- 09-12 19:03:14.687 E/ACRA ( 2683): at io.ktor.util.pipeline.SuspendFunctionGun.resumeRootWith(SuspendFunctionGun.kt:191)
- 09-12 19:03:14.687 E/ACRA ( 2683): at io.ktor.util.pipeline.SuspendFunctionGun.loop(SuspendFunctionGun.kt:147)
- 09-12 19:03:14.687 E/ACRA ( 2683): at io.ktor.util.pipeline.SuspendFunctionGun.access$loop(SuspendFunctionGun.kt:15)
- 09-12 19:03:14.687 E/ACRA ( 2683): at io.ktor.util.pipeline.SuspendFunctionGun$continuation$1.resumeWith(SuspendFunctionGun.kt:93)
- 09-12 19:03:14.687 E/ACRA ( 2683): at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
- 09-12 19:03:14.687 E/ACRA ( 2683): at io.ktor.util.pipeline.SuspendFunctionGun.resumeRootWith(SuspendFunctionGun.kt:191)
- 09-12 19:03:14.687 E/ACRA ( 2683): at io.ktor.util.pipeline.SuspendFunctionGun.loop(SuspendFunctionGun.kt:147)
- 09-12 19:03:14.687 E/ACRA ( 2683): at io.ktor.util.pipeline.SuspendFunctionGun.access$loop(SuspendFunctionGun.kt:15)
- 09-12 19:03:14.687 E/ACRA ( 2683): at io.ktor.util.pipeline.SuspendFunctionGun$continuation$1.resumeWith(SuspendFunctionGun.kt:93)
- 09-12 19:03:14.687 E/ACRA ( 2683): at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
- 09-12 19:03:14.687 E/ACRA ( 2683): at io.ktor.util.pipeline.SuspendFunctionGun.resumeRootWith(SuspendFunctionGun.kt:191)
- 09-12 19:03:14.687 E/ACRA ( 2683): at io.ktor.util.pipeline.SuspendFunctionGun.loop(SuspendFunctionGun.kt:147)
- 09-12 19:03:14.687 E/ACRA ( 2683): at io.ktor.util.pipeline.SuspendFunctionGun.access$loop(SuspendFunctionGun.kt:15)
- 09-12 19:03:14.687 E/ACRA ( 2683): at io.ktor.util.pipeline.SuspendFunctionGun$continuation$1.resumeWith(SuspendFunctionGun.kt:93)
- 09-12 19:03:14.687 E/ACRA ( 2683): at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
- 09-12 19:03:14.687 E/ACRA ( 2683): at io.ktor.util.pipeline.SuspendFunctionGun.resumeRootWith(SuspendFunctionGun.kt:191)
- 09-12 19:03:14.687 E/ACRA ( 2683): at io.ktor.util.pipeline.SuspendFunctionGun.loop(SuspendFunctionGun.kt:147)
- 09-12 19:03:14.687 E/ACRA ( 2683): at io.ktor.util.pipeline.SuspendFunctionGun.access$loop(SuspendFunctionGun.kt:15)
- 09-12 19:03:14.687 E/ACRA ( 2683): at io.ktor.util.pipeline.SuspendFunctionGun$continuation$1.resumeWith(SuspendFunctionGun.kt:93)
- 09-12 19:03:14.687 E/ACRA ( 2683): at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
- 09-12 19:03:14.687 E/ACRA ( 2683): at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:108)
- 09-12 19:03:14.687 E/ACRA ( 2683): at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:115)
- 09-12 19:03:14.687 E/ACRA ( 2683): at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:103)
- 09-12 19:03:14.687 E/ACRA ( 2683): at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584)
- 09-12 19:03:14.687 E/ACRA ( 2683): at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:793)
- 09-12 19:03:14.687 E/ACRA ( 2683): at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:697)
- 09-12 19:03:14.687 E/ACRA ( 2683): at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)
- 09-12 19:03:14.687 E/ACRA ( 2683): Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [StandaloneCoroutine{Cancelling}@5ee7766, Dispatchers.Main.immediate]
- 09-12 19:03:14.687 D/ACRA ( 2683): Building report
- 09-12 19:03:14.695 D/ACRA ( 2683): Starting collectors with priority FIRST
- 09-12 19:03:14.696 D/ACRA ( 2683): Calling collector org.acra.collector.DropBoxCollector
- 09-12 19:03:14.696 D/ACRA ( 2683): Calling collector org.acra.collector.LogCatCollector
- 09-12 19:03:14.696 D/ACRA ( 2683): Collector org.acra.collector.DropBoxCollector completed
- 09-12 19:03:14.696 D/ACRA ( 2683): Calling collector org.acra.collector.StacktraceCollector
- 09-12 19:03:14.697 D/ACRA ( 2683): Collector org.acra.collector.StacktraceCollector completed
- 09-12 19:03:14.711 D/ACRA ( 2683): Retrieving logcat output (buffer:default)...
- ```
- ### App information
- ***App version***: `0.16.0-beta.3` (`160003`)
- ***Package name***: `org.jellyfin.androidtv`
- ***Build***:
- ```json
- {"BOARD":"darcy","BOOTLOADER":"32.00.2019.50-t210-69ebfcbe","BRAND":"NVIDIA","CPU_ABI":"arm64-v8a","CPU_ABI2":"","DEVICE":"mdarcy","DISPLAY":"RQ1A.210105.003.7825230_3167.5736","FINGERPRINT":"NVIDIA\/mdarcy\/mdarcy:11\/RQ1A.210105.003\/7825230_3167.5736:user\/release-keys","HARDWARE":"darcy","HOST":"mobile-u64-5308-d7000","ID":"RQ1A.210105.003","IS_DEBUGGABLE":false,"IS_EMULATOR":false,"MANUFACTURER":"NVIDIA","MODEL":"SHIELD Android TV","PERMISSIONS_REVIEW_REQUIRED":true,"PRODUCT":"mdarcy","RADIO":"unknown","SUPPORTED_32_BIT_ABIS":["armeabi-v7a","armeabi"],"SUPPORTED_64_BIT_ABIS":["arm64-v8a"],"SUPPORTED_ABIS":["arm64-v8a","armeabi-v7a","armeabi"],"TAGS":"release-keys","TIME":1665975826000,"TYPE":"user","UNKNOWN":"unknown","USER":"NVIDIA","VERSION":{"ACTIVE_CODENAMES":[],"BASE_OS":"","CODENAME":"REL","INCREMENTAL":"7825230_3167.5736","PREVIEW_SDK_FINGERPRINT":"REL","PREVIEW_SDK_INT":0,"RELEASE":"11","RELEASE_OR_CODENAME":"11","SDK":"30","SDK_INT":30,"SECURITY_PATCH":"2022-04-05"}}
- ```
- ***Build config***:
- ```json
- {"APPLICATION_ID":"org.jellyfin.androidtv","BUILD_TYPE":"release","DEBUG":false,"DEVELOPMENT":false,"VERSION_CODE":160003,"VERSION_NAME":"0.16.0-beta.3"}
- ```
- ### Device information
- ***Android version***: `11`
- ***Device brand***: `NVIDIA`
- ***Device product***: `mdarcy`
- ***Device model***: `SHIELD Android TV`
- ### Crash information
- ***Start time***: `2023-09-12T15:11:02.121-04:00`
- ***Crash time***: `2023-09-12T19:03:14.780-04:00`
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement