MycroftAI / mycroft-core

Mycroft Core, the Mycroft Artificial Intelligence platform.
https://mycroft.ai
Apache License 2.0
6.51k stars 1.27k forks source link

tts cache creates "None" folder #2930

Closed JarbasAl closed 3 years ago

JarbasAl commented 3 years ago

the latest cache refactor is creating a folder named "None" due to the handling of persistent cache added for mimic2 in https://github.com/MycroftAI/mycroft-core/pull/2853

cache is also deleted on boot, the min_percent param is set to 100%, "Remove cache data if disk space is running low." actually means "always remove cache data".

proposed fix: https://github.com/HelloChatterbox/HolmesV/pull/61