ibm-cloud-solutions / hubot-ibmcloud-auth

Script package that provides simple whitelist access to commands in hubot scripts for IBM Cloud
http://www.ibm.com/
Other
0 stars 1 forks source link

auth doesn't work with errors #6

Closed ycao56 closed 8 years ago

ycao56 commented 8 years ago

�[Thu Aug 04 2016 17:35:06 GMT+0000 (UTC)] ERROR audit.js: Error: Not Found, Adapter: slack, Robot: ibmcloudbot, Room: C183AAJRK, User: {"id":"U0C44F480","name":"jorge","real_name":"JORGE PADILLA"} �[Thu Aug 04 2016 17:35:06 GMT+0000 (UTC)] ERROR audit.js: Error: Not Found, Adapter: slack, Robot: ibmcloudbot, Room: C183AAJRK, User: {"id":"U0C44F480","name":"jorge","real_name":"JORGE PADILLA"}

ngawor commented 8 years ago

Well, those are audit errors :). But the reason auth doesn't work is that hubot-slack went up to 4.0, which pulled 3.4.1 of node-slack-sdk, which changed the location of email addresses in the user object.