Subject: | Buffer Error |
I get the following error:
buffer_get_ret: trying to get more bytes 2 than in buffer 1 at
/usr/lib/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/Audio/Scan.pm line 22.
buffer_get_short: buffer error at /usr/lib/perl5/site_perl/5.8.8/x86_64-linux-thread-
multi/Audio/Scan.pm line 22.
When trying to get the tag information from one particular mp3 file:
my $s = Audio::Scan->scan_tags($_);
However, when reading the same mp3 file with MP3::Tag I can get the tag information. I've ran
through thousands of mp3 files perfectly except this one file. I will provide that mp3 file when
requested.