dashboard icon indicating copy to clipboard operation
dashboard copied to clipboard

Instance - RPCClientTimeoutError: Could not connect to [instance-name]. Please review the connection.

Open rapcmia opened this issue 11 months ago • 4 comments

Describe the bug

Testing dashboard using the latest version 1.26.0 and managed to create hummingbot-master_bot_conf however when creating instances under master_bot_conf, we are getting RPCClientTimeoutError: Could not connect to.. Please review the connection.

image

Check dashboard folder, `../hummingbot_files/bots/instance_name/logs/error.log

Traceback (most recent call last):
  File "/home/hummingbot/./bin/hummingbot_quickstart.py", line 15, in <module>
    from bin.hummingbot import UIStartListener, detect_available_port
  File "/home/hummingbot/bin/hummingbot.py", line 19, in <module>
    from hummingbot.client.hummingbot_application import HummingbotApplication
  File "/home/hummingbot/hummingbot/client/hummingbot_application.py", line 9, in <module>
    from hummingbot.client.command import __all__ as commands
  File "/home/hummingbot/hummingbot/client/command/__init__.py", line 2, in <module>
    from .config_command import ConfigCommand
  File "/home/hummingbot/hummingbot/client/command/config_command.py", line 8, in <module>
    from hummingbot.client.command.gateway_command import GatewayCommand
  File "/home/hummingbot/hummingbot/client/command/gateway_command.py", line 26, in <module>
    from hummingbot.client.ui.completer import load_completer
  File "/home/hummingbot/hummingbot/client/ui/completer.py", line 30, in <module>
    from hummingbot.strategy.strategy_v2_base import StrategyV2ConfigBase
  File "/home/hummingbot/hummingbot/strategy/strategy_v2_base.py", line 22, in <module>
    from hummingbot.smart_components.controllers.controller_base import ControllerBase, ControllerConfigBase
ModuleNotFoundError: No module named 'hummingbot.smart_components.controllers.controller_base'

Note: This seems related to an update from v2 strategy introducing controllers

Steps to reproduce bug

  1. Fresh install dashboard
  2. On Credentials, start master config
  3. On Instance a. Start hummingbot broker b. Create new instance using latest (release version 1.26.0)

rapcmia avatar Mar 27 '24 14:03 rapcmia

I get the same error

klpanagi avatar Mar 29 '24 00:03 klpanagi

same same, deleted and reinstalled everything multiple times, was working fine yesterday

Pomelog avatar Apr 01 '24 05:04 Pomelog

same exact issue, please provide some help, thanks

Detr0yt94 avatar Apr 08 '24 04:04 Detr0yt94

it happens from hummingbot/hummingbot:version-1.26.0

JesseXie avatar Apr 21 '24 16:04 JesseXie