http://bugs.gpodder.org/show_bug.cgi?id=338
--- Comment #8 from Thomas Perl <[email protected]> 2009-02-18 20:52:19 --- (In reply to comment #7) > [...] not into /usr but into /usr/local. I just tried with make test, too, > without any difference. I did notice though that the error is different now so > it looks as if the first bug is actually fixed but now there's another one. > Sorry, I guess I missed this difference yesterday because the first part of > the stack trace is the same. > > Exception in thread Thread-34: > 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/cmertes/src/gpodder/src/gpodder/gui.py", line 2313, in > sync_to_ipod_thread > device.add_tracks(episodes, force_played=True) > File "/home/cmertes/src/gpodder/src/gpodder/sync.py", line 197, in > add_tracks > added = self.add_track(track) > File "/home/cmertes/src/gpodder/src/gpodder/sync.py", line 384, in add_track > (fn, extension) = os.path.splitext(local_filename) > File "/usr/lib/python2.5/posixpath.py", line 92, in splitext > i = p.rfind('.') > AttributeError: 'NoneType' object has no attribute 'rfind' This should be fixed by another "git pull" and with the commit ID 5e21ccc25. Can you test if this works now? Thanks :) -- 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
