node-libquassel
node-libquassel copied to clipboard
libquassel.js:21237 Uncaught TypeError: Cannot read property 'users' of null
This happens when I connect with quassel-webserver. I think it's a race condition, it doesn't happen all the time. Once upon a time, it forgot about a single network. Most of the time it doesn't connect. Maybe that's related.
libquassel.js:21237 Uncaught TypeError: Cannot read property 'users' of null
at Network.setIrcUsersAndChannels (libquassel.js:21237)
at Network.Glouton.devour (libquassel.js:61)
at Quassel.handleInitDataNetwork (libquassel.js:22942)
at Quassel.handleStruct (libquassel.js:22805)
at Quassel.dispatch (libquassel.js:22930)
at Socket.<anonymous> (libquassel.js:23041)
at Socket.EventEmitter.emit (libquassel.js:5858)
at handleData (libquassel.js:13192)
at Socket.<anonymous> (libquassel.js:13158)
at Socket.EventEmitter.emit (libquassel.js:5858)
Could you activate debug information in your browser (wheelcog / General configuration) and paste result please.