http://bugs.gpodder.org/show_bug.cgi?id=202

           Summary: UnicodeDecodeError
           Product: gPodder
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Application
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
   Estimated Hours: 0.0


gpodder 0.12.1
Get an exception when trying to sync to a filesystem based player the following
podcast: http://feeds.feedburner.com/chinois

Most songs have the problem, try with this one:
http://feedproxy.google.com/~r/chinois/~5/vSczDnovPG4/our-dream.mp3

Exception in thread Thread-24:
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 "/usr/lib/python2.5/site-packages/gpodder/gui.py", line 1727, in
sync_to_ipod_thread
    device.add_tracks(episodes, force_played=True)
  File "/usr/lib/python2.5/site-packages/gpodder/sync.py", line 173, in
add_tracks
    added = self.add_track(track)
  File "/usr/lib/python2.5/site-packages/gpodder/sync.py", line 495, in
add_track
    to_file = filename_base + os.path.splitext(from_file)[1].lower()
UnicodeDecodeError: 'utf8' codec can't decode bytes in position 43-45: invalid
data


-- 
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

Reply via email to