You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uncaught RangeError: OffsetisoutsidetheboundsoftheDataViewatDataView.getUint8(<anonymous>)
at Decoder.readU8 (/home/kuba/tmp_/node_modules/@msgpack/msgpack/dist/Decoder.js:532:33)
at Decoder.readHeadByte (/home/kuba/tmp_/node_modules/@msgpack/msgpack/dist/Decoder.js:425:34)
at Decoder.doDecodeSync (/home/kuba/tmp_/node_modules/@msgpack/msgpack/dist/Decoder.js:169:35)
at Decoder.decode (/home/kuba/tmp_/node_modules/@msgpack/msgpack/dist/Decoder.js:89:29)
at decode (/home/kuba/tmp_/node_modules/@msgpack/msgpack/dist/decode.js:14:20)
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
decode()
throws RangeError on empty Uint8Arraysteps to reproduce
expected result
hmm hard to tell, maybe
null
orundefined
.returns
null
actual result
The text was updated successfully, but these errors were encountered: