ankurpiyush26 / pubsubhubbub

Automatically exported from code.google.com/p/pubsubhubbub
Other
1 stars 0 forks source link

Malformatted Atom feeds should be ignored #69

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Could not get entries for content of 69290 bytes in format "atom":
Traceback (most recent call last):
  File
"/base/data/home/apps/pubsubhubbub/reconfirm.336403544616242897/main.py",
line 1961, in parse_feed
    feed_record.topic, format, content)
  File
"/base/data/home/apps/pubsubhubbub/reconfirm.336403544616242897/main.py",
line 1861, in find_feed_updates
    header_footer, entries_map = filter_feed(feed_content, format)
  File
"/base/data/home/apps/pubsubhubbub/reconfirm.336403544616242897/feed_diff.py",
line 224, in filter
    raise Error('<entry> element missing <id>: %s' % content)
Error: <unprintable Error object>

This feed should be dropped on the floor.

Original issue reported on code.google.com by bslatkin on 17 Sep 2009 at 3:24

GoogleCodeExporter commented 9 years ago

Original comment by bslatkin on 21 Sep 2009 at 8:08

GoogleCodeExporter commented 9 years ago
This was fixed a while ago, when we started treating total parse errors as 
complete failures.

Original comment by bslatkin on 3 Jun 2010 at 10:39