Advertisement
Guest User

Untitled

a guest
Oct 6th, 2024
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.50 KB | None | 0 0
  1. ---
  2. client: Jellyfin for Android TV
  3. client_version: 0.17.6
  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: 400
  13. at org.jellyfin.sdk.api.ktor.KtorClient.request$suspendImpl(KtorClient.kt:132)
  14. at org.jellyfin.sdk.api.ktor.KtorClient$request$1.invokeSuspend(Unknown Source:19)
  15. at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
  16. at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104)
  17. at kotlinx.coroutines.EventLoop.processUnconfinedEvent(EventLoop.common.kt:65)
  18. at kotlinx.coroutines.internal.DispatchedContinuation.resumeWith(DispatchedContinuation.kt:343)
  19. at io.ktor.util.pipeline.SuspendFunctionGun.resumeRootWith(SuspendFunctionGun.kt:146)
  20. at io.ktor.util.pipeline.SuspendFunctionGun.loop(SuspendFunctionGun.kt:120)
  21. at io.ktor.util.pipeline.SuspendFunctionGun.access$loop(SuspendFunctionGun.kt:11)
  22. at io.ktor.util.pipeline.SuspendFunctionGun$continuation$1.resumeWith(SuspendFunctionGun.kt:70)
  23. at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
  24. at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104)
  25. at android.os.Handler.handleCallback(Handler.java:938)
  26. at android.os.Handler.dispatchMessage(Handler.java:99)
  27. at android.os.Looper.loop(Looper.java:223)
  28. at android.app.ActivityThread.main(ActivityThread.java:7669)
  29. at java.lang.reflect.Method.invoke(Native Method)
  30. at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:592)
  31. at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:952)
  32. Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [StandaloneCoroutine{Cancelling}@651c5ed, Dispatchers.Main.immediate]
  33.  
  34. ```
  35. ***Logcat***:
  36. ```log
  37.  
  38. ```
  39.  
  40. ### App information
  41.  
  42. ***App version***: `0.17.6` (`170699`)
  43. ***Package name***: `org.jellyfin.androidtv`
  44. ***Build***:
  45. ```json
  46. {"BOARD":"tyson","BOOTLOADER":"01.01.240926.091441","BRAND":"ZIDOO","CPU_ABI":"armeabi-v7a","CPU_ABI2":"armeabi","DEVICE":"ZIDOO","DISPLAY":"tyson-userdebug 11 RD2A.211001.002 eng.jiangb.20240926.092114 release-keys","FINGERPRINT":"ZIDOO\/ZIDOO\/ZIDOO:11\/RD2A.211001.002\/eng.jiangb.20240926.092114:userdebug\/release-keys","HARDWARE":"amlogic","HOST":"ZidooServer2","ID":"RD2A.211001.002","IS_DEBUGGABLE":true,"IS_EMULATOR":false,"MANUFACTURER":"ZIDOO","MODEL":"Z9X 8K","PERMISSIONS_REVIEW_REQUIRED":true,"PRODUCT":"ZIDOO","RADIO":"unknown","SUPPORTED_32_BIT_ABIS":["armeabi-v7a","armeabi"],"SUPPORTED_64_BIT_ABIS":[],"SUPPORTED_ABIS":["armeabi-v7a","armeabi"],"TAGS":"release-keys","TIME":1727313666000,"TYPE":"userdebug","UNKNOWN":"unknown","USER":"jiangbo","VERSION":{"ACTIVE_CODENAMES":[],"BASE_OS":"","CODENAME":"REL","INCREMENTAL":"eng.jiangb.20240926.092114","PREVIEW_SDK_FINGERPRINT":"REL","PREVIEW_SDK_INT":0,"RELEASE":"11","RELEASE_OR_CODENAME":"11","SDK":"30","SDK_INT":30,"SECURITY_PATCH":"2021-10-01"}}
  47. ```
  48. ***Build config***:
  49. ```json
  50. {"APPLICATION_ID":"org.jellyfin.androidtv","BUILD_TYPE":"release","DEBUG":false,"DEVELOPMENT":false,"VERSION_CODE":170699,"VERSION_NAME":"0.17.6"}
  51. ```
  52.  
  53. ### Device information
  54.  
  55. ***Android version***: `11`
  56. ***Device brand***: `ZIDOO`
  57. ***Device product***: `ZIDOO`
  58. ***Device model***: `Z9X 8K`
  59.  
  60. ### Crash information
  61.  
  62. ***Start time***: `2024-10-05T07:25:40.478+10:00`
  63. ***Crash time***: `2024-10-05T07:26:48.471+10:00`
  64.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement