Could not fetch config for http://127.0.0.1:8880/v1/audio/speech/:
Traceback (most recent call last):
File "/Users/junyouchen/Desktop/pyvideotrans/videotrans/tts/_omnivoice.py", line 94, in _item_task
client = Client(self.api_url, ssl_verify=False)File "/Users/junyouchen/Desktop/pyvideotrans/.venv/lib/python3.10/site-packages/gradio_client/client.py", line 163, in init
self.config = self._get_config()File "/Users/junyouchen/Desktop/pyvideotrans/.venv/lib/python3.10/site-packages/gradio_client/client.py", line 972, in _get_config
raise ValueError(f"Could not fetch config for {self.src}")ValueError: Could not fetch config for http://127.0.0.1:8880/v1/audio/speech/
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/junyouchen/Desktop/pyvideotrans/videotrans/util/ListenVoice.py", line 16, in run
tts.run(File "/Users/junyouchen/Desktop/pyvideotrans/videotrans/tts/__init__.py", line 451, in run
OmniVoice(**kwargs).run()File "/Users/junyouchen/Desktop/pyvideotrans/videotrans/tts/_base.py", line 137, in run
self._exec()File "/Users/junyouchen/Desktop/pyvideotrans/videotrans/tts/_omnivoice.py", line 61, in _exec
self._local_mul_thread()File "/Users/junyouchen/Desktop/pyvideotrans/videotrans/tts/_base.py", line 210, in _local_mul_thread
self._item_task(item,k)File "/Users/junyouchen/Desktop/pyvideotrans/videotrans/tts/_omnivoice.py", line 96, in _item_task
raise StopRetry(str(e))videotrans.configure._except.StopRetry: Could not fetch config for http://127.0.0.1:8880/v1/audio/speech/
=
system:macOS-26.4.1-arm64-arm-64bit
version:v3.99
frozen:False
language:zh
root_dir:/Users/junyouchen/Desktop/pyvideotrans
Python: 3.10.19 (main, Feb 12 2026, 00:36:33) [Clang 21.1.4 ]