http://bugs.gpodder.org/show_bug.cgi?id=353
--- Comment #15 from Sebastian Krause <[email protected]> 2009-02-26 22:47:57 --- (In reply to comment #8) > Created an attachment (id=252) --> (http://bugs.gpodder.org/attachment.cgi?id=252) [details] > convert local_filename to a python string and print repr() of it > > Please try to apply the patch and post what it prints out. This patch does indeed fix the error, at least mine in comment #2. And now I also know why: (iPodDevice) local_filename: u'/home/skrause/music/.gpodder/dradio-Verbrauchertipp/dlf_20090223_0625_4c4cf23b.mp3' The method 'itdb_cp_track_to_ipod' doesn't seem to be able to deal with Unicode and strings in simply converting it to a Python string seems to solve the problem. I don't know if that's also the reason for Wilfred's error (his traceback is different), but applying the string conversion to the git repository might already help a lot of people. -- 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
