botframework - How to resolve the error as “500 internal server error” in Bot Framework Channel Emulator? -
i working on bot framework technology, microsoft announced new version (v3) of bot. developed bots using old version, trying upgrade bots newer version. working fine after published bot azure, using publish url trying test in bot framework channel emulator (3.0.0.54) gives "500, internal server error". when added skype channel bot working fine.
only problem when testing in bot framework channel emulator published url of bot application, got error "internal server error".
i think there may problem latest version bot framework channel emulator
please download file https://ngrok.com/download
unzip file , use command prompt run below command
ngrok http -host-header=rewrite 9000
- as seen in screenshot copy forwarding url https , paste in emulator url
- emulator port should in 9000 , emulator url should contain ngrok forwarding https url
note :ngrok should in running state .if getting same 500 error while trying next time please start step 1. more reference .https//docs.botframework.com/en-us/tools/bot-framework-emulator/#navtitle
Comments
Post a Comment