Guest User

Untitled

a guest
Jan 1st, 2024
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.32 KB | None | 0 0
  1. ---
  2. client: Jellyfin for Android TV
  3. client_version: 0.16.2
  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. java.lang.NullPointerException
  13. at org.jellyfin.androidtv.ui.home.HomeFragmentHelper.loadResume(HomeFragmentHelper.kt:33)
  14. at org.jellyfin.androidtv.ui.home.HomeFragmentHelper.loadResumeVideo(HomeFragmentHelper.kt:51)
  15. at org.jellyfin.androidtv.ui.home.HomeRowsFragment$onCreate$1.invokeSuspend(HomeRowsFragment.kt:123)
  16. at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
  17. at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:108)
  18. at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:115)
  19. at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:103)
  20. at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584)
  21. at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:793)
  22. at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:697)
  23. at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)
  24. Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [StandaloneCoroutine{Cancelling}@3c8740, Dispatchers.IO]
  25.  
  26. ```
  27. ***Logcat***:
  28. ```log
  29. 01-01 20:38:44.391 E/DisplayPreferencesStore( 8625): at android.content.ContentProvider.attachInfo(ContentProvider.java:1919)
  30. 01-01 20:38:44.391 E/DisplayPreferencesStore( 8625): at android.content.ContentProvider.attachInfo(ContentProvider.java:1894)
  31. 01-01 20:38:44.391 E/DisplayPreferencesStore( 8625): at android.app.ActivityThread.installProvider(ActivityThread.java:6491)
  32. 01-01 20:38:44.391 E/DisplayPreferencesStore( 8625): at android.app.ActivityThread.installContentProviders(ActivityThread.java:6041)
  33. 01-01 20:38:44.391 E/DisplayPreferencesStore( 8625): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5946)
  34. 01-01 20:38:44.391 E/DisplayPreferencesStore( 8625): at android.app.ActivityThread.access$1200(ActivityThread.java:208)
  35. 01-01 20:38:44.391 E/DisplayPreferencesStore( 8625): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1674)
  36. 01-01 20:38:44.391 E/DisplayPreferencesStore( 8625): at android.os.Handler.dispatchMessage(Handler.java:106)
  37. 01-01 20:38:44.391 E/DisplayPreferencesStore( 8625): at android.os.Looper.loop(Looper.java:211)
  38. 01-01 20:38:44.391 E/DisplayPreferencesStore( 8625): at android.app.ActivityThread.main(ActivityThread.java:6769)
  39. 01-01 20:38:44.391 E/DisplayPreferencesStore( 8625): at java.lang.reflect.Method.invoke(Native Method)
  40. 01-01 20:38:44.391 E/DisplayPreferencesStore( 8625): at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)
  41. 01-01 20:38:44.391 E/DisplayPreferencesStore( 8625): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858)
  42. 01-01 20:38:44.392 I/DisplayPreferencesStore( 8625): Creating an empty DisplayPreferencesDto for next commit.
  43. 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): Unable to retrieve displaypreferences. (displayPreferencesId=usersettings, app=emby)
  44. 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): org.jellyfin.sdk.api.client.exception.MissingUserIdException: Required value userId is null. Provide it by setting ApiClient.userId or passing it in the function call.
  45. 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at org.jellyfin.sdk.api.operations.DisplayPreferencesApi.getDisplayPreferences$default(DisplayPreferencesApi.kt:32)
  46. 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at org.jellyfin.androidtv.preference.store.DisplayPreferencesStore.update$suspendImpl(DisplayPreferencesStore.kt:59)
  47. 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at org.jellyfin.androidtv.preference.store.DisplayPreferencesStore.update(Unknown Source:0)
  48. 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at org.jellyfin.androidtv.preference.PreferencesRepository.onSessionChanged(PreferencesRepository.kt:32)
  49. 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at org.jellyfin.androidtv.auth.repository.SessionRepositoryImpl.setCurrentSession(SessionRepository.kt:160)
  50. 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at org.jellyfin.androidtv.auth.repository.SessionRepositoryImpl.access$setCurrentSession(SessionRepository.kt:49)
  51. 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at org.jellyfin.androidtv.auth.repository.SessionRepositoryImpl$restoreSession$2.invokeSuspend(SessionRepository.kt:82)
  52. 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at org.jellyfin.androidtv.auth.repository.SessionRepositoryImpl$restoreSession$2.invoke(Unknown Source:8)
  53. 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at org.jellyfin.androidtv.auth.repository.SessionRepositoryImpl$restoreSession$2.invoke(Unknown Source:4)
  54. 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:78)
  55. 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:167)
  56. 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at kotlinx.coroutines.BuildersKt.withContext(Unknown Source:1)
  57. 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at org.jellyfin.androidtv.auth.repository.SessionRepositoryImpl.restoreSession(SessionRepository.kt:66)
  58. 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at org.jellyfin.androidtv.SessionInitializer$create$1.invokeSuspend(SessionInitializer.kt:21)
  59. 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
  60. 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at kotlinx.coroutines.internal.DispatchedContinuationKt.resumeCancellableWith(DispatchedContinuation.kt:367)
  61. 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at kotlinx.coroutines.intrinsics.CancellableKt.startCoroutineCancellable(Cancellable.kt:30)
  62. 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at kotlinx.coroutines.intrinsics.CancellableKt.startCoroutineCancellable$default(Cancellable.kt:25)
  63. 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at kotlinx.coroutines.CoroutineStart.invoke(CoroutineStart.kt:110)
  64. 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at kotlinx.coroutines.AbstractCoroutine.start(AbstractCoroutine.kt:126)
  65. 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at kotlinx.coroutines.BuildersKt__Builders_commonKt.launch(Builders.common.kt:56)
  66. 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at kotlinx.coroutines.BuildersKt.launch(Unknown Source:1)
  67. 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at kotlinx.coroutines.BuildersKt__Builders_commonKt.launch$default(Builders.common.kt:47)
  68. 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at kotlinx.coroutines.BuildersKt.launch$default(Unknown Source:1)
  69. 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at org.jellyfin.androidtv.SessionInitializer.create(SessionInitializer.kt:20)
  70. 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at org.jellyfin.androidtv.SessionInitializer.create(SessionInitializer.kt:12)
  71. 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at androidx.startup.AppInitializer.doInitialize(AppInitializer.java:180)
  72. 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at androidx.startup.AppInitializer.discoverAndInitialize(AppInitializer.java:238)
  73. 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at androidx.startup.AppInitializer.discoverAndInitialize(AppInitializer.java:206)
  74. 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at androidx.startup.InitializationProvider.onCreate(InitializationProvider.java:45)
  75. 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at android.content.ContentProvider.attachInfo(ContentProvider.java:1919)
  76. 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at android.content.ContentProvider.attachInfo(ContentProvider.java:1894)
  77. 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at android.app.ActivityThread.installProvider(ActivityThread.java:6491)
  78. 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at android.app.ActivityThread.installContentProviders(ActivityThread.java:6041)
  79. 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5946)
  80. 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at android.app.ActivityThread.access$1200(ActivityThread.java:208)
  81. 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1674)
  82. 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at android.os.Handler.dispatchMessage(Handler.java:106)
  83. 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at android.os.Looper.loop(Looper.java:211)
  84. 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at android.app.ActivityThread.main(ActivityThread.java:6769)
  85. 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at java.lang.reflect.Method.invoke(Native Method)
  86. 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)
  87. 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858)
  88. 01-01 20:38:44.397 I/DisplayPreferencesStore( 8625): Creating an empty DisplayPreferencesDto for next commit.
  89. 01-01 20:38:44.492 I/MigrationContext( 8625): Requested migration from 7 to 7. Found 1 migrations in total.
  90. 01-01 20:38:44.497 I/ActivityThemeExtensionsKt( 8625): Applying theme DARK
  91. 01-01 20:38:44.574 W/LeanbackOverlayFragment( 8625): PlaybackController is null, skipping initialization.
  92. 01-01 20:38:44.626 I/org.jellyfin.sdk.api.sockets.SocketInstance( 8625): Reconnecting
  93. 01-01 20:38:44.627 I/org.jellyfin.sdk.api.sockets.SocketInstance( 8625): Cancelling reconnect because baseUrl is null
  94. 01-01 20:38:44.627 I/org.jellyfin.sdk.api.sockets.SocketInstance( 8625): Reconnecting
  95. 01-01 20:38:44.627 I/org.jellyfin.sdk.api.sockets.SocketInstance( 8625): Cancelling reconnect because baseUrl is null
  96. 01-01 20:38:44.628 I/org.jellyfin.sdk.api.sockets.SocketInstance( 8625): Reconnecting
  97. 01-01 20:38:44.628 I/org.jellyfin.sdk.api.sockets.SocketInstance( 8625): Cancelling reconnect because baseUrl is null
  98. 01-01 20:38:44.628 I/org.jellyfin.sdk.api.sockets.SocketInstance( 8625): Reconnecting
  99. 01-01 20:38:44.628 I/org.jellyfin.sdk.api.sockets.SocketInstance( 8625): Cancelling reconnect because baseUrl is null
  100. 01-01 20:38:44.629 I/org.jellyfin.sdk.api.sockets.SocketInstance( 8625): Reconnecting
  101. 01-01 20:38:44.629 I/org.jellyfin.sdk.api.sockets.SocketInstance( 8625): Cancelling reconnect because baseUrl is null
  102. 01-01 20:38:44.630 I/org.jellyfin.sdk.api.sockets.SocketInstance( 8625): Reconnecting
  103. 01-01 20:38:44.630 I/org.jellyfin.sdk.api.sockets.SocketInstance( 8625): Cancelling reconnect because baseUrl is null
  104. 01-01 20:38:44.631 I/org.jellyfin.sdk.api.sockets.SocketInstance( 8625): Reconnecting
  105. 01-01 20:38:44.631 I/org.jellyfin.sdk.api.sockets.SocketInstance( 8625): Cancelling reconnect because baseUrl is null
  106. 01-01 20:38:44.636 I/ExoPlayerImpl( 8625): Init b8daf5a [ExoPlayerLib/2.19.1] [greta, AFTEU014, Amazon, 28]
  107. 01-01 20:38:44.644 W/lyfin.androidt( 8625): Accessing hidden method Landroid/media/MediaFormat;->getInteger(Ljava/lang/String;I)I (dark greylist, linking)
  108. 01-01 20:38:44.658 W/lyfin.androidt( 8625): Accessing hidden method Landroid/media/AudioTrack$Builder;->setOffloadedPlayback(Z)Landroid/media/AudioTrack$Builder; (dark greylist, linking)
  109. 01-01 20:38:44.748 W/lyfin.androidt( 8625): Accessing hidden method Landroid/graphics/ImageDecoder;->createSource([B)Landroid/graphics/ImageDecoder$Source; (dark greylist, linking)
  110. 01-01 20:38:44.857 I/DefaultRenderersFactory( 8625): Loaded FfmpegAudioRenderer.
  111. 01-01 20:38:45.015 I/HomeRowsFragment( 8625): Updating audio queue in HomeFragment (onQueueStatusChanged)
  112. 01-01 20:38:45.021 W/MainActivity( 8625): Activity org.jellyfin.androidtv.ui.browsing.MainActivity started without a session, bouncing to StartupActivity
  113. 01-01 20:38:45.022 E/ACRA ( 8625): ACRA caught a NullPointerException for org.jellyfin.androidtv
  114. 01-01 20:38:45.022 E/ACRA ( 8625): java.lang.NullPointerException
  115. 01-01 20:38:45.022 E/ACRA ( 8625): at org.jellyfin.androidtv.ui.home.HomeFragmentHelper.loadResume(HomeFragmentHelper.kt:33)
  116. 01-01 20:38:45.022 E/ACRA ( 8625): at org.jellyfin.androidtv.ui.home.HomeFragmentHelper.loadResumeVideo(HomeFragmentHelper.kt:51)
  117. 01-01 20:38:45.022 E/ACRA ( 8625): at org.jellyfin.androidtv.ui.home.HomeRowsFragment$onCreate$1.invokeSuspend(HomeRowsFragment.kt:123)
  118. 01-01 20:38:45.022 E/ACRA ( 8625): at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
  119. 01-01 20:38:45.022 E/ACRA ( 8625): at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:108)
  120. 01-01 20:38:45.022 E/ACRA ( 8625): at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:115)
  121. 01-01 20:38:45.022 E/ACRA ( 8625): at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:103)
  122. 01-01 20:38:45.022 E/ACRA ( 8625): at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584)
  123. 01-01 20:38:45.022 E/ACRA ( 8625): at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:793)
  124. 01-01 20:38:45.022 E/ACRA ( 8625): at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:697)
  125. 01-01 20:38:45.022 E/ACRA ( 8625): at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)
  126. 01-01 20:38:45.022 E/ACRA ( 8625): Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [StandaloneCoroutine{Cancelling}@3c8740, Dispatchers.IO]
  127. 01-01 20:38:45.106 I/Choreographer( 8625): Skipped 50 frames! The application may be doing too much work on its main thread.
  128.  
  129. ```
  130.  
  131. ### App information
  132.  
  133. ***App version***: `0.16.2` (`160299`)
  134. ***Package name***: `org.jellyfin.androidtv`
  135. ***Build***:
  136. ```json
  137. {"BOARD":"greta","BOOTLOADER":"123456789","BRAND":"Amazon","CPU_ABI":"armeabi-v7a","CPU_ABI2":"armeabi","DEVICE":"greta","DISPLAY":"PS7652.3558N","FINGERPRINT":"Amazon\/greta\/greta:9\/PS7652.3558N\/0028488623616:user\/amz-p,release-keys","HARDWARE":"m7322","HOST":"i3-ri-14-use1a-b-16-04-fos-201","ID":"PS7652.3558N","IS_DEBUGGABLE":false,"IS_EMULATOR":false,"MANUFACTURER":"Amazon","MODEL":"AFTEU014","PERMISSIONS_REVIEW_REQUIRED":false,"PRODUCT":"greta","RADIO":"unknown","SUPPORTED_32_BIT_ABIS":["armeabi-v7a","armeabi"],"SUPPORTED_64_BIT_ABIS":[],"SUPPORTED_ABIS":["armeabi-v7a","armeabi"],"TAGS":"amz-p,release-keys","TIME":1691422549000,"TYPE":"user","UNKNOWN":"unknown","USER":"build","VERSION":{"ACTIVE_CODENAMES":[],"BASE_OS":"PPR1.180610.009","CODENAME":"REL","FIRST_SDK_INT":28,"INCREMENTAL":"0028488623748","PREVIEW_SDK_INT":0,"RELEASE":"9","RESOURCES_SDK_INT":28,"SDK":"28","SDK_INT":28,"SECURITY_PATCH":"2022-01-01"}}
  138. ```
  139. ***Build config***:
  140. ```json
  141. {"APPLICATION_ID":"org.jellyfin.androidtv","BUILD_TYPE":"release","DEBUG":false,"DEVELOPMENT":false,"VERSION_CODE":160299,"VERSION_NAME":"0.16.2"}
  142. ```
  143.  
  144. ### Device information
  145.  
  146. ***Android version***: `9`
  147. ***Device brand***: `Amazon`
  148. ***Device product***: `greta`
  149. ***Device model***: `AFTEU014`
  150.  
  151. ### Crash information
  152.  
  153. ***Start time***: `2024-01-01T20:38:44.073+01:00`
  154. ***Crash time***: `2024-01-01T20:38:45.193+01:00`
  155.  
Advertisement
Add Comment
Please, Sign In to add comment