http://bugs.gpodder.org/show_bug.cgi?id=304
todd <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from todd <[email protected]> 2009-01-20 01:41:57 --- I recently changed many of my podcasts from mp3 to ogg. I get the same error. t...@delta:~$ gpodder -u Updating podcast feeds...Traceback (most recent call last): File "/usr/bin/gpodder", line 171, in <module> sys.exit( main()) File "/usr/bin/gpodder", line 134, in main console.update() File "/usr/lib/python2.5/site-packages/gpodder/console.py", line 91, in update result = update_channels(callback_error=callback_error) File "/usr/lib/python2.5/site-packages/gpodder/libpodcasts.py", line 808, in update_channels channel.update() File "/usr/lib/python2.5/site-packages/gpodder/libpodcasts.py", line 175, in update db.save_channel(self, bulk=True) File "/usr/lib/python2.5/site-packages/gpodder/dbsqlite.py", line 321, in save_channel cur.execute("UPDATE channels SET url = ?, title = ?, override_title = ?, link = ?, description = ?, image = ?, pubDate = ?, sync_to_devices = ?, device_playlist_name = ?, username = ?, password = ?, last_modified = ?, etag = ?, channel_is_locked = ?, deleted = 0 WHERE id = ?", (c.url, c.title, c.override_title, c.link, c.description, c.image, self.__mktime__(c.pubDate), c.sync_to_devices, c.device_playlist_name, c.username, c.password, c.last_modified, c.etag, c.channel_is_locked, c.id, )) sqlite3.IntegrityError: column url is not unique -- 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
