https://bugs.gpodder.org/show_bug.cgi?id=1570
Paul Rudkin <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CONFIRMED Resolution|FIXED | --- Comment #2 from Paul Rudkin <[email protected]> 2012-02-23 07:58:05 GMT --- I have re-opened this. As all was well after merging your changes but during the day I started getting this. As the issue is essentially the same I didn't want to open a new bug, but can if you prefer. $ gpo update Traceback (most recent call last): File "/home/paul/apps/gpodder/bin/gpo", line 746, in <module> cli._parse_single(args) File "/home/paul/apps/gpodder/bin/gpo", line 705, in _parse_single result = self._parse(command_line) File "/home/paul/apps/gpodder/bin/gpo", line 724, in _parse return self._checkargs(func, command_line) File "/home/paul/apps/gpodder/bin/gpo", line 666, in _checkargs return func(*command_line) File "/home/paul/apps/gpodder/bin/gpo", line 417, in update for podcast in self.client.get_podcasts(): File "/home/paul/apps/gpodder/src/gpodder/api.py", line 201, in get_podcasts return [Podcast(p, self) for p in self._model.get_podcasts()] File "/home/paul/apps/gpodder/src/gpodder/model.py", line 1353, in get_podcasts podcast.check_download_folder() File "/home/paul/apps/gpodder/src/gpodder/model.py", line 817, in check_download_folder glob.glob(os.path.join(self.save_dir, '*')) \ File "/home/paul/apps/gpodder/src/gpodder/model.py", line 1308, in get_save_dir if not util.make_directory(save_dir): File "/home/paul/apps/gpodder/src/gpodder/util.py", line 147, in make_directory if os.path.isdir( path): File "/usr/lib/python2.6/genericpath.py", line 41, in isdir st = os.stat(s) UnicodeEncodeError: 'ascii' codec can't encode character u'\u2014' in position 48: 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
