问题
I have this issue since yesterday. In the Welcome
-Tab I click on Open Bot
. Then I type http://localhost:3978/api/messages
into Bot URL or .bot file location
. Then I click on Connect
.
My problem is that I cannot send any messages. Also there is the warning Taking longer than usual to connect.
This is the screen I'm looking at:
The thing is that it worked 2 days ago. Yesterday I got the issue and I just hoped that it would work the next day (so today). But the issue still remains.
How can I chat with my bot?
回答1:
You have to run and deploy every new bot you have. Open the solution of the bot in Visual Studio and run it with F5. Then the bot is ready to be tested in the Bot Framework Emulator.
回答2:
I had the same issue and @axbeit's answer helped. For some reason, my bot switched from port 3978 to port 5000, so I updated my .bot file accordingly.
来源:https://stackoverflow.com/questions/56972476/bot-framework-emulator-taking-longer-than-usual-to-connect