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
It tried to read 12 bytes (here: the contents of a string) starting from offset 2892, but there aren't enough bytes left to read. In such a case, the buffer usually has become truncated somewhere on its way.
RangeError: Illegal offset: 0 <= 2892 (+12) <= 2892
at RangeError (native)
at module.exports.ByteBufferPrototype.readUTF8String (d:\interfaceSystem\interfacesystem\node_modules\protobufjs\node_modules\bytebuffer\dist\bytebuffer-node.js:2022:27)
at module.exports.ByteBufferPrototype.readVString
(d:\interfaceSystem\interfacesystem\node_modules\protobufjs\node_modules\bytebuffer\dist\bytebuffer-node.js:2114:24)
why it throws this error?
The text was updated successfully, but these errors were encountered: