You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When debugging with Codespaces, the Create Bot fails to create the bot without feedback. It turns out that the docker command fails with:
docker: Error response from daemon: create ./hummingbot_files/bot_configs/hummingbot-test/logs: "./hummingbot_files/bot_configs/hummingbot-test/logs" 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.
The text was updated successfully, but these errors were encountered:
Getting the same error when running the dashboard locally
docker: Error response from daemon: create ./hummingbot_files/bot_configs/hummingbot-Bot/./logs: "./hummingbot_files/bot_configs/hummingbot-Bot/./logs" 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.
Most probably your PR fixes the issue, hope Fede gets to it soon
When debugging with Codespaces, the
Create Bot
fails to create the bot without feedback. It turns out that the docker command fails with:The text was updated successfully, but these errors were encountered: