Advertisement
Guest User

Untitled

a guest
Sep 12th, 2023
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.40 KB | None | 0 0
  1. ---
  2. client: Jellyfin for Android TV
  3. client_version: 0.16.0-beta.3
  4. client_repository: https://github.com/jellyfin/jellyfin-androidtv
  5. type: crash_report
  6. format: markdown
  7. ---
  8. ### Logs
  9.  
  10. ***Stack Trace***:
  11. ```log
  12. org.jellyfin.sdk.api.client.exception.InvalidStatusException: Invalid HTTP status in response: 500
  13. at org.jellyfin.sdk.api.client.KtorClient.request$suspendImpl(KtorClient.kt:109)
  14. at org.jellyfin.sdk.api.client.KtorClient$request$1.invokeSuspend(Unknown Source:19)
  15. at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
  16. at io.ktor.util.pipeline.SuspendFunctionGun.resumeRootWith(SuspendFunctionGun.kt:191)
  17. at io.ktor.util.pipeline.SuspendFunctionGun.loop(SuspendFunctionGun.kt:147)
  18. at io.ktor.util.pipeline.SuspendFunctionGun.access$loop(SuspendFunctionGun.kt:15)
  19. at io.ktor.util.pipeline.SuspendFunctionGun$continuation$1.resumeWith(SuspendFunctionGun.kt:93)
  20. at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
  21. at io.ktor.util.pipeline.SuspendFunctionGun.resumeRootWith(SuspendFunctionGun.kt:191)
  22. at io.ktor.util.pipeline.SuspendFunctionGun.loop(SuspendFunctionGun.kt:147)
  23. at io.ktor.util.pipeline.SuspendFunctionGun.access$loop(SuspendFunctionGun.kt:15)
  24. at io.ktor.util.pipeline.SuspendFunctionGun$continuation$1.resumeWith(SuspendFunctionGun.kt:93)
  25. at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
  26. at io.ktor.util.pipeline.SuspendFunctionGun.resumeRootWith(SuspendFunctionGun.kt:191)
  27. at io.ktor.util.pipeline.SuspendFunctionGun.loop(SuspendFunctionGun.kt:147)
  28. at io.ktor.util.pipeline.SuspendFunctionGun.access$loop(SuspendFunctionGun.kt:15)
  29. at io.ktor.util.pipeline.SuspendFunctionGun$continuation$1.resumeWith(SuspendFunctionGun.kt:93)
  30. at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
  31. at io.ktor.util.pipeline.SuspendFunctionGun.resumeRootWith(SuspendFunctionGun.kt:191)
  32. at io.ktor.util.pipeline.SuspendFunctionGun.loop(SuspendFunctionGun.kt:147)
  33. at io.ktor.util.pipeline.SuspendFunctionGun.access$loop(SuspendFunctionGun.kt:15)
  34. at io.ktor.util.pipeline.SuspendFunctionGun$continuation$1.resumeWith(SuspendFunctionGun.kt:93)
  35. at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
  36. at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:108)
  37. at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:115)
  38. at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:103)
  39. at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584)
  40. at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:793)
  41. at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:697)
  42. at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)
  43. Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [StandaloneCoroutine{Cancelling}@5ee7766, Dispatchers.Main.immediate]
  44.  
  45. ```
  46. ***Logcat***:
  47. ```log
  48. 09-12 19:03:10.036 D/jellyfin-apiclient( 2683): Adding request to queue: http://192.168.50.45:8096/Sessions/Playing/Progress
  49. 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
  50. 09-12 19:03:10.062 E/jellyfin-apiclient( 2683): VolleyError com.android.volley.ServerError: null
  51. 09-12 19:03:10.062 E/jellyfin-apiclient( 2683): com.android.volley.ServerError
  52. 09-12 19:03:10.062 E/jellyfin-apiclient( 2683): at com.android.volley.toolbox.NetworkUtility.shouldRetryException(NetworkUtility.java:201)
  53. 09-12 19:03:10.062 E/jellyfin-apiclient( 2683): at com.android.volley.toolbox.BasicNetwork.performRequest(BasicNetwork.java:145)
  54. 09-12 19:03:10.062 E/jellyfin-apiclient( 2683): at com.android.volley.NetworkDispatcher.processRequest(NetworkDispatcher.java:132)
  55. 09-12 19:03:10.062 E/jellyfin-apiclient( 2683): at com.android.volley.NetworkDispatcher.processRequest(NetworkDispatcher.java:111)
  56. 09-12 19:03:10.062 E/jellyfin-apiclient( 2683): at com.android.volley.NetworkDispatcher.run(NetworkDispatcher.java:90)
  57. 09-12 19:03:13.037 D/jellyfin-apiclient( 2683): Adding request to queue: http://192.168.50.45:8096/Sessions/Playing/Progress
  58. 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
  59. 09-12 19:03:13.055 E/jellyfin-apiclient( 2683): VolleyError com.android.volley.ServerError: null
  60. 09-12 19:03:13.055 E/jellyfin-apiclient( 2683): com.android.volley.ServerError
  61. 09-12 19:03:13.055 E/jellyfin-apiclient( 2683): at com.android.volley.toolbox.NetworkUtility.shouldRetryException(NetworkUtility.java:201)
  62. 09-12 19:03:13.055 E/jellyfin-apiclient( 2683): at com.android.volley.toolbox.BasicNetwork.performRequest(BasicNetwork.java:145)
  63. 09-12 19:03:13.055 E/jellyfin-apiclient( 2683): at com.android.volley.NetworkDispatcher.processRequest(NetworkDispatcher.java:132)
  64. 09-12 19:03:13.055 E/jellyfin-apiclient( 2683): at com.android.volley.NetworkDispatcher.processRequest(NetworkDispatcher.java:111)
  65. 09-12 19:03:13.055 E/jellyfin-apiclient( 2683): at com.android.volley.NetworkDispatcher.run(NetworkDispatcher.java:90)
  66. 09-12 19:03:13.482 E/VLC ( 2683): [00000021ceb806a0/584e] libvlc decoder: Decoder is draining
  67. 09-12 19:03:13.523 W/VLC ( 2683): [00000021ceb806a0/584e] libvlc decoder: EOS sent, waiting for OutThread
  68. 09-12 19:03:13.922 W/VLC ( 2683): [00000021ceb806a0/584d] libvlc decoder: EOS received
  69. 09-12 19:03:14.171 D/AudioTrack( 2683): stop(12322): called with 2082677 frames delivered
  70. 09-12 19:03:14.406 E/NdkMediaCodec( 2683): sf error code: -38
  71. 09-12 19:03:14.406 D/PlaybackController( 2683): On Completion fired
  72. 09-12 19:03:14.406 W/VLC ( 2683): [00000021ceb806a0/584d] libvlc decoder: AMediaCodec.dequeueOutputBuffer failed
  73. 09-12 19:03:14.407 D/PlaybackController( 2683): stop called at 433246
  74. 09-12 19:03:14.423 D/SurfaceUtils( 2683): disconnecting from surface 0x224e807be0, reason disconnectFromSurface
  75. 09-12 19:03:14.428 D/AudioTrack( 2683): stop(12322): called with 0 frames delivered
  76. 09-12 19:03:14.557 I/jellyfin-apiclient( 2683): ReportPlaybackStopped: Item bc348b89-f2d9-0391-5895-e8311eb4f36d, Ticks: 4332460000
  77. 09-12 19:03:14.557 D/jellyfin-apiclient( 2683): Adding request to queue: http://192.168.50.45:8096/Sessions/Playing/Stopped
  78. 09-12 19:03:14.558 D/PlaybackController( 2683): Moving to next queue item. Index: 1
  79. 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)
  80. 09-12 19:03:14.559 D/PlaybackController( 2683): stop called at 433246
  81. 09-12 19:03:14.574 E/libc ( 2683): Access denied finding property "ro.vendor.sys.NV_ASYNC"
  82. 09-12 19:03:14.575 E/libc ( 2683): Access denied finding property "ro.vendor.sys.NV_LOGFPS"
  83. 09-12 19:03:14.575 E/libc ( 2683): Access denied finding property "ro.vendor.sys.NV_PROCESS_NAME"
  84. 09-12 19:03:14.575 E/libc ( 2683): Access denied finding property "ro.vendor.sys.NV_FPSDYNAMIC"
  85. 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
  86. 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]
  87. 09-12 19:03:14.607 D/CustomPlaybackOverlayFragment( 2683): Stopping!
  88. 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
  89. 09-12 19:03:14.621 D/LegacyMediaManager( 2683): Added event listener. Total listeners: 2
  90. 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
  91. 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
  92. 09-12 19:03:14.673 E/jellyfin-apiclient( 2683): VolleyError com.android.volley.ServerError: null
  93. 09-12 19:03:14.673 E/jellyfin-apiclient( 2683): com.android.volley.ServerError
  94. 09-12 19:03:14.673 E/jellyfin-apiclient( 2683): at com.android.volley.toolbox.NetworkUtility.shouldRetryException(NetworkUtility.java:201)
  95. 09-12 19:03:14.673 E/jellyfin-apiclient( 2683): at com.android.volley.toolbox.BasicNetwork.performRequest(BasicNetwork.java:145)
  96. 09-12 19:03:14.673 E/jellyfin-apiclient( 2683): at com.android.volley.NetworkDispatcher.processRequest(NetworkDispatcher.java:132)
  97. 09-12 19:03:14.673 E/jellyfin-apiclient( 2683): at com.android.volley.NetworkDispatcher.processRequest(NetworkDispatcher.java:111)
  98. 09-12 19:03:14.673 E/jellyfin-apiclient( 2683): at com.android.volley.NetworkDispatcher.run(NetworkDispatcher.java:90)
  99. 09-12 19:03:14.678 E/jellyfin-apiclient( 2683): VolleyError com.android.volley.ServerError: null
  100. 09-12 19:03:14.678 E/jellyfin-apiclient( 2683): com.android.volley.ServerError
  101. 09-12 19:03:14.678 E/jellyfin-apiclient( 2683): at com.android.volley.toolbox.NetworkUtility.shouldRetryException(NetworkUtility.java:201)
  102. 09-12 19:03:14.678 E/jellyfin-apiclient( 2683): at com.android.volley.toolbox.BasicNetwork.performRequest(BasicNetwork.java:145)
  103. 09-12 19:03:14.678 E/jellyfin-apiclient( 2683): at com.android.volley.NetworkDispatcher.processRequest(NetworkDispatcher.java:132)
  104. 09-12 19:03:14.678 E/jellyfin-apiclient( 2683): at com.android.volley.NetworkDispatcher.processRequest(NetworkDispatcher.java:111)
  105. 09-12 19:03:14.678 E/jellyfin-apiclient( 2683): at com.android.volley.NetworkDispatcher.run(NetworkDispatcher.java:90)
  106. 09-12 19:03:14.687 E/ACRA ( 2683): ACRA caught a InvalidStatusException for org.jellyfin.androidtv
  107. 09-12 19:03:14.687 E/ACRA ( 2683): org.jellyfin.sdk.api.client.exception.InvalidStatusException: Invalid HTTP status in response: 500
  108. 09-12 19:03:14.687 E/ACRA ( 2683): at org.jellyfin.sdk.api.client.KtorClient.request$suspendImpl(KtorClient.kt:109)
  109. 09-12 19:03:14.687 E/ACRA ( 2683): at org.jellyfin.sdk.api.client.KtorClient$request$1.invokeSuspend(Unknown Source:19)
  110. 09-12 19:03:14.687 E/ACRA ( 2683): at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
  111. 09-12 19:03:14.687 E/ACRA ( 2683): at io.ktor.util.pipeline.SuspendFunctionGun.resumeRootWith(SuspendFunctionGun.kt:191)
  112. 09-12 19:03:14.687 E/ACRA ( 2683): at io.ktor.util.pipeline.SuspendFunctionGun.loop(SuspendFunctionGun.kt:147)
  113. 09-12 19:03:14.687 E/ACRA ( 2683): at io.ktor.util.pipeline.SuspendFunctionGun.access$loop(SuspendFunctionGun.kt:15)
  114. 09-12 19:03:14.687 E/ACRA ( 2683): at io.ktor.util.pipeline.SuspendFunctionGun$continuation$1.resumeWith(SuspendFunctionGun.kt:93)
  115. 09-12 19:03:14.687 E/ACRA ( 2683): at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
  116. 09-12 19:03:14.687 E/ACRA ( 2683): at io.ktor.util.pipeline.SuspendFunctionGun.resumeRootWith(SuspendFunctionGun.kt:191)
  117. 09-12 19:03:14.687 E/ACRA ( 2683): at io.ktor.util.pipeline.SuspendFunctionGun.loop(SuspendFunctionGun.kt:147)
  118. 09-12 19:03:14.687 E/ACRA ( 2683): at io.ktor.util.pipeline.SuspendFunctionGun.access$loop(SuspendFunctionGun.kt:15)
  119. 09-12 19:03:14.687 E/ACRA ( 2683): at io.ktor.util.pipeline.SuspendFunctionGun$continuation$1.resumeWith(SuspendFunctionGun.kt:93)
  120. 09-12 19:03:14.687 E/ACRA ( 2683): at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
  121. 09-12 19:03:14.687 E/ACRA ( 2683): at io.ktor.util.pipeline.SuspendFunctionGun.resumeRootWith(SuspendFunctionGun.kt:191)
  122. 09-12 19:03:14.687 E/ACRA ( 2683): at io.ktor.util.pipeline.SuspendFunctionGun.loop(SuspendFunctionGun.kt:147)
  123. 09-12 19:03:14.687 E/ACRA ( 2683): at io.ktor.util.pipeline.SuspendFunctionGun.access$loop(SuspendFunctionGun.kt:15)
  124. 09-12 19:03:14.687 E/ACRA ( 2683): at io.ktor.util.pipeline.SuspendFunctionGun$continuation$1.resumeWith(SuspendFunctionGun.kt:93)
  125. 09-12 19:03:14.687 E/ACRA ( 2683): at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
  126. 09-12 19:03:14.687 E/ACRA ( 2683): at io.ktor.util.pipeline.SuspendFunctionGun.resumeRootWith(SuspendFunctionGun.kt:191)
  127. 09-12 19:03:14.687 E/ACRA ( 2683): at io.ktor.util.pipeline.SuspendFunctionGun.loop(SuspendFunctionGun.kt:147)
  128. 09-12 19:03:14.687 E/ACRA ( 2683): at io.ktor.util.pipeline.SuspendFunctionGun.access$loop(SuspendFunctionGun.kt:15)
  129. 09-12 19:03:14.687 E/ACRA ( 2683): at io.ktor.util.pipeline.SuspendFunctionGun$continuation$1.resumeWith(SuspendFunctionGun.kt:93)
  130. 09-12 19:03:14.687 E/ACRA ( 2683): at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
  131. 09-12 19:03:14.687 E/ACRA ( 2683): at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:108)
  132. 09-12 19:03:14.687 E/ACRA ( 2683): at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:115)
  133. 09-12 19:03:14.687 E/ACRA ( 2683): at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:103)
  134. 09-12 19:03:14.687 E/ACRA ( 2683): at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584)
  135. 09-12 19:03:14.687 E/ACRA ( 2683): at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:793)
  136. 09-12 19:03:14.687 E/ACRA ( 2683): at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:697)
  137. 09-12 19:03:14.687 E/ACRA ( 2683): at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)
  138. 09-12 19:03:14.687 E/ACRA ( 2683): Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [StandaloneCoroutine{Cancelling}@5ee7766, Dispatchers.Main.immediate]
  139. 09-12 19:03:14.687 D/ACRA ( 2683): Building report
  140. 09-12 19:03:14.695 D/ACRA ( 2683): Starting collectors with priority FIRST
  141. 09-12 19:03:14.696 D/ACRA ( 2683): Calling collector org.acra.collector.DropBoxCollector
  142. 09-12 19:03:14.696 D/ACRA ( 2683): Calling collector org.acra.collector.LogCatCollector
  143. 09-12 19:03:14.696 D/ACRA ( 2683): Collector org.acra.collector.DropBoxCollector completed
  144. 09-12 19:03:14.696 D/ACRA ( 2683): Calling collector org.acra.collector.StacktraceCollector
  145. 09-12 19:03:14.697 D/ACRA ( 2683): Collector org.acra.collector.StacktraceCollector completed
  146. 09-12 19:03:14.711 D/ACRA ( 2683): Retrieving logcat output (buffer:default)...
  147.  
  148. ```
  149.  
  150. ### App information
  151.  
  152. ***App version***: `0.16.0-beta.3` (`160003`)
  153. ***Package name***: `org.jellyfin.androidtv`
  154. ***Build***:
  155. ```json
  156. {"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"}}
  157. ```
  158. ***Build config***:
  159. ```json
  160. {"APPLICATION_ID":"org.jellyfin.androidtv","BUILD_TYPE":"release","DEBUG":false,"DEVELOPMENT":false,"VERSION_CODE":160003,"VERSION_NAME":"0.16.0-beta.3"}
  161. ```
  162.  
  163. ### Device information
  164.  
  165. ***Android version***: `11`
  166. ***Device brand***: `NVIDIA`
  167. ***Device product***: `mdarcy`
  168. ***Device model***: `SHIELD Android TV`
  169.  
  170. ### Crash information
  171.  
  172. ***Start time***: `2023-09-12T15:11:02.121-04:00`
  173. ***Crash time***: `2023-09-12T19:03:14.780-04:00`
  174.  
  175.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement