Closed mgorny closed 4 years ago
No worries. The more the better. Please report all. Reading the new issue I think there currently is a "fallback" feed format if the parser cannot detect the format (e.g. rss, atom, json, etc.) so maybe I remove the "fallback" with a proper error (instead of letting the format parser crash).
Please, update the feedparser and the pluto gems. This reports / logs now an error in the latest version. Something like:
[error] *** error: unknown feed format (is XML or JSON?) for 'hexxeh' -
http://hexxeh.net/?cat=5&feed=rss2
starting with: <!DOCTYPE html> <html...
I'm sorry for reporting so many issues in one day but I suppose this might also be worth including in the upcoming release.
Here the issue is that the URL is outdated and redirects into non-feed that's not valid XML. While here it's our fault for not cleaning up old entries, I think normally this can happen when someone changes the blog without telling us to update the URL and I think it'd be better to handle it gracefully as well.