Seeking help: Gateway always shows offline in Hummingbot
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
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'.
Can you try the ff:
- pnpm unlink --global
- pnpm install
- pnpm build
- 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