toasterofbread / spmp

A YouTube Music client with a focus on customisation of colours and song metadata. Built with Compose Multiplatform for Android and desktop.
GNU General Public License v3.0
1.16k stars 44 forks source link

error Code after logging in and let feed load #71

Closed powl999 closed 1 year ago

powl999 commented 1 year ago

kotlin.NotImplementedError: de at com.toasterofbread.spmp.resources.uilocalisation.AmountStringsKt.parseYoutubeSubscribersString(Unknown Source:95) at com.toasterofbread.spmp.api.LoadMediaitemKt$processDefaultResponse$2.invokeSuspend(Unknown Source:929) at com.toasterofbread.spmp.api.LoadMediaitemKt$processDefaultResponse$2.invoke(Unknown Source:8) at com.toasterofbread.spmp.api.LoadMediaitemKt$processDefaultResponse$2.invoke(Unknown Source:4) at androidx.core.R$dimen.startUndispatchedOrReturn(Unknown Source:4) at coil.util.-Contexts.withContext(Unknown Source:71) at com.toasterofbread.spmp.api.LoadMediaitemKt.processDefaultResponse(Unknown Source:13) at com.toasterofbread.spmp.api.LoadMediaitemKt$loadMediaItemData$2.invokeSuspend(Unknown Source:241) at com.toasterofbread.spmp.api.LoadMediaitemKt$loadMediaItemData$2.invoke(Unknown Source:8) at com.toasterofbread.spmp.api.LoadMediaitemKt$loadMediaItemData$2.invoke(Unknown Source:4) at androidx.core.R$dimen.startUndispatchedOrReturn(Unknown Source:4) at coil.util.-Contexts.withContext(Unknown Source:71) at com.toasterofbread.spmp.api.LoadMediaitemKt.loadMediaItemData(Unknown Source:76) at com.toasterofbread.spmp.model.mediaitem.MediaItem$loadGeneralData$2.invokeSuspend(Unknown Source:121) 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@5847aec, androidx.compose.runtime.BroadcastFrameClock@5646eb5, StandaloneCoroutine{Cancelling}@a7c794a, AndroidUiDispatcher@d3060bb]

powl999 commented 1 year ago

I'm on an aosp Android 13 Rom with the Name Pixel os on the xiaomi poco x3 nfc

toasterofbread commented 1 year ago

What version of the app are you using? This should have been fixed in v0.1.2.

powl999 commented 1 year ago

i'm using this version Screenshot_20230717-225052

powl999 commented 1 year ago

when i go back to the homepage from the erro meassage the app is frozen and only one picture isn't loaded from artist Screenshot_20230717-225416_SpMp

powl999 commented 1 year ago

the artist youth neve

toasterofbread commented 1 year ago

My bad, this wasn't fixed in v0.1.2, it was fixed right after I made the release. This APK should work.

powl999 commented 1 year ago

thanks you'r the best

toasterofbread commented 1 year ago

No problem, thanks for the report! Let me know if you have any other issues.