Files
stable/config_examples
Jorge Isnardo Altamirano f0e161a3c6 purge_old_models is not of type boolean
```
ft_dev_bot | 2023-03-11 17:49:00,782 - freqtrade.configuration.config_validation - INFO - Validating configuration ...
ft_dev_bot | 2023-03-11 17:49:00,784 - freqtrade.configuration.config_validation - CRITICAL - Invalid configuration. Reason: 2 is not of type 'boolean'
ft_dev_bot | 
ft_dev_bot | Failed validating 'type' in schema['properties']['freqai']['properties']['purge_old_models']:
ft_dev_bot |     {'default': True, 'type': 'boolean'}
ft_dev_bot | 
ft_dev_bot | On instance['freqai']['purge_old_models']:
ft_dev_bot |     2
ft_dev_bot | 2023-03-11 17:49:00,785 - freqtrade.commands.trade_commands - ERROR - 2 is not of type 'boolean'
ft_dev_bot | 2023-03-11 17:49:00,785 - freqtrade.commands.trade_commands - ERROR - Fatal exception!
```
2023-03-11 17:52:34 +01:00
..