#1215 123gradio_client.exceptions.AppError: The upstream Gradio app has raised an exception but has not enabled verbose error

2a03:90c0* Posted at: 2 days ago 👁22

配音阶段出错:[F5-TTS] 无效的值或参数:The upstream Gradio app has raised an exception but has not enabled verbose error reporting. To enable, set show_error=True in launch().:
Traceback (most recent call last):
File "videotrans\task\job.py", line 185, in run
File "videotrans\task\trans_create.py", line 422, in dubbing
File "videotrans\task\trans_create.py", line 671, in _tts
File "videotrans\tts\__init__.py", line 291, in run
File "videotrans\tts\_base.py", line 193, in run
File "tenacity\__init__.py", line 480, in call
File "videotrans\tts\_f5tts.py", line 313, in _run
File "videotrans\tts\_f5tts.py", line 82, in _item_task_v1
File "gradio_client\client.py", line 478, in predict

).result()

File "gradio_client\client.py", line 1539, in result

return super().result(timeout=timeout)

File "concurrent\futures\_base.py", line 446, in result
File "concurrent\futures\_base.py", line 391, in __get_result
File "concurrent\futures\thread.py", line 58, in run
File "gradio_client\client.py", line 1158, in _inner

predictions = _predict(*data)

File "gradio_client\client.py", line 1270, in _predict

raise AppError(

gradio_client.exceptions.AppError: The upstream Gradio app has raised an exception but has not enabled verbose error reporting. To enable, set show_error=True in launch().


=
system:Windows-10-10.0.26200-SP0
version:v3.82
frozen:True
language:zh
root_dir:D:/win-videotrans

1 Replies

此错误表明您在使用 F5-TTS 进行配音时,连接的 Gradio 服务端出现了内部异常,但未开启详细错误报告。

解决方案:

  1. 切换配音渠道:这是最直接的解决方法。F5-TTS 是依赖外部服务的在线工具,其稳定性无法保证。

    • 在软件主界面的“配音渠道”中,切换到其他更稳定的选项,例如 Edge-TTS (免费) 或配置您自己的 OpenAI TTS / Azure TTS
  2. 检查网络连接:如果必须使用 F5-TTS,请确保您的网络环境可以稳定访问其服务地址,并尝试在“工具/选项 -> 高级选项”中设置网络代理。
  3. 等待服务恢复:F5-TTS 的服务端可能暂时不可用,您可以稍后再试。

鉴于错误信息明确指出是上游应用(即 F5-TTS 的服务端)出了问题,作为客户端用户无法直接修复。因此,强烈建议您优先采用方案1,更换配音渠道。

Post Your Reply
Open source and free maintenance is not easy. If this project is helpful to you, please consider making a small donation to help the project continue to maintain and update.

Donate: https://ko-fi.com/jianchang512

Trending Questions