Instances - Local instances shows "stopped" when deploy is relaunched
Describe the bug
While testing a PR and tried to relaunch deploy by running docker compose restart while there are active instances, it would not recognized the active containers and only display on `stop" status
- Observed only option for a user to stop the bots is either manually execute
stopcommand or use thearchivebutton from dashboard - This causes our v2 strategy to not be able to close orders on exchange leaving it as active orders
Steps to reproduce bug
- Setup deploy using docker
- Select any controller and deploy
- Launch instance and wait until it successfully place orders
- Go back to terminal and run
docker compose restart
not able to reproduced
After running couple more tests, issue happened again so reopened 😓
Were you able to find a solution for this? I have the same issue.
Someone reported to fix this in discord, it seems to be a port conflict. I traced the error back to the backend api not reporting correctly
Someone reported to fix this in discord, it seems to be a port conflict. I traced the error back to the backend api not reporting correctly
Ok so how would I resolve the issue?
You may want to pull the latest commit from humingbot/deploy and ./setup.sh again. We have added updates with dashboard and hummingbot-api (previously backend-api)
Screen share: https://www.loom.com/share/1f644515a5c14dcea11aa8cdc03fcb1a
Linked this issue https://github.com/hummingbot/hummingbot-api/issues/94 since it occured after restart
I've pulled the latest commit and setup again but now I can't access the dashboard due an st pages error. See below image: