dashboard icon indicating copy to clipboard operation
dashboard copied to clipboard

Deploy - Does not start any container on launch bots

Open rapcmia opened this issue 1 year ago • 2 comments

Describe the bug

When checking a PR and compare to development branch, observed that it does not created nor launch any container.

After click launch bots image

  • No POST /create hummingbot instance ❌
  • Recording from different PR

Tried fastapi localhost/8000/docsimage

  • I am able to create hummingbot instance succesfully
  • Also tried to remove which works as expected
  • Events are posted on the backend-api image

Steps to reproduce bug

  1. Setup deploy using source build
    • Backendapi and dashboard on source, broker on docker compose
  2. Run a backtesting on pmm_simple and upload config
  3. Go to deploy
    • select the controller-config
    • select either master or latest branch of hummingbot client
    • then click launch bots

rapcmia avatar Oct 28 '24 07:10 rapcmia

I updated to latest v1.39 causing issues with current that is v1.33 compatible only image

Opened ticket for now

rapcmia avatar Oct 28 '24 13:10 rapcmia

@rapcmia We had this issue in the past, and if is the same problem is related to the version of Streamlit. We need to freeze it because the next version introduces conflicts with the react components.

cardosofede avatar Oct 29 '24 02:10 cardosofede

Dashboard now uses streamlit v1.47.0

rapcmia avatar Jul 18 '25 06:07 rapcmia