Bot-HandOff icon indicating copy to clipboard operation
Bot-HandOff copied to clipboard

botframework 4.0

Open maheshcv opened this issue 6 years ago • 4 comments

Is there any plan to port this very useful code to microsoft latest botframework 4.0?

maheshcv avatar Dec 10 '18 10:12 maheshcv

@maheshcv i am not able to run this code. pls help me out...I am using nodejs sdk 3.0 pls let me know how did you run this .https://github.com/palindromed/Bot-HandOff I refered this link but I am not able to run plss help

vinayak99999 avatar Dec 13 '18 12:12 vinayak99999

@maheshcv i am not able to run this code. pls help me out...I am using nodejs sdk 3.0 pls let me know how did you run this .https://github.com/palindromed/Bot-HandOff I refered this link but I am not able to run plss help

Just follow the instructions in the git home page above (readme.md). It works fine in 3.0 bot framework.

maheshcv avatar Dec 17 '18 05:12 maheshcv

@maheshcv I want to use with restify server instead of express. Is it possible?

vinayak99999 avatar Jan 17 '19 05:01 vinayak99999

This might probably be too old or support URLs might have changed. The code snippet is not found to be working when used as it is provided one changes the required keys in environment variables. I am getting the following errors on developer console of chrome -

Refused to apply style from 'https://unpkg.com/[email protected]/botchat.css' because its MIME type ('text/plain') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
localhost/:21 

GET https://unpkg.com/[email protected]/botchat.js net::ERR_ABORTED 404

connectToBot.js:11 Uncaught ReferenceError: BotChat is not defineat connectToBot.js:11

I checkted the URLs mentioned specially https://unpkg.com/[email protected]/botchat.css and found Cannot find "/botchat.css" in [email protected]

CDN does not have this file. Can someone suggest that where can we get those missing files to get this example running.

ashay-maheshwari avatar Feb 19 '19 11:02 ashay-maheshwari