leosongwei / mutagen

Automatically exported from code.google.com/p/mutagen
GNU General Public License v2.0
0 stars 0 forks source link

FLAC NoHeader error - "End of metadata did not start audio" #121

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have a couple of hi-res FLAC files that seem to work just fine in all the 
players, but using mutagen I get:

File "/usr/local/lib/python2.7/dist-packages/mutagen/flac.py", line 587, in load
    raise FLACNoHeaderError("End of metadata did not start audio")

Original issue reported on code.google.com by julf.helsingius on 29 Aug 2012 at 10:03

Attachments:

GoogleCodeExporter commented 9 years ago
The fix should be in 1.20

Original comment by reiter.christoph@gmail.com on 29 Aug 2012 at 12:11

GoogleCodeExporter commented 9 years ago
I am using 1.20, and I still get the error

Original comment by julf.helsingius on 29 Aug 2012 at 12:32

GoogleCodeExporter commented 9 years ago
OK, seems to be a similar problem fixed only in trunk, see issue 52.

Original comment by reiter.christoph@gmail.com on 29 Aug 2012 at 3:58