gateway icon indicating copy to clipboard operation
gateway copied to clipboard

Gateway - Hummingbot client crashed after gateway relaunch on a change of config

Open rapcmia opened this issue 10 months ago • 2 comments

Describe the bug

When testing https://github.com/hummingbot/gateway/pull/403 and accidentally added a wrong nodeURL using gateway config command, observed that after it reconnected and successfully updated the config and you happen to closed the gateway connection manually the connection to port 15888 is still active

Image

  • On the screenshot above, the gateway was already closed and run lsof -t :15888 to list where 15888 is active

Image

  • On the screenshot, observed that hummingbot crashed 539628 killed bin/hummingbot_quickstart.py -p a

Steps to reproduce

  1. Update any config using gateway config and wait until it reconnects
  2. On terminal, manually close gateway and run lsof -t :15888 to check if port 15888 still in use
  3. Relaunch gateway and observe hummingbot client

Release version

dev-2.4.0

Type of installation

Source

Attach required files

Screen recorded

rapcmia avatar Feb 26 '25 02:02 rapcmia

I believe this bug is now fixed in v2.8, but please confirm.

fengtality avatar Aug 27 '25 22:08 fengtality

I believe this bug is now fixed in v2.8, but please confirm.

This is still existing issue: Image

  • To reproduce:
    • On hummingbot, update any gateway config and wait until gateway reconnects successfully
    • On gateway, relaunch gateway

rapcmia avatar Sep 01 '25 12:09 rapcmia