https://bugs.gpodder.org/show_bug.cgi?id=1554
--- Comment #3 from Markus Golser <[email protected]> 2012-02-21 09:23:48 GMT --- gpo rename http://netzpolitik.org/category/netzpolitiktv/feed/ 'netzpolitik.org » netzpolitikTV' /usr/lib/python2.7/site-packages/gpodder/model.py:1222: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal if self.title == new_title: /usr/lib/python2.7/site-packages/gpodder/model.py:1226: UnicodeWarning: Unicode unequal comparison failed to convert both arguments to Unicode - interpreting them as being unequal if new_folder_name and new_folder_name != self.download_folder: /usr/lib/python2.7/site-packages/gpodder/model.py:135: UnicodeWarning: Unicode unequal comparison failed to convert both arguments to Unicode - interpreting them as being unequal if old_value is not None and value != old_value: Traceback (most recent call last): File "/usr/bin/gpo", line 742, in <module> cli._parse_single(args) File "/usr/bin/gpo", line 701, in _parse_single result = self._parse(command_line) File "/usr/bin/gpo", line 720, in _parse return self._checkargs(func, command_line) File "/usr/bin/gpo", line 662, in _checkargs return func(*command_line) File "/usr/bin/gpo", line 325, in rename self._info(_('Renamed %s to %s.') % (old_title, title)) UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 16: 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
