https://bugs.gpodder.org/show_bug.cgi?id=1554

--- Comment #7 from Markus Golser <[email protected]> 2012-02-29 08:00:29 
GMT ---
/usr/lib/python2.7/site-packages/gpodder/model.py:1240: 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:1244: UnicodeWarning: Unicod 
                                                                               
   unequal comparison failed to convert both arguments to Unicode -
interpreting                                                                   
                  em 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 
                                                                               
   nequal comparison failed to convert both arguments to Unicode - interpreting
t                                                                              
      m as being unequal
  if old_value is not None and value != old_value:
Traceback (most recent call last):
  File "/usr/bin/gpo", line 752, in <module>
    cli._parse_single(args)
  File "/usr/bin/gpo", line 711, in _parse_single
    result = self._parse(command_line)
  File "/usr/bin/gpo", line 730, in _parse
    return self._checkargs(func, command_line)
  File "/usr/bin/gpo", line 672, in _checkargs
    return func(*command_line)
  File "/usr/bin/gpo", line 322, in rename
    'new_title': util.sanitize_encoding(title),
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 16: ordin 
                                                                               
    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

Reply via email to