gateway icon indicating copy to clipboard operation
gateway copied to clipboard

Seeking help: Gateway always shows offline in Hummingbot

Open sdyanglei opened this issue 7 months ago • 1 comments

I installed Gateway on macOS and successfully started the service. In Hummingbot, I also ran gateway generate-certs to generate the certificates. However, Gateway is always shown as offline in the Hummingbot client.

I’ve reinstalled both Hummingbot and Gateway multiple times, even tried on another Mac, but the problem persists — Gateway remains offline.

At this point, I really can’t figure out what’s going wrong. Any help would be greatly appreciated. Thank you!

My installation steps: • Hummingbot git clone https://github.com/hummingbot/hummingbot.git • Gateway

git clone https://github.com/hummingbot/gateway.git  
pnpm install  
pnpm build  
Image

sdyanglei avatar May 08 '25 04:05 sdyanglei

I have the same issue on Ubuntu 24. Installed both HB 2.5 and Gateway 2.5.0 using docker. Set up a docker network and ensure the 2 containers can communicate.

HB can communicate with gateway, all the certs are fine, have checked everything i can, yet gateway always shows up 'offline'.

thuxen avatar May 16 '25 13:05 thuxen

Can you try the ff:

  1. pnpm unlink --global
  2. pnpm install
  3. pnpm build
  4. pnpm link --global

Then add the certs using pnpm run setup or ./gateway-setup. After that try to use pnpm start --passphrase=yourpassword? lmk if this works for you thanks

rapcmia avatar May 28 '25 05:05 rapcmia