-
Notifications
You must be signed in to change notification settings - Fork 186
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
TypeError failure with Node 6.3.1 #214
Comments
This is very similar to #207, except I am not getting the Assertion Error. As it appears to fail before that. |
I have just reverted the node version on this armv7 raspberry pi to 6.2.0, and without any other changes my application is working again, and I do not get the above error. I have therefore changed the title of this issue to reflect that. |
Sounds like v3.3.5 is going to be the node 6.3.0+ compat release... |
I repro both this and #207 on node 6.4.0. |
Looking at the code here, I'm fairly certain this is the same root cause as #207, just a different symptom (based on the size of the frame). I'm going to mark this as fixed. Please re-open if it is not fixed in v3.3.5 (to be published on npm within an hour or so). |
I don't know if this is a result of installing 6.3.1 of node, but I have just moved my working code to a new server.
The exact same code is working on my development server (intel based), but I just moved to a raspberry pi (armv7) and immediately get this error whilst making the first request. The only difference is the node version I am using and by implication the node module versions that are loaded. My development server is using node 6.2.0
The text was updated successfully, but these errors were encountered: