https://bugs.kde.org/show_bug.cgi?id=465454
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Panel |Task Manager and Icons-Only | |Task Manager --- Comment #4 from Nate Graham <n...@kde.org> --- So this error is happening because on line 92, the code expects for the "albumArtists variable to be a string list, but it's a string instead. It gets set on line 45: readonly property var albumArtists: currentMetadata["xesam:albumArtist"] || [] // stringlist So it seems that in this case, the value of xesam:albumArtist is non-null but passed in the form of a string rather than a stringlist. Surprising that it could cause Plasma to crash. I wonder if this error is a red herring. -- You are receiving this mail because: You are watching all bug changes.