hummingbot / dashboard

Application that helps you create, backtest, deploy, and manage Hummingbot instances
Apache License 2.0
175 stars 115 forks source link

Feat/bot orchestration v2 #50

Closed cardosofede closed 1 year ago

fengtality commented 1 year ago

I got this error when creating a bot:

docker: Error response from daemon: create ./hummingbot_files/bot_configs/hummingbot-1/conf: "./hummingbot_files/bot_configs/hummingbot-1/conf" includes invalid characters for a local volume name, only "[a-zA-Z0-9][a-zA-Z0-9_.-]" are allowed. If you intended to pass a host directory, use absolute path

UPDATE: Error above seems to be due to folder with same bot name created beforehand. I deleted folder and tried again. Still an error that appears to be due to creating the conf/connectors folder:

docker: Error response from daemon: create ./hummingbot_files/bot_configs/hummingbot-2/conf/connectors: "./hummingbot_files/bot_configs/hummingbot-2/conf/connectors" includes invalid characters for a local volume name, only "[a-zA-Z0-9][a-zA-Z0-9_.-]" are allowed. If you intended to pass a host directory, use absolute path.
cardosofede commented 1 year ago

@fengtality did you reinstall the conda environment? I upgraded the docker manager

fengtality commented 1 year ago

@cardosofede How is Docker Manager supposed to be installed? It's not in the conda environment file

philipp1992 commented 1 year ago

also running into this issue, any fix?