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


Sebastian Krause <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]




--- Comment #2 from Sebastian Krause <[email protected]>  2009-02-19 
23:57:29 ---
I can confirm this bug, it also happens with syncing to an iPod. Here is my
traceback:

Exception in thread Thread-3:
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 "/home/skrause/sources/gpodder/src/gpodder/gui.py", line 2307, in
sync_to_ipod_thread
    device.add_tracks(episodes)
  File "/home/skrause/sources/gpodder/src/gpodder/sync.py", line 197, in
add_tracks
    added = self.add_track(track)
  File "/home/skrause/sources/gpodder/src/gpodder/sync.py", line 434, in
add_track
    gpod.itdb_cp_track_to_ipod( track, local_filename, None)
  File "/usr/lib/python2.5/site-packages/gpod/gpod.py", line 1761, in
itdb_cp_track_to_ipod
    return _gpod.itdb_cp_track_to_ipod(*args)
TypeError: in method 'itdb_cp_track_to_ipod', argument 2 of type 'gchar const
*'

I think this bug is critical because it makes gPodder basically useless,
especially since the renaming of the directories prevents a fallback to the
last stable version.

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