id3 icon indicating copy to clipboard operation
id3 copied to clipboard

Range Error

Open frankdai opened this issue 9 years ago • 2 comments

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)

frankdai avatar Apr 28 '15 13:04 frankdai

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

gedaiu avatar Mar 28 '16 10:03 gedaiu

Also experience this issue

jmcgavin avatar Nov 03 '19 05:11 jmcgavin