https://bugs.kde.org/show_bug.cgi?id=393274
Albert Vaca <albertv...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |CONFIRMED Ever confirmed|0 |1 --- Comment #2 from Albert Vaca <albertv...@gmail.com> --- Checking the crash reports on the Play Store, I found a ClassCastException on the following cast in AlbumArtCache.java: connection = (HttpURLConnection) currentUrl.openConnection(); This crash is actually quite common, with 300 crashes in the past 7 days. I'm not sure what's the cause though. The only other subclass of URLConnection that can come from openConnection() is JarUrlConnection: https://developer.android.com/reference/java/net/URLConnection But I don't think we can get a JarUrlConnection there. I was trying to reproduce the crash to see what kind of URLConnection we are getting there, but it doesn't seem to crash on me. What media player are you using? -- You are receiving this mail because: You are watching all bug changes.