Newsblur doesn't like smlr.us

Hi. Newsblur doesn’t seem to parse any of the feeds from http://smlr.us/ (RSS MP3 feed, RSS OGG feed). Firefox parses the feeds just fine. Thx.

1 Like

[Oct 19 21:08:51] X —> [[Untitled] ] Fetching feed (5601), last update: 0:00:00.252630
[Oct 19 21:09:11] —> [[Untitled] ] Feed fetch timed out…
[Oct 19 21:09:11] —> [[Untitled] (5601) ] Counting errors in history…
[Oct 19 21:09:11] —> [[Untitled] (5601) ] Scheduling feed fetch geometrically: 1 errors. Time: 2875 min
[Oct 19 21:09:11] —> [[Untitled] ] Skipping page fetch: (exception on 0 stories)
[Oct 19 21:09:11] X —> [[Untitled] ] Processed in 20.2s (5601) [exception]
[Oct 19 21:09:11] —> [[Untitled] (5601) ] Scheduling feed fetch geometrically: 1 errors. Time: 2875 min

In other words, it takes too long to parse, so NewsBlur has to give up on it. The limit is 20 seconds, and it looks like it takes 25 seconds:

>>> from utils import feedparser
>>> fp= feedparser.parse(‘http://smlr.us/?feed=podcast’)