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

           Summary: Can't write gtkpod extended database
           Product: gPodder
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: feature request
          Priority: low
         Component: Application
        AssignedTo: [email protected]
        ReportedBy: [email protected]


When syncing podcasts to an iPod, writing the gtkpod extended database fails.
Even though in the GUI no hint for any error os shown, on the console I get the
following traceback:

[   4.483] (iPodDevice) Error when writing iTunesDB.ext
Traceback (most recent call last):
  File "/home/skrause/sources/gpodder/src/gpodder/sync.py", line 316, in close
    db = gpod.ipod.Database(self.mountpoint)
  File "/usr/lib/python2.5/site-packages/gpod/ipod.py", line 85, in __init__
    self._load_gtkpod_extended_info()
  File "/usr/lib/python2.5/site-packages/gpod/ipod.py", line 101, in
_load_gtkpod_extended_info
    gtkpod.parse(itdbext_file, self, self._itdb_file)
  File "/usr/lib/python2.5/site-packages/gpod/gtkpod.py", line 116, in parse
    tracks_by_sha[sha1_hash(track.ipod_filename())] = track
  File "/usr/lib/python2.5/site-packages/gpod/gtkpod.py", line 33, in sha1_hash
    size = os.path.getsize(filename)
  File "/usr/lib/python2.5/posixpath.py", line 139, in getsize
    return os.stat(filename).st_size
TypeError: coercing to Unicode: need string or buffer, NoneType found

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