mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-02-15 06:52:01 +00:00
added more tracing
This commit is contained in:
parent
4a289554be
commit
a18ad54d90
@ -1 +1 @@
|
||||
Subproject commit 176e69fe30e58b6b48bdacd9410f2676429a1b49
|
||||
Subproject commit 523f4cfb3def48d266d0b531bcc7b2aee5d8df71
|
@ -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."
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user