added more tracing

This commit is contained in:
Saifeddine ALOUI 2025-02-10 02:11:39 +01:00
parent 4a289554be
commit a18ad54d90
2 changed files with 2 additions and 1 deletions

@ -1 +1 @@
Subproject commit 176e69fe30e58b6b48bdacd9410f2676429a1b49
Subproject commit 523f4cfb3def48d266d0b531bcc7b2aee5d8df71

View File

@ -465,6 +465,7 @@ class LOLLMSWebUI(LOLLMSElfServer):
f"Personality {personality.name} request using custom voice but couldn't load XTTS"
)
except Exception as ex:
trace_exception(ex)
ASCIIColors.error(
f"Personality file not found or is corrupted ({personality_path}).\nReturned the following exception:{ex}\nPlease verify that the personality you have selected exists or select another personality. Some updates may lead to change in personality name or category, so check the personality selection in settings to be sure."
)