dashboard icon indicating copy to clipboard operation
dashboard copied to clipboard

Bug Report: Can't start an instance

Open edsonPrimo opened this issue 1 year ago • 1 comments

Describe the bug

I created a new instance on the dashboard, but when I start it, it suddenly shuts down after few seconds.

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 22, in <module>
    from hummingbot.client.ui.completer import load_completer
  File "/home/hummingbot/hummingbot/client/ui/completer.py", line 29, in <module>
    from hummingbot.strategy.strategy_v2_base import StrategyV2ConfigBase
  File "/home/hummingbot/hummingbot/strategy/strategy_v2_base.py", line 16, in <module>
    from hummingbot.connector.markets_recorder import MarketsRecorder
  File "/home/hummingbot/hummingbot/connector/markets_recorder.py", line 49, in <module>
    from hummingbot.smart_components.controllers.controller_base import ControllerConfigBase
ModuleNotFoundError: No module named 'hummingbot.smart_components.controllers.controller_base'

I tried on MacOS and WSL2.

Steps to reproduce bug

  1. Fresh install of the dashboard
  2. Create an instance
  3. Try to start the instance

edsonPrimo avatar May 02 '24 20:05 edsonPrimo

Version 1.25 works fine

edsonPrimo avatar May 02 '24 22:05 edsonPrimo

I managed to solve for now commenting this line

image

edsonPrimo avatar May 06 '24 16:05 edsonPrimo

As mentioned here - https://github.com/hummingbot/dashboard/issues/112 we are currently doing a major overhaul of the dashboard for the May release. You can test it out here - https://github.com/cardosofede/hummingbot-deploy

Please test and provide feedback here in Github or in our #dashboard channel in Discord!

david-hummingbot avatar May 07 '24 10:05 david-hummingbot