-
Notifications
You must be signed in to change notification settings - Fork 437
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
NodeJS 6.4.0 Empty String Range Error #431
Comments
I'm experiencing the same bug. |
Just updated to node 6.4.0, am getting this too |
nodejs/node#8154 is the fix and should be in node 6.4.1 |
It looks like there won't be any 6.4.1 release, but 6.5.0 will get released soon and contains the fix for this issue. See nodejs/node#8253 |
arthurschreiber
added a commit
that referenced
this issue
Aug 26, 2016
Node.js 6.4.0 was shipped with a bug in it's Buffer implementation that causes the tedious test cases to fail. See #431, nodejs/node#8127 and nodejs/node#8154.
Working normally with node 6.5.0. |
tvrprasad
pushed a commit
to tvrprasad/tedious
that referenced
this issue
Sep 11, 2016
Node.js 6.4.0 was shipped with a bug in it's Buffer implementation that causes the tedious test cases to fail. See tediousjs#431, nodejs/node#8127 and nodejs/node#8154.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We are seeing errors (stack below) from tedious in our API under node 6.4 due to this new bug:
nodejs/node#8127
It sounds like this will be fixed in node, a fix isn't necessary in tedious but I wanted to share the finding.
The text was updated successfully, but these errors were encountered: