GNOME Bugzilla – Bug 780980
gnome-music crashes on startup
Last modified: 2018-01-10 15:04:13 UTC
Created attachment 349388 [details] Traceback Music crashes here (Fedora 26) on startup when loading the album art. The bug seems to have been introduced in 3.23.92 with this commit: https://git.gnome.org/browse/gnome-music/commit/?id=38320cd8176a508c7f3ccf57b18c45fbba7b66b8 I think checking "tags" for "None" here in addition to the "error" check should fix the issue: https://git.gnome.org/browse/gnome-music/tree/gnomemusic/albumartcache.py#n323 I've not tried this yet though and I'm not sure if this bug might not just be the result of a bug somewhere else in the stack.
This is a known issue and is some weird problem with the gstreamer interaction with some files/setups: tags is not supposed to be None. For we probably should add the workaround you suggest, it was tested and is known to work.
Created attachment 349630 [details] [review] albumartcache: Check if tags is None Workaround for the issue where get_tags returns None. According to the API this shouldn't happen, but reports indicate otherwise resulting in crashes.
Comment on attachment 349630 [details] [review] albumartcache: Check if tags is None Pushed this as workaround for now, please test and confirm it at least avoids the crashing. We still need to figure out what is going on here, so keeping the bug open. Attachment 349630 [details] pushed as 4bd1aaf - albumartcache: Check if tags is None
*** Bug 781209 has been marked as a duplicate of this bug. ***
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/gnome-music/issues/105.