Package: eyed3
Version: 0.6.17-1
Severity: important

On certain files, and I'm not sure what the common link is, I get this error:
It appears the bitrate string causes problems... sometimes...

Uncaught exception: float division
Traceback (most recent call last):
  File "/usr/bin/eyeD3", line 1215, in <module>
    retval = main();
  File "/usr/bin/eyeD3", line 1192, in main
    retval = app.handleFile(f);
  File "/usr/bin/eyeD3", line 506, in handleFile
    self.printAudioInfo(self.audioFile);
  File "/usr/bin/eyeD3", line 925, in printAudioInfo
    "I" * audioInfo.header.layer, audioInfo.getBitRateString(),
  File "/usr/lib/pymodules/python2.5/eyeD3/tag.py", line 1693, in 
getBitRateString
    (vbr, bitRate) = self.getBitRate();
  File "/usr/lib/pymodules/python2.5/eyeD3/tag.py", line 1685, in getBitRate
    br = int((xHead.numBytes * 8) / (tpf * xHead.numFrames * 1000));
ZeroDivisionError: float division



-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.29-4.slh.4-sidux-686 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=ja_JP.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages eyed3 depends on:
ii  python                        2.5.4-2    An interactive high-level object-o
ii  python-eyed3                  0.6.17-1   Python module for id3-tags manipul

eyed3 recommends no packages.

eyed3 suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to