http://bugs.gpodder.org/show_bug.cgi?id=355
--- Comment #1 from Thomas Perl <[email protected]> 2009-02-18 12:55:44 --- (In reply to comment #0) > Exception in thread Thread-22: > Traceback (most recent call last): > File "/usr/lib/python2.5/threading.py", line 486, in __bootstrap_inner > self.run() > File "/usr/lib/python2.5/threading.py", line 446, in run > self.__target(*self.__args, **self.__kwargs) > File "/opt/gpodder/src/gpodder/gui.py", line 2307, in sync_to_ipod_thread > device.add_tracks(episodes) > File "/opt/gpodder/src/gpodder/sync.py", line 197, in add_tracks > added = self.add_track(track) > File "/opt/gpodder/src/gpodder/sync.py", line 537, in add_track > from_file = util.sanitize_encoding(self.convert_track(episode)) > File "/opt/gpodder/src/gpodder/util.py", line 969, in sanitize_encoding > return filename.encode(encoding, 'ignore') > AttributeError: 'NoneType' object has no attribute 'encode' Please retry, this should have been fixed with commit 5e21ccc25. -- 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
