kiwiirc / kiwibnc

Apache License 2.0
43 stars 14 forks source link

TypeError: "this._unbindEvents is not a function" #46

Closed mestaritonttu closed 4 years ago

mestaritonttu commented 4 years ago

Updated to the latest kiwibnc and kiwiirc just now and when I try to connect to the network, it never succeeds and I see this in the console:

TypeError: "this._unbindEvents is not a function"
    value websocket.js:179
    value connection.js:117
    value client.js:264
    connect IrcClient.js:105
    connect NetworkSettings.vue:137
    submit NetworkSettings.vue:1
    VueJS 3
vue.common.prod.js:6:11571
mestaritonttu commented 4 years ago

Fixed by https://github.com/kiwiirc/irc-framework/commit/4f03378c527acca6ed87fb7266bd8ea7272e6307 Thanks!