https://bugs.kde.org/show_bug.cgi?id=517775
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|REPORTED |CONFIRMED --- Comment #2 from [email protected] --- Curious, I can't reproduce the issue starting from the feed alone, but I can reproduce if I use your database. Probably because the feed doesn't contain that episode anymore. I think that it's related to the html img tags not having a full url inside the content item. Therefore qt is trying to find those through the internal resource system rather than downloading them from the internet. (See: QML Label: Cannot read resource: :/qt/qml/org/kde/kasts/qml/Desktop/hpr4584_image_1_tn.png) If this hypothesis is correct, then it's indeed unrelated to the other issue. I guess that I could add a regexp to make sure that a base url is prefixed to the image if that only contains a filename? Maybe the base path is just the server part of the feed rss url? Let's see... -- You are receiving this mail because: You are watching all bug changes.
