Skip to content

RangeError ERR_OUT_OF_RANGE #214

@nsantini

Description

@nsantini

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions