You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following exception when I connect to a Kiwi server using a recent chromium version:
$ tail -f kiwi.log
2016-12-15 08:17:40 - error: [Uncaught exception] Error: Table size bigger than maximum stack=Error: Table size bigger than maximum
at assert (KiwiIRC/node_modules/hpack.js/lib/hpack/utils.js:3:11)
at Table.updateSize (KiwiIRC/node_modules/hpack.js/lib/hpack/table.js:82:3)
at Decompressor.updateTableSize (KiwiIRC/node_modules/hpack.js/lib/hpack/decompressor.js:58:15)
at Connection._handleSettings (KiwiIRC/node_modules/spdy-transport/lib/spdy-transport/connection.js:465:27)
at Connection._handleFrame (KiwiIRC/node_modules/spdy-transport/lib/spdy-transport/connection.js:301:10)
at Parser.<anonymous> (KiwiIRC/node_modules/spdy-transport/lib/spdy-transport/connection.js:149:10)
at emitOne (events.js:96:13)
at Parser.emit (events.js:188:7)
at readableAddChunk (KiwiIRC/node_modules/readable-stream/lib/_stream_readable.js:198:18)
at Parser.Readable.push (KiwiIRC/node_modules/readable-stream/lib/_stream_readable.js:157:10)
I get the same exception with master (git commit 6f90124) and development (55b0bb2) branches.
Updating the requirements on the spdy module to the latest stable version seems to fix the problem for me:
@Fizzixnerd will look into changing this but most of the effort is going into https://github.com/kiwiirc/kiwiirc now. If not already, you should take a look at migrating to that new version.
I get the following exception when I connect to a Kiwi server using a recent chromium version:
I get the same exception with master (git commit 6f90124) and development (55b0bb2) branches.
Updating the requirements on the
spdy
module to the latest stable version seems to fix the problem for me:Version information
The text was updated successfully, but these errors were encountered: