43081j / id3

A JavaScript ID3 tags parser for Node & browsers.
MIT License
335 stars 63 forks source link

Range Error #25

Open frankdai opened 9 years ago

frankdai commented 9 years ago
d:\Code\mp3\node_modules\id3js\dist\id3.js:928
                                                        frameBit = dv.getUint8(p
osition + i);
                                                                      ^
RangeError: Offset is outside the bounds of the DataView
    at DataView.getUint8 (native)
    at d:\Code\mp3\node_modules\id3js\dist\id3.js:928:22
    at d:\Code\mp3\node_modules\id3js\dist\id3.js:118:4
    at FSReqWrap.wrapper [as oncomplete] (fs.js:529:17)
gedaiu commented 8 years ago

I get the same error... there is a workaround for this?

jmcgavin commented 4 years ago

Also experience this issue