(SFU Prod) update_feeds, object has no attribute title

Bug #626836 reported by Jim B. Glenn
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
KARL3
Invalid
Low
Unassigned

Bug Description

Reported via error monitor,
haven't done anything recently to feed setup.

ENTRY
Mon Aug 30 04:38:55 2010
Error in daemon process
Traceback (most recent call last):
  File "/opt/karl/sixfeetupkarl/3.2.1-0/src/karl/karl/scripting.py", line 74, in run_daemon
    func()
  File "/opt/karl/sixfeetupkarl/3.2.1-0/src/karl/karl/scripts/update_feeds.py", line 71, in run
    update_func(root, config, force=options.force)
  File "/opt/karl/sixfeetupkarl/3.2.1-0/src/karl/karl/utilities/feed.py", line 109, in update_feeds
    feed = create_content(IFeed, parser.feed.title)
  File "/opt/karl/sixfeetupkarl/3.2.1-0/eggs/feedparser-4.1-py2.5.egg/feedparser.py", line 236, in __getattr__
    raise AttributeError, "object has no attribute '%s'" % key
AttributeError: object has no attribute 'title'

Revision history for this message
Paul Everitt (paul-agendaless) wrote :

Not reported by OSI, so this goes in the "get done eventually" pile.

Changed in karl3:
assignee: nobody → Chris Rossi (chris-archimedeanco)
importance: Undecided → Low
milestone: none → m48
Revision history for this message
Paul Everitt (paul-agendaless) wrote :

I think we can triage this one to Tres.

Changed in karl3:
assignee: Chris Rossi (chris-archimedeanco) → Tres Seaver (tseaver)
Revision history for this message
Tres Seaver (tseaver) wrote :

I believe this was a configuration error in
/opt/karl/sixfeetup/current/etc/karl.ini, where one of the feed entries
was missing the config for 'title'. As of today, all sections have
titles, and the following runs without errors:

 [/opt/karl/sixfeetupkarl/current]
 $ sudo bin/update_feeds --dry-run
 Getting feed 'jbg' from http://blog.jbglenn.net/feeds/posts/default... 304 (unchanged)
 Getting feed 'chrism' from http://www.plope.com/news_rss... 200 (ok)
 Getting feed 'sixfeetuptwitter' from http://twitter.com/statuses/user_timeline/14861462.rss... 200 (ok)
 Getting feed 'sixfeetupnews' from http://www.sixfeetup.com/news/news/RSS... 500
 Warning for feed 'sixfeetupnews': <unknown>:7:10: mismatched tag
 No data for feed 'sixfeetupnews'. Skipping.
 Getting feed 'sixfeetupblog' from http://www.sixfeetup.com/blog/feed.atom... 200 (ok)
 Getting feed 'sixfeetupFacebook' from http://www.facebook.com/feeds/page.php?format=atom10&id=57018463200... 304 (unchanged)
 Getting feed 'plonenews' from http://feeds.plone.org/plonenews... 304 (unchanged)
 Getting feed 'paul' from http://pauleveritt.wordpress.com/feed/atom/... 304 (unchanged)

Changed in karl3:
status: New → In Progress
status: In Progress → Invalid
Revision history for this message
Paul Everitt (paul-agendaless) wrote :

Ditto, I agree with Tres's analysis.

Changed in karl3:
assignee: Tres Seaver (tseaver) → nobody
milestone: m48 → m999
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.