Advertisement
Guest User

GrooveWalrus error

a guest
Dec 8th, 2010
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "./gw.py", line 1741, in OnPlayListPlayClick
  3. self.PlaySong(val, True)
  4. File "./gw.py", line 1868, in PlaySong
  5. sts = local_songs.GetMp3Length(cs.song_id)
  6. File "/home/huon/GrooveWalrusSource/gw/main_utils/local_songs.py", line 606, in GetMp3Length
  7. c = mp3tag.Mp3AudioFile(file_name)
  8. File "/home/huon/GrooveWalrusSource/gw/main_thirdp/eyeD3/tag.py", line 1613, in __init__
  9. hasTag = self.tag.link(f, tagVersion);
  10. File "/home/huon/GrooveWalrusSource/gw/main_thirdp/eyeD3/tag.py", line 490, in link
  11. padding = self.__loadV2Tag(f);
  12. File "/home/huon/GrooveWalrusSource/gw/main_thirdp/eyeD3/tag.py", line 1342, in __loadV2Tag
  13. padding = self.frames.parse(fp, self.header, self.extendedHeader);
  14. File "/home/huon/GrooveWalrusSource/gw/main_thirdp/eyeD3/frames.py", line 1781, in parse
  15. self.addFrame(createFrame(frameHeader, data));
  16. File "/home/huon/GrooveWalrusSource/gw/main_thirdp/eyeD3/frames.py", line 2115, in createFrame
  17. f = TextFrame(frameHeader, data = data);
  18. File "/home/huon/GrooveWalrusSource/gw/main_thirdp/eyeD3/frames.py", line 697, in __init__
  19. self._set(data, frameHeader);
  20. File "/home/huon/GrooveWalrusSource/gw/main_thirdp/eyeD3/frames.py", line 715, in _set
  21. self.text = unicode(data[1:], id3EncodingToString(self.encoding));
  22. File "/usr/lib/python2.6/encodings/utf_16.py", line 16, in decode
  23. return codecs.utf_16_decode(input, errors, True)
  24. UnicodeDecodeError: 'utf16' codec can't decode byte 0x54 in position 18: truncated data
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement