Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: App throws the following error on load #64

Closed
emkay5771 opened this issue Jul 14, 2023 · 1 comment
Closed

BUG: App throws the following error on load #64

emkay5771 opened this issue Jul 14, 2023 · 1 comment
Labels

Comments

@emkay5771
Copy link

kotlin.NotImplementedError: Podcasts
at com.toasterofbread.spmp.api.YoutubeiBrowseResponse.getHeaderChips(Unknown Source:163)
at com.toasterofbread.spmp.api.HomeFeedKt$getHomeFeed$2.invokeSuspend(Unknown Source:637)
at com.toasterofbread.spmp.api.HomeFeedKt$getHomeFeed$2.invoke(Unknown Source:8)
at com.toasterofbread.spmp.api.HomeFeedKt$getHomeFeed$2.invoke(Unknown Source:4)
at androidx.appcompat.R$id.startUndispatchedOrReturn(Unknown Source:4)
at okio.Utf8.withContext(Unknown Source:71)
at com.toasterofbread.spmp.api.HomeFeedKt.getHomeFeed(Unknown Source:65)
at com.toasterofbread.spmp.ui.layout.mainpage.PlayerStateImplKt.loadFeedLayouts(Unknown Source:56)
at com.toasterofbread.spmp.ui.layout.mainpage.PlayerStateImplKt.access$loadFeedLayouts(Unknown Source:0)
at com.toasterofbread.spmp.ui.layout.mainpage.PlayerStateImpl$loadFeed$2.invokeSuspend(Unknown Source:173)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(Unknown Source:8)
at kotlinx.coroutines.DispatchedTask.run(Unknown Source:100)
at kotlinx.coroutines.internal.LimitedDispatcher.run(Unknown Source:12)
at kotlinx.coroutines.scheduling.TaskImpl.run(Unknown Source:2)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(Unknown Source:79)
Suppressed: coil.network.HttpException: [androidx.compose.ui.platform.MotionDurationScaleImpl@25b3fbd, androidx.compose.runtime.BroadcastFrameClock@773e9b2, StandaloneCoroutine{Cancelling}@f3aed03, AndroidUiDispatcher@3a00480]

@toasterofbread
Copy link
Owner

Fixed! I also replaced the error throw with a warning message to prevent similar crashes.

toasterofbread added a commit that referenced this issue Nov 12, 2023
Fix #64
Replace several error throws with warning messages
Simplify LocalisedYoutubeString
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants