dashboard
dashboard copied to clipboard
Master Configs container exiting on creation
After starting the dashboard and going to the Credentials page to start the Master Configs instance the container gets created but then exits out after a few seconds.
When running docker logs it returns this error
Steps to Reproduce:
- Start Dashboard with
hummingbot_with_dashboard
compose file in thedeploy-examples
repo - Open browser and go to the Credentials page
- Press the Start button to launch / start the Master Bot instance
- In the terminal a docker container named
hummingbot-master_bot_conf
should be created. - Run the command
docker ps -a
in the terminal and the status next tohummingbot-master_bot_conf
will showexited
reproduced on the latest commit 3e4e3a0
Development Client + latest dashboard
Failed to attach master bot config after start ( status next to hummingbot-master_bot_conf will show exited)
master bot exited right after start and user failed to attach:
I am getting the same behavior. Attempting to create the master config instance results in the container exiting immediately with no logs. Same thing when attempting to launch a candles downloader container.
Are there steps to config this so it will fire up? Or is only the terminal access working ATM?