Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---
- client: Jellyfin for Android TV
- client_version: 0.16.2
- client_repository: https://github.com/jellyfin/jellyfin-androidtv
- type: crash_report
- format: markdown
- ---
- ### Logs
- ***Stack Trace***:
- ```log
- java.lang.NullPointerException
- at org.jellyfin.androidtv.ui.home.HomeFragmentHelper.loadResume(HomeFragmentHelper.kt:33)
- at org.jellyfin.androidtv.ui.home.HomeFragmentHelper.loadResumeVideo(HomeFragmentHelper.kt:51)
- at org.jellyfin.androidtv.ui.home.HomeRowsFragment$onCreate$1.invokeSuspend(HomeRowsFragment.kt:123)
- at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
- 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}@3c8740, Dispatchers.IO]
- ```
- ***Logcat***:
- ```log
- 01-01 20:38:44.391 E/DisplayPreferencesStore( 8625): at android.content.ContentProvider.attachInfo(ContentProvider.java:1919)
- 01-01 20:38:44.391 E/DisplayPreferencesStore( 8625): at android.content.ContentProvider.attachInfo(ContentProvider.java:1894)
- 01-01 20:38:44.391 E/DisplayPreferencesStore( 8625): at android.app.ActivityThread.installProvider(ActivityThread.java:6491)
- 01-01 20:38:44.391 E/DisplayPreferencesStore( 8625): at android.app.ActivityThread.installContentProviders(ActivityThread.java:6041)
- 01-01 20:38:44.391 E/DisplayPreferencesStore( 8625): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5946)
- 01-01 20:38:44.391 E/DisplayPreferencesStore( 8625): at android.app.ActivityThread.access$1200(ActivityThread.java:208)
- 01-01 20:38:44.391 E/DisplayPreferencesStore( 8625): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1674)
- 01-01 20:38:44.391 E/DisplayPreferencesStore( 8625): at android.os.Handler.dispatchMessage(Handler.java:106)
- 01-01 20:38:44.391 E/DisplayPreferencesStore( 8625): at android.os.Looper.loop(Looper.java:211)
- 01-01 20:38:44.391 E/DisplayPreferencesStore( 8625): at android.app.ActivityThread.main(ActivityThread.java:6769)
- 01-01 20:38:44.391 E/DisplayPreferencesStore( 8625): at java.lang.reflect.Method.invoke(Native Method)
- 01-01 20:38:44.391 E/DisplayPreferencesStore( 8625): at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)
- 01-01 20:38:44.391 E/DisplayPreferencesStore( 8625): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858)
- 01-01 20:38:44.392 I/DisplayPreferencesStore( 8625): Creating an empty DisplayPreferencesDto for next commit.
- 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): Unable to retrieve displaypreferences. (displayPreferencesId=usersettings, app=emby)
- 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.
- 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at org.jellyfin.sdk.api.operations.DisplayPreferencesApi.getDisplayPreferences$default(DisplayPreferencesApi.kt:32)
- 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at org.jellyfin.androidtv.preference.store.DisplayPreferencesStore.update$suspendImpl(DisplayPreferencesStore.kt:59)
- 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at org.jellyfin.androidtv.preference.store.DisplayPreferencesStore.update(Unknown Source:0)
- 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at org.jellyfin.androidtv.preference.PreferencesRepository.onSessionChanged(PreferencesRepository.kt:32)
- 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at org.jellyfin.androidtv.auth.repository.SessionRepositoryImpl.setCurrentSession(SessionRepository.kt:160)
- 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at org.jellyfin.androidtv.auth.repository.SessionRepositoryImpl.access$setCurrentSession(SessionRepository.kt:49)
- 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at org.jellyfin.androidtv.auth.repository.SessionRepositoryImpl$restoreSession$2.invokeSuspend(SessionRepository.kt:82)
- 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at org.jellyfin.androidtv.auth.repository.SessionRepositoryImpl$restoreSession$2.invoke(Unknown Source:8)
- 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at org.jellyfin.androidtv.auth.repository.SessionRepositoryImpl$restoreSession$2.invoke(Unknown Source:4)
- 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:78)
- 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:167)
- 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at kotlinx.coroutines.BuildersKt.withContext(Unknown Source:1)
- 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at org.jellyfin.androidtv.auth.repository.SessionRepositoryImpl.restoreSession(SessionRepository.kt:66)
- 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at org.jellyfin.androidtv.SessionInitializer$create$1.invokeSuspend(SessionInitializer.kt:21)
- 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
- 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at kotlinx.coroutines.internal.DispatchedContinuationKt.resumeCancellableWith(DispatchedContinuation.kt:367)
- 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at kotlinx.coroutines.intrinsics.CancellableKt.startCoroutineCancellable(Cancellable.kt:30)
- 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at kotlinx.coroutines.intrinsics.CancellableKt.startCoroutineCancellable$default(Cancellable.kt:25)
- 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at kotlinx.coroutines.CoroutineStart.invoke(CoroutineStart.kt:110)
- 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at kotlinx.coroutines.AbstractCoroutine.start(AbstractCoroutine.kt:126)
- 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at kotlinx.coroutines.BuildersKt__Builders_commonKt.launch(Builders.common.kt:56)
- 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at kotlinx.coroutines.BuildersKt.launch(Unknown Source:1)
- 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at kotlinx.coroutines.BuildersKt__Builders_commonKt.launch$default(Builders.common.kt:47)
- 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at kotlinx.coroutines.BuildersKt.launch$default(Unknown Source:1)
- 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at org.jellyfin.androidtv.SessionInitializer.create(SessionInitializer.kt:20)
- 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at org.jellyfin.androidtv.SessionInitializer.create(SessionInitializer.kt:12)
- 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at androidx.startup.AppInitializer.doInitialize(AppInitializer.java:180)
- 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at androidx.startup.AppInitializer.discoverAndInitialize(AppInitializer.java:238)
- 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at androidx.startup.AppInitializer.discoverAndInitialize(AppInitializer.java:206)
- 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at androidx.startup.InitializationProvider.onCreate(InitializationProvider.java:45)
- 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at android.content.ContentProvider.attachInfo(ContentProvider.java:1919)
- 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at android.content.ContentProvider.attachInfo(ContentProvider.java:1894)
- 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at android.app.ActivityThread.installProvider(ActivityThread.java:6491)
- 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at android.app.ActivityThread.installContentProviders(ActivityThread.java:6041)
- 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5946)
- 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at android.app.ActivityThread.access$1200(ActivityThread.java:208)
- 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1674)
- 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at android.os.Handler.dispatchMessage(Handler.java:106)
- 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at android.os.Looper.loop(Looper.java:211)
- 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at android.app.ActivityThread.main(ActivityThread.java:6769)
- 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at java.lang.reflect.Method.invoke(Native Method)
- 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)
- 01-01 20:38:44.396 E/DisplayPreferencesStore( 8625): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858)
- 01-01 20:38:44.397 I/DisplayPreferencesStore( 8625): Creating an empty DisplayPreferencesDto for next commit.
- 01-01 20:38:44.492 I/MigrationContext( 8625): Requested migration from 7 to 7. Found 1 migrations in total.
- 01-01 20:38:44.497 I/ActivityThemeExtensionsKt( 8625): Applying theme DARK
- 01-01 20:38:44.574 W/LeanbackOverlayFragment( 8625): PlaybackController is null, skipping initialization.
- 01-01 20:38:44.626 I/org.jellyfin.sdk.api.sockets.SocketInstance( 8625): Reconnecting
- 01-01 20:38:44.627 I/org.jellyfin.sdk.api.sockets.SocketInstance( 8625): Cancelling reconnect because baseUrl is null
- 01-01 20:38:44.627 I/org.jellyfin.sdk.api.sockets.SocketInstance( 8625): Reconnecting
- 01-01 20:38:44.627 I/org.jellyfin.sdk.api.sockets.SocketInstance( 8625): Cancelling reconnect because baseUrl is null
- 01-01 20:38:44.628 I/org.jellyfin.sdk.api.sockets.SocketInstance( 8625): Reconnecting
- 01-01 20:38:44.628 I/org.jellyfin.sdk.api.sockets.SocketInstance( 8625): Cancelling reconnect because baseUrl is null
- 01-01 20:38:44.628 I/org.jellyfin.sdk.api.sockets.SocketInstance( 8625): Reconnecting
- 01-01 20:38:44.628 I/org.jellyfin.sdk.api.sockets.SocketInstance( 8625): Cancelling reconnect because baseUrl is null
- 01-01 20:38:44.629 I/org.jellyfin.sdk.api.sockets.SocketInstance( 8625): Reconnecting
- 01-01 20:38:44.629 I/org.jellyfin.sdk.api.sockets.SocketInstance( 8625): Cancelling reconnect because baseUrl is null
- 01-01 20:38:44.630 I/org.jellyfin.sdk.api.sockets.SocketInstance( 8625): Reconnecting
- 01-01 20:38:44.630 I/org.jellyfin.sdk.api.sockets.SocketInstance( 8625): Cancelling reconnect because baseUrl is null
- 01-01 20:38:44.631 I/org.jellyfin.sdk.api.sockets.SocketInstance( 8625): Reconnecting
- 01-01 20:38:44.631 I/org.jellyfin.sdk.api.sockets.SocketInstance( 8625): Cancelling reconnect because baseUrl is null
- 01-01 20:38:44.636 I/ExoPlayerImpl( 8625): Init b8daf5a [ExoPlayerLib/2.19.1] [greta, AFTEU014, Amazon, 28]
- 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)
- 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)
- 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)
- 01-01 20:38:44.857 I/DefaultRenderersFactory( 8625): Loaded FfmpegAudioRenderer.
- 01-01 20:38:45.015 I/HomeRowsFragment( 8625): Updating audio queue in HomeFragment (onQueueStatusChanged)
- 01-01 20:38:45.021 W/MainActivity( 8625): Activity org.jellyfin.androidtv.ui.browsing.MainActivity started without a session, bouncing to StartupActivity
- 01-01 20:38:45.022 E/ACRA ( 8625): ACRA caught a NullPointerException for org.jellyfin.androidtv
- 01-01 20:38:45.022 E/ACRA ( 8625): java.lang.NullPointerException
- 01-01 20:38:45.022 E/ACRA ( 8625): at org.jellyfin.androidtv.ui.home.HomeFragmentHelper.loadResume(HomeFragmentHelper.kt:33)
- 01-01 20:38:45.022 E/ACRA ( 8625): at org.jellyfin.androidtv.ui.home.HomeFragmentHelper.loadResumeVideo(HomeFragmentHelper.kt:51)
- 01-01 20:38:45.022 E/ACRA ( 8625): at org.jellyfin.androidtv.ui.home.HomeRowsFragment$onCreate$1.invokeSuspend(HomeRowsFragment.kt:123)
- 01-01 20:38:45.022 E/ACRA ( 8625): at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
- 01-01 20:38:45.022 E/ACRA ( 8625): at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:108)
- 01-01 20:38:45.022 E/ACRA ( 8625): at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:115)
- 01-01 20:38:45.022 E/ACRA ( 8625): at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:103)
- 01-01 20:38:45.022 E/ACRA ( 8625): at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584)
- 01-01 20:38:45.022 E/ACRA ( 8625): at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:793)
- 01-01 20:38:45.022 E/ACRA ( 8625): at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:697)
- 01-01 20:38:45.022 E/ACRA ( 8625): at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)
- 01-01 20:38:45.022 E/ACRA ( 8625): Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [StandaloneCoroutine{Cancelling}@3c8740, Dispatchers.IO]
- 01-01 20:38:45.106 I/Choreographer( 8625): Skipped 50 frames! The application may be doing too much work on its main thread.
- ```
- ### App information
- ***App version***: `0.16.2` (`160299`)
- ***Package name***: `org.jellyfin.androidtv`
- ***Build***:
- ```json
- {"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"}}
- ```
- ***Build config***:
- ```json
- {"APPLICATION_ID":"org.jellyfin.androidtv","BUILD_TYPE":"release","DEBUG":false,"DEVELOPMENT":false,"VERSION_CODE":160299,"VERSION_NAME":"0.16.2"}
- ```
- ### Device information
- ***Android version***: `9`
- ***Device brand***: `Amazon`
- ***Device product***: `greta`
- ***Device model***: `AFTEU014`
- ### Crash information
- ***Start time***: `2024-01-01T20:38:44.073+01:00`
- ***Crash time***: `2024-01-01T20:38:45.193+01:00`
Advertisement
Add Comment
Please, Sign In to add comment