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

AssertionError on production #336

Closed
th3nate opened this issue Apr 15, 2018 · 2 comments
Closed

AssertionError on production #336

th3nate opened this issue Apr 15, 2018 · 2 comments

Comments

@th3nate
Copy link

th3nate commented Apr 15, 2018

hello,
im getting a lot of assertion error messages on my production server.
the server is a simple API running over express, with no push functions or anything.

here's the stack trace:

AssertionError [ERR_ASSERTION]: false == true at PriorityNode.removeChild (/app/node_modules/spdy-transport/lib/spdy-transport/priority.js:74:3) at PriorityNode.remove (/app/node_modules/spdy-transport/lib/spdy-transport/priority.js:62:15) at Stream._handlePriority (/app/node_modules/spdy-transport/lib/spdy-transport/stream.js:305:18) at Stream._handleFrame (/app/node_modules/spdy-transport/lib/spdy-transport/stream.js:128:10) at Connection._handleFrame (/app/node_modules/spdy-transport/lib/spdy-transport/connection.js:324:12) at Parser. (/app/node_modules/spdy-transport/lib/spdy-transport/connection.js:156:10) at emitOne (events.js:116:13) at Parser.emit (events.js:211:7) at addChunk (/app/node_modules/readable-stream/lib/_stream_readable.js:284:12) at readableAddChunk (/app/node_modules/readable-stream/lib/_stream_readable.js:271:11) at Parser.Readable.push (/app/node_modules/readable-stream/lib/_stream_readable.js:238:10) at Parser.Transform.push (/app/node_modules/readable-stream/lib/_stream_transform.js:146:32) at next (/app/node_modules/spdy-transport/lib/spdy-transport/protocol/base/parser.js:53:12) at /app/node_modules/spdy-transport/lib/spdy-transport/protocol/http2/parser.js:72:5 at Parser.onPriorityFrame (/app/node_modules/spdy-transport/lib/spdy-transport/protocol/http2/parser.js:539:3) at Parser.onFrameBody (/app/node_modules/spdy-transport/lib/spdy-transport/protocol/http2/parser.js:154:10)

any ideas would be much appreciated.
Thanks!

@wmertens
Copy link

This is better tracked in spdy-http2/spdy-transport#47

@jacobheun
Copy link
Contributor

New versions of spdy (4.0.0) and spdy-transport (3.0.0) include this fix.

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

No branches or pull requests

3 participants