-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
I keep getting these errors but I can't figure out what SSB call is triggering it. Might be from a plugin running in the background...
internal/buffer.js:83
throw new ERR_OUT_OF_RANGE(type || 'offset',
^
RangeError [ERR_OUT_OF_RANGE]: The value of "offset" is out of range. It must be >= 0 and <= 5. Received 22
at boundsError (internal/buffer.js:83:9)
at Buffer.readUInt32LE (internal/buffer.js:217:5)
at safeReadUint32 (/Users/nicolassantini/Workspace/perihelion/node_modules/jitdb/index.js:384:18)
at matchAgainstPrefix (/Users/nicolassantini/Workspace/perihelion/node_modules/jitdb/index.js:856:9)
at /Users/nicolassantini/Workspace/perihelion/node_modules/jitdb/index.js:984:11
at ensureIndexSync (/Users/nicolassantini/Workspace/perihelion/node_modules/jitdb/index.js:802:7)
at getBitsetForOperation (/Users/nicolassantini/Workspace/perihelion/node_modules/jitdb/index.js:983:9)
at getBitsetForOperation (/Users/nicolassantini/Workspace/perihelion/node_modules/jitdb/index.js:1012:7)
at getBitsetForOperation (/Users/nicolassantini/Workspace/perihelion/node_modules/jitdb/index.js:1012:7)
at /Users/nicolassantini/Workspace/perihelion/node_modules/jitdb/index.js:1013:9 {
code: 'ERR_OUT_OF_RANGE'
}
Metadata
Metadata
Assignees
Labels
No labels