xtts-api-server icon indicating copy to clipboard operation
xtts-api-server copied to clipboard

Update Issue

Open woCmodsiW opened this issue 2 years ago • 0 comments

Hi!

I just updated the xtts-api-server and I'm getting the error below. Is this something that can be ignored? The server seems to be working as far as I can tell...

miniconda3/envs/xtts/lib/python3.10/site-packages/pydantic/_internal/_fields.py:149: UserWarning: Field "model_name" has conflict with protected namespace "model_".

You may be able to resolve this warning by setting `model_config['protected_namespaces'] = ()`.
  warnings.warn(
INFO:     Started server process [1520484]
INFO:     Waiting for application startup.
INFO:     Application startup complete.
INFO:     Uvicorn running on http://localhost:8020 (Press CTRL+C to quit)

woCmodsiW avatar Jan 09 '24 08:01 woCmodsiW