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 creating a config from exiting controller config by untick the use default config and select from the list, I observed that when deploy the config created it fails with error related to config_name field
2025-07-14 13:28:59,268 - 17 - hummingbot.core.trading_core - ERROR - Failed to start strategy v2_with_controllers: 1 validation error for PMMSimpleConfig
config_name
Extra inputs are not permitted [type=extra_forbidden, input_value='dove-logic_0.1', input_type=str]
For further information visit https://errors.pydantic.dev/2.11/v/extra_forbidden
Steps to reproduce bug
Setup hummingbot-deploy and create a config from existing controller-config
Deploy and then check container on terminal by using docker attach <container_name
Describe the bug
When creating a config from exiting controller config by untick the
use default configand select from the list, I observed that when deploy the config created it fails with error related toconfig_namefieldSteps to reproduce bug
docker attach <container_name