Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Out of Range Error: Value must be btw 0 and 65535 #5

Open
stallingerl opened this issue Oct 13, 2021 · 0 comments
Open

Out of Range Error: Value must be btw 0 and 65535 #5

stallingerl opened this issue Oct 13, 2021 · 0 comments

Comments

@stallingerl
Copy link
Collaborator

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'
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant