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

RangeError: offset is not uint #2

Closed
miki131 opened this issue Nov 30, 2015 · 4 comments
Closed

RangeError: offset is not uint #2

miki131 opened this issue Nov 30, 2015 · 4 comments
Labels

Comments

@miki131
Copy link

miki131 commented Nov 30, 2015

buffer.js:580
throw new RangeError('offset is not uint');
^
RangeError: offset is not uint
at checkOffset (buffer.js:580:11)
at Buffer.readUInt32BE (buffer.js:620:5)
at Object.exports.generateAuthCode (/home/vagrant/code/node_modules/steam-totp/index.js:24:22)
at Object. (/home/vagrant/code/steam-bots/checkBot.js:28:42)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Function.Module.runMain (module.js:497:10)
at startup (node.js:119:16)

@DoctorMcKay
Copy link
Owner

What version of node is this?

@miki131
Copy link
Author

miki131 commented Nov 30, 2015

v0.10.37

@DoctorMcKay
Copy link
Owner

v1.0.1 should fix it. But you should really, really upgrade.

@miki131
Copy link
Author

miki131 commented Nov 30, 2015

Thanks.

@DoctorMcKay DoctorMcKay added the bug label Dec 5, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants