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.82k stars 756 forks source link

Ngrok fails to spawn - no matter what (macOS) #2394

Closed tbrodbeck closed 2 years ago

tbrodbeck commented 2 years ago

Version

Version 4.14.1 (4.14.1.277373)

Describe the bug

ngrok does not connect

To Reproduce

Example steps to reproduce the behavior:

  1. Open the Bot Framework Emulator bot endpoint configuration

Expected behavior

I would expect the ngrok connection to work.

Screenshots

Screen Shot 2022-08-10 at 19 16 38

Additional context

Path to ngrok on my system: /usr/local/bin/ngrok (installed with Homebrew)

ngrok version 3.0.6

macOS Version 12.5 (21G72)

Bot Emulator Settings:

Screen Shot 2022-08-10 at 19 23 38

I tried all kinds of settings, nothing makes ngrok connect to the Bot Emulator.

[bug]

tbrodbeck commented 2 years ago

After hours of debugging I found a workaround. Using ngrok version 2: https://dl.equinox.io/ngrok/ngrok/stable/archive

dmvtech commented 2 years ago

Possibly related to: https://github.com/microsoft/BotFramework-Emulator/issues/2389

axelsrz commented 2 years ago

Closing due to issue fixed.

libardolara commented 2 years ago

Was it fixed? I still gave the same issue. I see that #2389 is still open.

anishprasad01 commented 2 years ago

@libardolara

No, the issue with Ngrok 3 has not been fixed due to other priorities. For the time being, the workaround is to use Ngrok 2. I hope to have this fixed in the near future.

anishprasad01 commented 2 years ago

Should be fixed once #2399 is merged.