Microsoft Botframework Emulator Error -


i followed instructions given in online tutorial (building bot 0 60), emulator doesn't work. keeps on telling me "401 unauthorized". looked online , of suggested https should used. however, when did emulator displayed message saying cannot connect remote server. of suggested changing appid microsoftappid , doing same thing password, again didn't work. of suggested leaving both appid , password blank in both emulator , web.config , didn't work well.

does know how fix issue? (i made sure (like port , appid , password) written correctly, there shouldn't syntax or user errors).

thanks

if using v3.0.0, please note there issue authentication if use node.js. suggested workaround deactivate authentication not handing on appid , apppassword in connector options in bot , not use auth data in emulator.

also note @thegaram said use matching emulator botbuilder version use. if have v0/v1 of botbuilder, should use bot framework emulator (v1), if v3+, bot framework channel emulator (v3+). have trouble connecting mismatching versions.


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -