https://bugs.gpodder.org/show_bug.cgi?id=970
Allan McRae <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Allan McRae <[email protected]> 2010-04-07 05:30:58 BST --- I get the following error when trying to sync with 2.4: Traceback (most recent call last): File "/usr/lib/python2.6/threading.py", line 532, in __bootstrap_inner self.run() File "/usr/lib/python2.6/threading.py", line 484, in run self.__target(*self.__args, **self.__kwargs) File "/usr/lib/python2.6/site-packages/gpodder/gtkui/desktop/sync.py", line 188, in sync_thread_func device.add_tracks(episodes, force_played=True) File "/usr/lib/python2.6/site-packages/gpodder/sync.py", line 206, in add_tracks added = self.add_track(track) File "/usr/lib/python2.6/site-packages/gpodder/sync.py", line 427, in add_track track.tracklen = get_track_length(local_filename) File "/usr/lib/python2.6/site-packages/gpodder/sync.py", line 98, in get_track_length length = gstreamer.get_track_length(filename) File "/usr/lib/python2.6/site-packages/gpodder/gstreamer.py", line 62, in get_track_length return GstFile().run(filename) File "/usr/lib/python2.6/site-packages/gpodder/gstreamer.py", line 38, in run return self.result / gst.MSECOND TypeError: unsupported operand type(s) for /: 'NoneType' and 'int' -- 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
