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

           Summary: Does not show podcast contents
           Product: gPodder
           Version: 0.13.1
          Platform: PC
               URL: http://podcast.wdr.de/quarks.xml
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: blocker
          Priority: medium
         Component: Application
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Podcast: http://podcast.wdr.de/quarks.xml

gPodder does not show the contents of the podcast.

Error message on the console:

Traceback (most recent call last):
  File "/var/lib/python-support/python2.5/gpodder/gui.py", line 2216, in
on_treeChannels_cursor_changed
    self.updateTreeView()
  File "/var/lib/python-support/python2.5/gpodder/gui.py", line 1244, in
updateTreeView
    self.treeAvailable.set_model(self.active_channel.tree_model)
  File "/var/lib/python-support/python2.5/gpodder/libpodcasts.py", line 333, in
tree_model
    return self.items_liststore()
  File "/var/lib/python-support/python2.5/gpodder/libpodcasts.py", line 392, in
items_liststore
    for item in self.get_all_episodes():
  File "/var/lib/python-support/python2.5/gpodder/libpodcasts.py", line 318, in
get_all_episodes
    return db.load_episodes(self, factory = lambda d:
podcastItem.create_from_dict(d, self), limit=gl.config.max_episodes_per_feed)
  File "/var/lib/python-support/python2.5/gpodder/dbsqlite.py", line 321, in
load_episodes
    """, params = (channel.id, self.STATE_DOWNLOADED, channel.id, limit, ))
  File "/var/lib/python-support/python2.5/gpodder/dbsqlite.py", line 286, in
__read_episodes
    for row in cur.fetchall():
sqlite3.OperationalError: Could not decode to UTF-8 column 'title' with text
'Quarks & Co: 09.10.2007,�'


-- 
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