https://bugs.gpodder.org/show_bug.cgi?id=1574
--- Comment #2 from Paul Rudkin <[email protected]> 2012-03-05 01:33:49 GMT --- I also tried to rename the podcast in Comment #1 to see if that would work around the issue and this is the output I got: gpo> rename http://feeds.feedburner.com/UbuntuUkPodcastMp3-high?format=xml "Ubuntu UK Podcast" 1330911189.834680 [gpodder.log] ERROR: Uncaught exception: Traceback (most recent call last): File "/home/paul/apps/gpodder/bin/gpo", line 775, in <module> cli._shell() File "/home/paul/apps/gpodder/bin/gpo", line 665, in _shell self._parse(args) File "/home/paul/apps/gpodder/bin/gpo", line 751, in _parse return self._checkargs(func, command_line) File "/home/paul/apps/gpodder/bin/gpo", line 693, in _checkargs return func(*command_line) File "/home/paul/apps/gpodder/bin/gpo", line 339, in rename podcast.rename(title) File "/home/paul/apps/gpodder/src/gpodder/api.py", line 73, in rename self._podcast.rename(title) File "/home/paul/apps/gpodder/src/gpodder/model.py", line 1247, in rename if os.path.exists(old_folder): File "/usr/lib/python2.6/genericpath.py", line 18, in exists st = os.stat(path) UnicodeEncodeError: 'ascii' codec can't encode character u'\xbb' in position 44: ordinal not in range(128) Traceback (most recent call last): File "/home/paul/apps/gpodder/bin/gpo", line 775, in <module> cli._shell() File "/home/paul/apps/gpodder/bin/gpo", line 665, in _shell self._parse(args) File "/home/paul/apps/gpodder/bin/gpo", line 751, in _parse return self._checkargs(func, command_line) File "/home/paul/apps/gpodder/bin/gpo", line 693, in _checkargs return func(*command_line) File "/home/paul/apps/gpodder/bin/gpo", line 339, in rename podcast.rename(title) File "/home/paul/apps/gpodder/src/gpodder/api.py", line 73, in rename self._podcast.rename(title) File "/home/paul/apps/gpodder/src/gpodder/model.py", line 1247, in rename if os.path.exists(old_folder): File "/usr/lib/python2.6/genericpath.py", line 18, in exists st = os.stat(path) UnicodeEncodeError: 'ascii' codec can't encode character u'\xbb' in position 44: ordinal not in range(128) -- Configure bugmail: https://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
