GNOME Bugzilla – Bug 772649
gnome-music crashes on error Invalid child
Last modified: 2016-10-10 02:00:50 UTC
Created attachment 337274 [details] Log file I used to have my music in ~/Musique and I decided to move it to a separate partition. So to make music happy I set my music folder to /share/Musique by modifying ~/.config/user-dirs.dirs (XDG_MUSIC_DIR="/share/Musique). I started gnome-music and it crashed with this error Traceback (most recent call last):
+ Trace 236729
self.update_static_playlist(playlist)
retval = fn(*v, **k)
while cursor.next():
versions * tracker-1.10.0-1.fc25.x86_64 * gnome-music-3.22.0-1.fc25.x86_64 I attach a full debug log file
Well, it shouldn't crash of course. As it happens there's work being done on a patch to at least handle the error in this code more graceful. Are you sure tracker also indexes /share/Musique, otherwise music wouldn't be able to find anything there.
Also, could you try the patch in #772649 comment 5 maybe, I wonder if that works for you.
(In reply to Marinus Schraal from comment #1) > Are you sure tracker also indexes /share/Musique, otherwise music wouldn't > be able to find anything there. at least few minutes later, when troubleshooting, the music was indexed as I was able to find it using tracker-needle.
(In reply to Marinus Schraal from comment #2) > Also, could you try the patch in #772649 comment 5 maybe, I wonder if that > works for you. It seems the bug number is wrong as actually this is the current one :)
(In reply to Baptiste Mille-Mathias from comment #4) > It seems the bug number is wrong as actually this is the current one :) Right, it was #765476 , my bad.
(In reply to Marinus Schraal from comment #5) > (In reply to Baptiste Mille-Mathias from comment #4) > > It seems the bug number is wrong as actually this is the current one :) > > Right, it was #765476 , my bad. I confirm patching with this fix make music works again. thanks *** This bug has been marked as a duplicate of bug 765476 ***