Hello, Tomaž! On Sun, 2008-05-25 at 21:45 +0200, Tomaž Šolc wrote: > If I run gpodder in the console, I get the following backtrace: > > Exception in thread Thread-6: > Traceback (most recent call last): > File "/usr/lib/python2.5/threading.py", line 486, in __bootstrap_inner > self.run() > File "/var/lib/python-support/python2.5/gpodder/download.py", line 169, in > run > services.download_status_manager.update_status( self.download_id, episode > = self.episode.title, url = self.episode.url, speed = self.speed, progress = > self.progress) > File "/var/lib/python-support/python2.5/gpodder/services.py", line 209, in > update_status > self.notify_progress() > File "/var/lib/python-support/python2.5/gpodder/services.py", line 98, in > notify_progress > now = ( self.count(), self.average_progress() ) > File "/var/lib/python-support/python2.5/gpodder/services.py", line 191, in > average_progress > return float(done + self.downloads_done_bytes) / float(total + > self.downloads_done_bytes) * 100 > ZeroDivisionError: float division
Thanks for your bug report. This bug has been fixed in SVN trunk already and will be part of gPodder 0.11.3, which is due to be released this upcoming week. Thomas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

