Can't fix RC1 - RSS Feeder

Eruadan

Member
Here is the link to the feed: http://ovron.com/tera/devtracker/out/devtracker.last10.rss

It works in my browser... However on my site, it has stopped updating, which prompt me to go inspect and I got to this...

9083a2306a0756251aa3207e56ea8350.png


So yeah, I am not sure what is causing the error...

Any ideas???
 
Code:
<?xml version="1.0" encoding="utf-8" ?>
Looks like the feed is lying about its encoding.
The correct encoding is: ISO-8859-1.
 
Shadab is correct. The internal error is "DOMDocument cannot parse XML: Input is not proper UTF-8". It's not something we can workaround unfortunately. It's a shame that browsers show it, as that doesn't hint that the feed isn't actually valid.
 
Shadab is correct. The internal error is "DOMDocument cannot parse XML: Input is not proper UTF-8". It's not something we can workaround unfortunately. It's a shame that browsers show it, as that doesn't hint that the feed isn't actually valid.
But can you at least make the actual error message to be displayed? I think that would be good to know it why the error occured.
 
The error message is now displayed.
 

Attachments

  • Screen shot 2011-01-25 at 09.16.14.webp
    Screen shot 2011-01-25 at 09.16.14.webp
    17.5 KB · Views: 10
Top Bottom