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

ngrok http -host-header=rewrite 9000

screenshot

  • 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

Popular posts from this blog

AbotX : How do you create a parallel crawler that stays on and can be added to at run time from new requests -

testing - Detect whether test has failed within fixture -

android - Create single AAR file from multiple modules using Gradle -