Comment 8 for bug 512958

Revision history for this message
Christophe Dumez (hydr0g3n) wrote : Re: RSS feeds not refreshing

Ok. We are getting somewhere.

I checked the code and the problem seems to be that QtXml is not able to parse the RSS document (which is XML). I'm attaching a patch which will:
- Print more debug information in the terminal (line and column or the parsing error as well as the error message)
- Do not delete the downloaded RSS stream from /tmp so that we can have a look at it.

Could you please apply it? (using something like "patch -i rss_debug.patch")
Then get the debug output and the tmp file.