erikas-taroza / audiotags

Read and write audio metadata in Flutter. Supports multiple formats.
https://pub.dev/packages/audiotags
MIT License
9 stars 4 forks source link

[Bug] Abnormally large amount of data was provided #13

Closed dannyglover closed 1 month ago

dannyglover commented 1 month ago

When attempting to read the tag information contained in the attached file, this error is thrown:

_$AudioTagsError_OpenFileImpl (AudioTagsError.openFile(message: An abnormally large amount of data was provided, and an overflow occurred))

File too large to attach directly, so here it is on Dropbox

Edit: I'll be gathering more debug info and such, as well as looking into a fix. Just opening this issue for tracking purposes.