Your message dated Sat, 27 Jan 2018 20:32:39 +0100
with message-id <20180127193239.GA1549@gil>
and subject line 
has caused the Debian Bug report #540436,
regarding eyed3: divides by zero on some files
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
540436: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=540436
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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



--- End Message ---
--- Begin Message ---
Package: eyed3
Version: 0.8.4-1


Closing it since unreproducible in new version.

--- End Message ---

Reply via email to