I tried starting hubot with hubot-stackstrom adaptor, resulted in 401 unauthorized error even though i generated new API key
[root myhubot]# bin/hubot
Dilipkumarvarma> INFO Using ST2_API_KEY as authentication. Expiry will lead to bot exit.
WARNING No supported formatter found for shell. Using DefaultFormatter.
WARNING No post handler found for shell. Using DefaultFormatter.
INFO Loading commands…
INFO hubot-redis-brain: Using default redis on localhost:6379
INFO hubot-redis-brain: Data for hubot brain retrieved from Redis
ERROR Failed to retrieve commands from “https://127.0.0.1:443/api”:
Unauthorized - ApiKey with
key_hash=3b5c98ecff5214dc7707bd882d0b433d5b96d976bef209ad8edc6a932c607b6e5eaf0a66fe71c73d553ddf4bb8712c5062b9970051b639075b8ac53fd4122cca
not found.
ERROR Stream error: Event { type: ‘error’, status: 401 }
Thanks