Hi guys, here's my output.
When a user tweets to an account or hashtag I am tracking, the bot pukes:
willwh@web:~/node/kohai$ node bin/kohai
TypeError: Cannot read property 'commandString' of undefined
at [object Object].gotMessage (/home/willwh/node/kohai/lib/kohai.js:57:33)
at [object Object]. (/home/willwh/node/kohai/lib/listeners.js:18:17)
at [object Object]. (/home/willwh/node/kohai/node_modules/hook.io/node_modules/eventemitter2/lib/eventemitter2.js:246:22)
at [object Object].emit (/home/willwh/node/kohai/node_modules/hook.io/lib/hookio/hook.js:322:38)
at [object Object].message (/home/willwh/node/kohai/node_modules/hook.io/lib/hookio/hook.js:451:14)
at apply (/home/willwh/node/kohai/node_modules/hook.io/node_modules/dnode/node_modules/dnode-protocol/index.js:127:17)
at EventEmitter.handle (/home/willwh/node/kohai/node_modules/hook.io/node_modules/dnode/node_modules/dnode-protocol/index.js:104:13)
at /home/willwh/node/kohai/node_modules/hook.io/node_modules/dnode/node_modules/dnode-protocol/index.js:69:20
at EventEmitter. (/home/willwh/node/kohai/node_modules/hook.io/node_modules/dnode/node_modules/lazy/lazy.js:62:13)
at EventEmitter. (/home/willwh/node/kohai/node_modules/hook.io/node_modules/dnode/node_modules/lazy/lazy.js:46:19)
I'm connected to the Stratics IRC network - with a friend tweeting to one of the tracked tags: https://twitter.com/#!/w0bni
What more info can I provide to assist?
Hi guys, here's my output.
When a user tweets to an account or hashtag I am tracking, the bot pukes:
willwh@web:~/node/kohai$ node bin/kohai
TypeError: Cannot read property 'commandString' of undefined
at [object Object].gotMessage (/home/willwh/node/kohai/lib/kohai.js:57:33)
at [object Object]. (/home/willwh/node/kohai/lib/listeners.js:18:17)
at [object Object]. (/home/willwh/node/kohai/node_modules/hook.io/node_modules/eventemitter2/lib/eventemitter2.js:246:22)
at [object Object].emit (/home/willwh/node/kohai/node_modules/hook.io/lib/hookio/hook.js:322:38)
at [object Object].message (/home/willwh/node/kohai/node_modules/hook.io/lib/hookio/hook.js:451:14)
at apply (/home/willwh/node/kohai/node_modules/hook.io/node_modules/dnode/node_modules/dnode-protocol/index.js:127:17)
at EventEmitter.handle (/home/willwh/node/kohai/node_modules/hook.io/node_modules/dnode/node_modules/dnode-protocol/index.js:104:13)
at /home/willwh/node/kohai/node_modules/hook.io/node_modules/dnode/node_modules/dnode-protocol/index.js:69:20
at EventEmitter. (/home/willwh/node/kohai/node_modules/hook.io/node_modules/dnode/node_modules/lazy/lazy.js:62:13)
at EventEmitter. (/home/willwh/node/kohai/node_modules/hook.io/node_modules/dnode/node_modules/lazy/lazy.js:46:19)
I'm connected to the Stratics IRC network - with a friend tweeting to one of the tracked tags: https://twitter.com/#!/w0bni
What more info can I provide to assist?