Replies: 7 comments
-
First run yo hubot and choose "shell" as adapter. After install you can then run that hubot with the mattermost adapter: |
Beta Was this translation helpful? Give feedback.
-
Thank you @bafplus , for your suggestion. |
Beta Was this translation helpful? Give feedback.
-
Then you probably started the hubot with the shell adapter instead of stating the mattermost adapter. ./bin/hubot --adapter mattermost-adapter |
Beta Was this translation helpful? Give feedback.
-
Interesting. When I run ./bin/hubot --adapter mattermost-adapter I get the message "EMERGENCY MATTERMOST_HOST is required" I then ask hubot for it's adapter and it's blank instead of saying "shell" like before. |
Beta Was this translation helpful? Give feedback.
-
That means the command is correct now but you havent supplied the (correct) environment variables. https://www.npmjs.com/package/hubot-mattermost-adapter I cant help you with that, maybe somebody else here? |
Beta Was this translation helpful? Give feedback.
-
@bafplus Thank you so much for your help so far! |
Beta Was this translation helpful? Give feedback.
-
Hello, does anyone else have any more advice? I tried running ./bin/hubot --adapter mattermost-adapter and ended up with error login call failed. If I run ./bin/hubot I get the name of my hubot. Then when I ask for adapter it is still stuck as shell. |
Beta Was this translation helpful? Give feedback.
-
Hello All,
Not sure if this is the correct place to post this.
I am trying to setup hubot with the mattermost adapter but am having some issues. I run the “yo hubot” command and it asks me for the adapter, I put mattermost but then ran into the warning "[email protected] requires a peer of coffee-script@^1.12.6 but none was installed. I then ran npm install -g coffee-script and coffee-script 1.12.7 was installed.
I then go back to run hubot again and get the warning “UNMET PEER DEPENDENCY coffee-script@^1.12.6” and I see the adapter is still campfire not mattermost.
I am not sure how to proceed. Does anyone have any advice?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions