howdyai / botkit

Botkit is an open source developer tool for building chat bots, apps and custom integrations for major messaging platforms.
MIT License
11.49k stars 2.29k forks source link

Ciscosparkbot.js cannot get bot identity #948

Closed rajmohan1955 closed 7 years ago

rajmohan1955 commented 7 years ago

I am facing error "uriString must start with ciscospark://', either in cleartext or base64-encoded. while getting the identity of the bot in lib/CiscoSparkbot.js controller.api.people.get('me').then(function(identity) { console.log('Cisco Spark: My identity is', identity); controller.identity = identity; I tried this on the web console test run too and getting the same error. I am running the basic example for sparkbot with ngrok on ubuntu 16.04

peterswimm commented 7 years ago

This was fixed in 0.5.7

https://github.com/howdyai/botkit/blob/master/changelog.md#057