-
-
Notifications
You must be signed in to change notification settings - Fork 156
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
Music loading failed #4
Comments
Interesting. Can you get a If that's not possible, Ill update Auxio to show the stack trace in the UI itself when the loading fails so that people don't have to get the stack trace manually. |
I filtered the logcat by the app's pid so hopefully it has the information you need. I have attached it below. |
Okay, seems like Auxio is trying to apply more than one genre to a song [Which I disallowed thinking that it was undefined behavior]. Is it possible that songs in your library have multiple genres in their metadata? |
I don't think so, although using another Music Player (Vanilla Music in this instance), one of the Genres in the list is simply blank and I wonder if that's the cause. The majority of the songs under this genre are still regular albums however. I am also not sure if this is just Vanilla Music's way of saying the song has no genre. |
Possibly. Either way Im going to commit a change that removes the |
I checked one of the songs with a blank Genre in a metadata tag editor and it seems to be a single space. |
Got it, Ill test a similar song and see what happens. Edit: It seems to work just fine, even with multiple songs with that genre field. It may be something else. |
Try this debug APK, does the original issue still occur? [Rename it to |
I am unable to install it, Package manager says "App not installed" |
Try this one, not sure what happened to the last one. |
Seems to work fine now with that APK. Loads all the albums I have. It did generate a heap dump when I changed the album listing order. |
Good, Ill push the changes and close this issue. As for when this fix will be in the mainline version, it will probably be at 1.3.1. Thanks for letting me know about this. As for the heap dump, its just a leak with how the loading fragment navigates to the main fragment. I cant do anything about it and it seems to be a bug in the android source code. |
Describe the bug/crash:
Steps To Reproduce the bug/crash:
Phone Information:
Oppo Reno
ColorOS 7.1
Android 10
App version is 1.3.0 installed from the IzzyOnDroid F-Droid Repo.
Due Diligence:
The text was updated successfully, but these errors were encountered: