lmdb-js icon indicating copy to clipboard operation
lmdb-js copied to clipboard

String does not fit in target buffer

Open morteza102030 opened this issue 1 year ago • 3 comments

sometimes when db.get(String) i receive this error

Unhandled Rejection at: Promise Promise { RangeError: String does not fit in target buffer at LMDBStore.writeKey (/root/m/node_modules/ordered-binary/dist/index.cjs:76:11) at LMDBStore.getBinaryFast (/root/m/node_modules/lmdb/dist/index.cjs:1386:58) at LMDBStore.get (/root/m/node_modules/lmdb/dist/index.cjs:1573:22) at module.exports (/root/m/handlers/lookHandler.js:467:27) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) }

morteza102030 avatar Apr 06 '23 15:04 morteza102030