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
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)
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: