-
-
Notifications
You must be signed in to change notification settings - Fork 133
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
Can't search for an artist while listening to songs #126
Comments
Can you please share a screen recording of the bug, please? Thanks |
Sure, here's the link: SimpMusic bug The log message:
|
Really strange, I don't have this problem on the app. Check it in the video 👇 |
It's probably something related to my device. When I'm not logged in, the songs I like aren't saved. |
Yeah, it's something related to your device. If I like a song when I'm not connected the song gets saved anyway. Check the video. You can translate the app on Crowdin, you can find the Crowdin Page on the readme. screen-20231015-225049.2.mp4 |
Well, I'm gonna wait for an update. If there's anything I can do to help you figure out what happened, just let me know! |
Have you tried to uninstall and reinstall the app? Or cleaned the cache? |
The error persists, sadly. |
Describe the bug
I'm unable to search for an artist while I'm listening to a song.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It's expected to be able to go to the artist's profile while listening to a song.
Log (Error Details)
Build version: 0.1.4-beta
Current date: 2023-10-14 14:08:51
Device: Samsung SM-A035M
OS version: Android 13 (SDK 33)
Stack trace:
java.lang.IllegalStateException: Can't access the Fragment View's LifecycleOwner for ArtistFragment{4ee79c9} (f0dfe3be-5b21-45c6-b703-df6a8843e76f) when getView() is null i.e., before onCreateView() or after onDestroyView()
at androidx.fragment.app.Fragment.getViewLifecycleOwner(Fragment.java:385)
at com.maxrave.simpmusic.ui.fragment.other.ArtistFragment.fetchData(ArtistFragment.kt:361)
at com.maxrave.simpmusic.ui.fragment.other.ArtistFragment.access$fetchData(ArtistFragment.kt:58)
at com.maxrave.simpmusic.ui.fragment.other.ArtistFragment$fetchData$1.invoke$lambda$2(ArtistFragment.kt:434)
at com.maxrave.simpmusic.ui.fragment.other.ArtistFragment$fetchData$1.$r8$lambda$Wywpw2Xmj6tcjY7dR4Ab1jJljnk(Unknown Source:0)
at com.maxrave.simpmusic.ui.fragment.other.ArtistFragment$fetchData$1$$ExternalSyntheticLambda0.onClick(Unknown Source:4)
at com.google.android.material.snackbar.Snackbar.lambda$setAction$0$com-google-android-material-snackbar-Snackbar(Snackbar.java:352)
at com.google.android.material.snackbar.Snackbar$$ExternalSyntheticLambda0.onClick(Unknown Source:4)
at android.view.View.performClick(View.java:7892)
at android.widget.TextView.performClick(TextView.java:16219)
at com.google.android.material.button.MaterialButton.performClick(MaterialButton.java:1213)
at android.view.View.performClickInternal(View.java:7869)
at android.view.View.-$$Nest$mperformClickInternal(Unknown Source:0)
at android.view.View$PerformClick.run(View.java:30880)
at android.os.Handler.handleCallback(Handler.java:942)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loopOnce(Looper.java:226)
at android.os.Looper.loop(Looper.java:313)
at android.app.ActivityThread.main(ActivityThread.java:8757)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:571)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
User actions:
2023-10-14 14:08:01: MainActivity created
2023-10-14 14:08:02: MainActivity resumed
The text was updated successfully, but these errors were encountered: