Guest User

Untitled

a guest
Jun 18th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. File "./sorter.py", line 136, in <module>
  2. main()
  3. File "./sorter.py", line 121, in main
  4. sort(path)
  5. File "./sorter.py", line 88, in sort
  6. musicFile.stripTags()
  7. File "/mnt/mammoth/home/jeremye/media_utils/opt/mp3.py", line 9, in stripTags
  8. tags.link(self.path)
  9. File "/var/lib/python-support/python2.5/eyeD3/tag.py", line 474, in link
  10. padding = self.__loadV2Tag(f);
  11. File "/var/lib/python-support/python2.5/eyeD3/tag.py", line 1355, in __loadV2Tag
  12. padding = self.frames.parse(fp, self.header, self.extendedHeader);
  13. File "/var/lib/python-support/python2.5/eyeD3/frames.py", line 1809, in parse
  14. self.addFrame(createFrame(frameHeader, data, tagHeader))
  15. File "/var/lib/python-support/python2.5/eyeD3/frames.py", line 2207, in createFrame
  16. f = ObjectFrame(frameHeader, data=data, unsync_default=tagHeader.unsync)
  17. File "/var/lib/python-support/python2.5/eyeD3/frames.py", line 1505, in __init__
  18. self._set(data, frameHeader);
  19. File "/var/lib/python-support/python2.5/eyeD3/frames.py", line 1576, in _set
  20. ch = input.read(1);
  21. File "/usr/lib/python2.5/StringIO.py", line 135, in read
  22. r = self.buf[self.pos:newpos]
Add Comment
Please, Sign In to add comment