xmppjs / hubot-xmpp

XMPP adapter for Hubot
181 stars 101 forks source link

Fix for node-expat update #20

Closed LarsFronius closed 12 years ago

LarsFronius commented 12 years ago

Issue is documented here: https://github.com/hipchat/hubot-hipchat/issues/46

I had the same with this module:

root@fqdn:/opt/xmppbot# ./bin/hubot -a xmpp
[Fri Oct 26 2012 14:38:18 GMT+0000 (UTC)] ERROR Cannot load adapter xmpp - Error: Cannot find module '../build/Release/node_expat.node'
Error: Cannot find module '../build/Release/node_expat.node'
    at Function._resolveFilename (module.js:337:11)
    at Function._load (module.js:279:25)
    at Module.require (module.js:359:17)
    at require (module.js:375:17)
    at Object.<anonymous> (/opt/xmppbot/node_modules/hubot-xmpp/node_modules/node-xmpp/node_modules/node-expat/lib/node-expat.js:4:13)
    at Module._compile (module.js:446:26)
    at Object..js (module.js:464:10)
    at Module.load (module.js:353:32)
    at Function._load (module.js:311:12)
    at Module.require (module.js:359:17)
TypeError: Cannot call method 'on' of null
    at Object.<anonymous> (/opt/xmppbot/node_modules/hubot/bin/hubot:105:19)
    at Object.<anonymous> (/opt/xmppbot/node_modules/hubot/bin/hubot:109:4)
    at Module._compile (module.js:446:26)
    at Object.run (/opt/xmppbot/node_modules/hubot/node_modules/coffee-script/lib/coffee-script/coffee-script.js:79:25)
    at /opt/xmppbot/node_modules/hubot/node_modules/coffee-script/lib/coffee-script/command.js:175:29
    at /opt/xmppbot/node_modules/hubot/node_modules/coffee-script/lib/coffee-script/command.js:150:18
    at [object Object].<anonymous> (fs.js:123:5)
    at [object Object].emit (events.js:64:17)
    at Object.oncomplete (fs.js:1190:12)