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
when I run hubot -a gtalk I can see both in the console and on my messenger that hubot connects to gmail for less then a second. I get the following error. Running on Ubuntu. Thanks for any help.
/opt/hubot/node_modules/hubot-gtalk/node_modules/hubot/src/adapter.coffee:47
return this.robot.brain.userForId(id, options);
^
TypeError: Object # has no method 'userForId'
at Gtalkbot.Adapter.userForId (/opt/hubot/node_modules/hubot-gtalk/node_modules/hubot/src/adapter.coffee:47:31)
at Gtalkbot.getUser (/opt/hubot/node_modules/hubot-gtalk/src/gtalk.coffee:204:19)
at Gtalkbot.handlePresence (/opt/hubot/node_modules/hubot-gtalk/src/gtalk.coffee:192:23)
at Gtalkbot.readStanza (/opt/hubot/node_modules/hubot-gtalk/src/gtalk.coffee:112:14)
at Client.Gtalkbot.run (/opt/hubot/node_modules/hubot-gtalk/src/gtalk.coffee:75:22)
at Client.EventEmitter.emit (events.js:96:17)
at Client.onRawStanza (/opt/hubot/node_modules/node-xmpp/lib/xmpp/client.js:159:14)
at Client.EventEmitter.emit (events.js:96:17)
at Client.Connection.onStanza (/opt/hubot/node_modules/node-xmpp/lib/xmpp/connection.js:237:14)
at StreamParser.Connection.startParser (/opt/hubot/node_modules/node-xmpp/lib/xmpp/connection.js:136:14)
The text was updated successfully, but these errors were encountered:
when I run hubot -a gtalk I can see both in the console and on my messenger that hubot connects to gmail for less then a second. I get the following error. Running on Ubuntu. Thanks for any help.
/opt/hubot/node_modules/hubot-gtalk/node_modules/hubot/src/adapter.coffee:47
return this.robot.brain.userForId(id, options);
^
TypeError: Object # has no method 'userForId'
at Gtalkbot.Adapter.userForId (/opt/hubot/node_modules/hubot-gtalk/node_modules/hubot/src/adapter.coffee:47:31)
at Gtalkbot.getUser (/opt/hubot/node_modules/hubot-gtalk/src/gtalk.coffee:204:19)
at Gtalkbot.handlePresence (/opt/hubot/node_modules/hubot-gtalk/src/gtalk.coffee:192:23)
at Gtalkbot.readStanza (/opt/hubot/node_modules/hubot-gtalk/src/gtalk.coffee:112:14)
at Client.Gtalkbot.run (/opt/hubot/node_modules/hubot-gtalk/src/gtalk.coffee:75:22)
at Client.EventEmitter.emit (events.js:96:17)
at Client.onRawStanza (/opt/hubot/node_modules/node-xmpp/lib/xmpp/client.js:159:14)
at Client.EventEmitter.emit (events.js:96:17)
at Client.Connection.onStanza (/opt/hubot/node_modules/node-xmpp/lib/xmpp/connection.js:237:14)
at StreamParser.Connection.startParser (/opt/hubot/node_modules/node-xmpp/lib/xmpp/connection.js:136:14)
The text was updated successfully, but these errors were encountered: