Out of Range Error: Value must be btw 0 and 65535
Opened this issue · 0 comments
Raspberry I:
internal/buffer.js:69
throw new ERR_OUT_OF_RANGE('value', range, value);
^
RangeError [ERR_OUT_OF_RANGE]: The value of "value" is out of range. It must be >= 0 and <= 65535. Received 65536
at checkInt (internal/buffer.js:69:11)
at writeU_Int16BE (internal/buffer.js:829:3)
at Buffer.writeUInt16BE (internal/buffer.js:837:10)
at Object.header.encode (/home/Consolino2IPFS/node_modules/dns-packet/index.js:122:7)
at Object.exports.encode (/home/Consolino2IPFS/node_modules/dns-packet/index.js:1457:10)
at onbind (/home/Consolino2IPFS/node_modules/multicast-dns/index.js:87:28)
at apply (/home/Consolino2IPFS/node_modules/thunky/index.js:44:12)
at processTicksAndRejections (internal/process/task_queues.js:82:21) {
code: 'ERR_OUT_OF_RANGE'
}