Closed anjika456 closed 2 years ago
Hi @anjika456,
I'm not able to reproduce this issue using python sample 02.echo-bot.
#
I was able to run the bot by following instructions here https://github.com/microsoft/BotBuilder-Samples/tree/main/samples/python/02.echo-bot#readme
What steps did you take to run the bot?
I used the exact steps on that page under Testing the Bot using bot framework emulator...could I have downloaded the wrong emulator, I downloaded the windows setup
In the other picture I have above I also never get a "Hello and Welcome" from the echo bot...I also see that your ngrok is configured but mine is not...so maybe that has something to do with it
Hi @anjika456,
I'm using Emulator v 4.14.1 as well. Not sure why it's not working for you.
Could you please configure Ngrok in Emulator settings using the below link instructions and try again? https://github.com/Microsoft/BotFramework-Emulator/wiki/Tunneling-(ngrok)
So I configured ngrok but still no "Hello and Welcome" message...
@anjika456, what command did you execute to run the bot on localhost?
@anjika456, I'm referring to the 02.echo-bot it self, not Emulator.
How did you run the bot? ex: python app.py
?
After you send the message hello
, is there any exception message in the same terminal window you ran than bot?
@anjika456,
For example; here are the steps I took to run the echo bo:
botbuilder-samples/samples/python/02.echo-bot/
python -m venv env
env\Scripts\Activate.ps1
in Powershellpip install -r requirements.txt
python app.py
After running command in step 6, in powershell it displays Running on http://localhost:3978
I think the steps I was taking incorrectly was running it on my local machine, it is working now I had to download these after I was receiving an error and now it is working in the emulator. Thank you for the help! botframework-connector
Github issues for C# /JS / Java/ Python should be used for bugs and feature requests. Use Stack Overflow for general "how-to" questions.
Sample information
Describe the bug
When I attempt to run the code in the emulator I receive an error
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expected the bot to say "hello bot" back to me as I picked the echo version
Screenshots
Additional context
This is my first time reporting an issue so please let me know if I needed to add any other details! Thanks!