-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dv.getUint8(i) Index out of range #9
Comments
Wrapping
with
I was able to get
When I inspected the id3v2 tags, I found the COMM tags
So there is some issue with the iTunNORM comment. Also, the tags seemed to be parsed fine with the try catch in place. |
Could you possibly find it in a hex editor starting with and including "COMM" (43 4F 4D 4D) and paste the block here (until the next tag name)? This looks like it'd happen if the comment in question has no |
I'm having this problem too. Is there no fix? |
node_modules/id3js/dist/id3.js:696
I can repeat this with one mp3 I have. I'm currently trying to figure out what in the mp3 is failing.
The text was updated successfully, but these errors were encountered: