http://bugs.gpodder.org/show_bug.cgi?id=347
--- Comment #21 from Andrew Bennett <[email protected]> 2009-03-03 05:28:22 --- > Please try to apple the enclosed patch and see if you can reproduce the bug. > This should strip the single-quote character. Did a git pull. Applied the patch to util.py, ran 'make test'. Here's the verbose output: abenn...@e6400:~/gpodder$ make test bin/gpodder --local --verbose [ 0.079] Detected encoding: UTF-8 [ 0.095] (gPodderLib) Creating gPodderLib() [ 0.136] (ConverterCollection) Could not find "oggdec", ".ogg" files cannot be converted. [ 0.137] (tagupdate) eyed3 not found -- tag update disabled [ 0.175] (gpodder.sync) Could not find pymtp. [ 0.175] (gpodder.sync) Could not find pymad [ 0.176] (gpodder.sync) Could not find eyeD3 [ 0.269] (GPodderStatusIcon) Creating tray icon [ 0.687] (podcastChannel) Returning TreeModel for http://feedproxy.google.com/money-guycom [ 0.700] (podcastItem) Recovering pre-0.15.0 file: /home/abennett/gpodder-downloads/Brian Preston's "Money Guy" Blog and Podcast (2)/ba4147211b30c305efeca19c48f3ae6f.mp3 [ 0.701] (Storage) save_episode() failed: column filename is not unique [ 0.727] (gPodder) auto_update_procedure() got called [ 0.930] (gPodder) Brian Preston's "Money Guy" Blog and Podcast <=> Brian Preston's "Money Guy" Blog and Podcast [ 3.532] start reader [ 3.667] (UserAppsReader) Player found: /usr/share/applications/rhythmbox.desktop [ 3.669] (UserAppsReader) Player found: /usr/share/applications/totem.desktop [ 3.774] end reader (benchmark: 0.2423 seconds) Very similar to my comment #13, although now the feed in question has a "(2)" in the database at the end of the foldername column, as well as on my disk. And I still have the older style gpodder directory for this feed with several podcasts. Any idea about what is causing the error message seen at .701? In poking around in sqlitebrower, I noticed in the episodes table: - two of the episodes for this feed have the new style filenames. The other podcasts have the old hexadecimal style filename. - two of the episodes are duplicated in the gpodder window. Possibly due to reposting. I have deleted one instance of each for the podcasts in question. - None of the episodes since the 11/14/2008 episode titled "little money = BIG DEALS!" show up in the episodes table. That episode is id=1. If the conversion routine kicks in, might it cause a primary key collision with the existing partial conversion? Thanks! -- 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
