Public bug reported:

Binary package hint: python-eyed3

python-eyed3 is unsable because eyeD3.Mp3AudioFile() throws an
exception.

Example program:

>>> import eyeD3
>>> f = eyeD3.Mp3AudioFile('aclys.mp3')

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/var/lib/python-support/python2.5/eyeD3/tag.py", line 1598, in __init__
    hasTag = self.tag.link(f, tagVersion);
  File "/var/lib/python-support/python2.5/eyeD3/tag.py", line 471, in link
    padding = self.__loadV2Tag(f);
  File "/var/lib/python-support/python2.5/eyeD3/tag.py", line 1323, in 
__loadV2Tag
    padding = self.frames.parse(fp, self.header, self.extendedHeader);
  File "/var/lib/python-support/python2.5/eyeD3/frames.py", line 1779, in parse
    self.addFrame(createFrame(frameHeader, data));
  File "/var/lib/python-support/python2.5/eyeD3/frames.py", line 2105, in 
createFrame
    f = UserTextFrame(frameHeader, data = data);
  File "/var/lib/python-support/python2.5/eyeD3/frames.py", line 884, in 
__init__
    TextFrame.__init__(self, frameHeader, data = data);
  File "/var/lib/python-support/python2.5/eyeD3/frames.py", line 697, in 
__init__
    self._set(data, frameHeader);
  File "/var/lib/python-support/python2.5/eyeD3/frames.py", line 905, in _set
    (d, t) = splitUnicode(data[1:], self.encoding);
ValueError: need more than 1 value to unpack


$ lsb_release -rd
Description:    Ubuntu 8.04
Release:        8.04

$ apt-cache policy python-eyed3 
python-eyed3:
  Instalados: 0.6.14-1
  Candidato: 0.6.14-1
  Tabla de versión:
 *** 0.6.14-1 0
        500 http://ftp.dat.etsit.upm.es hardy/main Packages
        100 /var/lib/dpkg/status

** Affects: eyed3 (Ubuntu)
     Importance: Undecided
         Status: New

-- 
python-eyed3 unusable. eyeD3.Mp3AudioFile() excepts
https://bugs.launchpad.net/bugs/223562
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to