runtime error

ugin not loaded, there will be no mouth movements Traceback (most recent call last): File "/home/user/.local/lib/python3.10/site-packages/ovos_plugin_manager/templates/tts.py", line 203, in __init__ self.g2p = OVOSG2PFactory.create(cfg) File "/home/user/.local/lib/python3.10/site-packages/ovos_plugin_manager/g2p.py", line 139, in create g2p = clazz(g2p_config) TypeError: 'NoneType' object is not callable 2024-03-23 23:36:02.312 - OVOS - neon_tts_plugin_coqui:_init_model:187 - INFO - Initializing model for: en Traceback (most recent call last): File "/home/user/app/app.py", line 5, in <module> from models.model import * File "/home/user/app/models/model.py", line 11, in <module> from tts.conversion import tts_infer, ELEVENLABS_VOICES_RAW, ELEVENLABS_VOICES_NAMES File "/home/user/app/tts/conversion.py", line 21, in <module> coquiTTS = CoquiTTS() File "/home/user/.local/lib/python3.10/site-packages/neon_tts_plugin_coqui/__init__.py", line 69, in __init__ self._init_model({"lang": lang}) File "/home/user/.local/lib/python3.10/site-packages/neon_tts_plugin_coqui/__init__.py", line 188, in _init_model synt = self._init_synthesizer(lang) File "/home/user/.local/lib/python3.10/site-packages/neon_tts_plugin_coqui/__init__.py", line 237, in _init_synthesizer model_path = self._download_huggingface(model_name) File "/home/user/.local/lib/python3.10/site-packages/neon_tts_plugin_coqui/__init__.py", line 258, in _download_huggingface model_path = hf_hub_download(model_name, "model.pt", File "/home/user/.local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 118, in _inner_fn return fn(*args, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 1291, in hf_hub_download raise LocalEntryNotFoundError( huggingface_hub.utils._errors.LocalEntryNotFoundError: Connection error, and we cannot find the requested files in the disk cache. Please try again or make sure your Internet connection is on.

Container logs:

Fetching error logs...