tykeal / ep_ldapauth

(Up for adoption) LDAP authentication plugin for Etherpad-lite
GNU General Public License v2.0
25 stars 20 forks source link

handshaken error during authentication #16

Closed ygini closed 9 years ago

ygini commented 9 years ago

Hello

Here is a crash I get on a standard installation with socket.io-client@1.2.1

[2014-12-01 22:49:12.496] [ERROR] console - TypeError: Cannot read property 'handshaken' of undefined
    at Object.exports.handleMessage [as hook_fn] (/var/www/etherpad-lite/node_modules/ep_ldapauth/ep_ldapauth.js:176:43)
    at normalizedhook (/var/www/etherpad-lite/src/static/js/pluginfw/hooks.js:15:27)
    at hookCallWrapper (/var/www/etherpad-lite/src/static/js/pluginfw/hooks.js:21:14)
    at /var/www/etherpad-lite/src/static/js/pluginfw/hooks.js:88:7
    at /var/www/etherpad-lite/src/node_modules/async/lib/async.js:249:17
    at /var/www/etherpad-lite/src/node_modules/async/lib/async.js:125:13
    at Array.forEach (native)
    at _each (/var/www/etherpad-lite/src/node_modules/async/lib/async.js:46:24)
    at async.each (/var/www/etherpad-lite/src/node_modules/async/lib/async.js:124:9)
    at _asyncMap (/var/www/etherpad-lite/src/node_modules/async/lib/async.js:248:13)

Any idea to solve it?