http://bugs.gpodder.org/show_bug.cgi?id=220

           Summary: Errors parsing a feed
           Product: gPodder
           Version: 0.12.3
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Application
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
   Estimated Hours: 0.0


A user of fedora9 with python-feedparser 4.1-3.fc8 reported a problem:

Traceback (most recent call last):                                              
  File "/home/kvist/gpodder/src/gpodder/gui.py", line 1380, in
update_feed_cache_proc                                 
    channel.update()                                                            
  File "/home/kvist/gpodder/src/gpodder/libpodcasts.py", line 113, in update    
    (updated, c) = self.fc.fetch(self.url, self)                                
  File "/home/kvist/gpodder/src/gpodder/cache.py", line 119, in fetch           
    content_type = parsed_result.headers.get('content-type', '').lower()        
  File "/usr/lib/python2.5/site-packages/feedparser.py", line 236, in
__getattr__                                     
    raise AttributeError, "object has no attribute '%s'" % key                  
AttributeError: object has no attribute 'headers'  

It looks like feedparser returns something other than an object.  I couldn't
reproduce this behaviour on ubuntu 8.04 with the same feed.


-- 
Configure bugmail: http://bugs.gpodder.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
_______________________________________________
gPodder-Bugs mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/gpodder-bugs

Reply via email to