microsoft / BotFramework-Emulator

A desktop application that allows users to locally test and debug chat bots built with the Bot Framework SDK.
https://aka.ms/botemulator
MIT License
1.81k stars 754 forks source link

Bot emulator responds slowly or doesnt respond, nothing appears in Log window even if bot replies #370

Closed jayforu closed 6 years ago

jayforu commented 6 years ago

I am new to node js Trying sample code from Microsoft, attaching everything in word file Most of the times emulator is not able to send message, running over home wifi connection I tried to enable debug mode, but nothing appears in Log window of emulator

image image Bot emulator problem.docx

jayforu commented 6 years ago

Am I making any mistake in setting up debug mode? What could be the reason behind not seeing anything in Log panel?

eanders-ms commented 6 years ago

The log window appears below the Log header in the bottom right of the app. There's a bug in the current emulator release where the Log panel is sized to zero height. You can grab its sizer bar and pull it up.

jayforu commented 6 years ago

Thanks a ton!

Thanks and Regards,

Jayraj Vahadane,

On Mon, Dec 18, 2017 at 11:14 PM, Eric Anderson notifications@github.com wrote:

The log window appears below the Log header in the bottom right of the app. There's a bug in the current emulator release where the Log panel is sized to zero height. You can grab its sizer bar and pull it up.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Microsoft/BotFramework-Emulator/issues/370#issuecomment-352501133, or mute the thread https://github.com/notifications/unsubscribe-auth/ALpy2k4-EMzdNKTK4LOw03rSpIo3pyoUks5tBqRggaJpZM4RFf0u .

eanders-ms commented 6 years ago

Sounds like the issue is resolved. Closing now. Post here if you'd like it reopened.