-
#901 RuntimeError: 配音全部失败 None...
💬 1[Last reply:26 minutes ago] 根据错误信息分析,这是在配音阶段使用 GPT-SoVITS 语音合成服务时出现的"配音全部失败"错误,错误代码为 None。 主要原因: GPT-SoVITS 本地服务可能没有正确启动或连接失败。当软件尝试调用 GPT-SoVITS 进行语音合成时,无法连接到本地部署的服务,导致所有配...82.152* Posted at: 26 minutes ago -
#900 Error:response=ChatCompletion(id='K13oaNbrH5aFvdIPu5HBuAc', choices=[Choice(finish_reason='length', index=0, logprobs=No...
💬 1[Last reply:2 hours ago] This error occurs when using the Gemini AI translation service and the response gets cut off due to exceeding the maximum to...2a00:1f* Posted at: 2 hours ago -
#899 no choices:response=ChatCompletion(id='wCjoaNOMGuifvdIP5oPz2Ac', choices=[Choice(finish_reason='length', index=0, logpro...
💬 1[Last reply:6 hours ago] This error occurs when using the Gemini AI translation service, where the API response is incomplete due to token length lim...2a00:1f* Posted at: 6 hours ago -
#898 KeyError: 'target_language'...
💬 1[Last reply:8 hours ago] This error occurs due to a missing configuration key in your pyVideoTrans settings. The KeyError: 'target_language' indicate...2a00:1f* Posted at: 8 hours ago -
#897 RuntimeError: Cannot load the target vocabulary from the model directory...
💬 3[Last reply:13 hours ago] 这个问题是由于 faster-whisper 模型文件下载不完整或损坏导致的。当软件尝试加载模型时,无法找到正确的词汇表文件。 解决方法: 1. 删除损坏的模型文件 进入软件所在目录下的 models 文件夹 删除 faster-whisper 文件夹(如果存在) 重新启...27.38* Posted at: 13 hours ago -
#896 视频中原来的字幕能删除替换成新的目标语言的字幕吗...
💬 3[Last reply:13 hours ago] 您说得对,pyVideoTrans 确实无法删除视频中已经存在的硬字幕(即直接嵌入在视频画面中的文字)。 核心原因: 硬字幕是视频图像的一部分,就像画面中的任何其他元素一样,软件无法从视频帧中识别并擦除这些文字 pyVideoTrans 的工作流程是通过语音识别→翻译→生成新...67.209* Posted at: 14 hours ago -
#895 这个报错是什么意思?...
💬 1[Last reply:17 hours ago] 这个错误是由于软件在语音识别阶段无法找到临时锁文件导致的。问题出现在 faster-whisper 本地模式运行时,系统试图访问 D:/GJ/win-videotrans-v3.80/tmp/35452.lock 文件但该文件不存在。 解决方案: 1. 检查临时目录权限:确保软件安装目...2406:da14* Posted at: 17 hours ago -
#894 KeyboardInterrupt...
💬 1[Last reply:17 hours ago] 这个错误是由于在软件运行过程中用户按下了中断键(通常是 Ctrl+C 或 Command+)导致的程序被强制中断。从错误信息来看,这是在 macOS 系统上运行 pyVideoTrans v3.80 源码版本时发生的 KeyboardInterrupt 异常。 问题原因: 用户主...203.198* Posted at: 17 hours ago -
#891 RuntimeError: Using SOCKS proxy, but the 'socksio' package is not installed. Make sure to install httpx using `pip inst...
💬 1[Last reply:18 hours ago] 填写 http 代理,不要用 sock 代理...223.73* Posted at: 19 hours ago -
#893 3.81pyVideoTrans闪退...
💬 1[Last reply:18 hours ago] 当前版本有点问题,先不要点击试听了,直接合成...82.152* Posted at: 18 hours ago -
#892 正常流程安装操作下来之后一到字幕翻译就直接结束了,红色的“已完成,点击打开”,也不显示报错...
💬 1[Last reply:18 hours ago] 翻译渠道选 微软翻译试试...2408:821a* Posted at: 19 hours ago -
#850 测试gptsovits api时程序会闪退...
💬 1[Last reply:19 hours ago] 2025-10-09 15:49:31,169 - VideoTrans - INFO - 第2批次 LLM断句,每批次 500 个字或单词 2025-10-09 15:51:23,925 - VideoTrans - INFO - 平台: Windows。正在按优先级检测最佳的 'h264' 编码器: ['nvenc...103.135* Posted at: 2 days ago -
#890 requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=56118): Max retries exceeded with url: /t...
💬 1[Last reply:19 hours ago] 这个问题是由于 GPT-SoVITS 本地语音合成服务未启动导致的连接失败。从错误日志可以看出,pyVideoTrans 试图连接到本地端口 56118 的 GPT-SoVITS 服务,但该服务没有运行。 解决方案: 1. 启动 GPT-SoVITS 服务 你需要先下载并部署 G...113.84* Posted at: 19 hours ago -
#889 KeyError: 'listen_text_中文简'...
💬 1[Last reply:20 hours ago] 这个错误是由于在语音合成(配音)功能中,软件无法找到对应的界面文本配置导致的。具体来说,错误 KeyError: 'listen_text_中文简' 表示软件在尝试访问一个名为 'listen_text_中文简' 的文本键时,该键在当前的界面语言...192.9* Posted at: 20 hours ago -
#888 克隆语音服务错误: RetryError[<Future at 0x1c61f75efe0 state=finished raised HTTPError>]CloneVoice...
💬 1[Last reply:20 hours ago] 这个问题与 pyVideoTrans 软件的克隆语音服务相关。错误信息表明在调用语音克隆服务时出现了网络连接问题(HTTPError),导致请求失败并触发了重试机制。 问题分析: 错误类型:RetryError[<Future ... raised HTTPError>...169.150* Posted at: 20 hours ago -
#887 RuntimeError: 404 Client Error: Not Found for url: http://127.0.0.1:7860/apittsCloneVoice...
💬 2[Last reply:23 hours ago] apittsCloneVoice表示API路径,路径哪里配置的?...169.150* Posted at: 23 hours ago -
#886 python版本是3.12.8执行命令时提示我bash: .venvscriptsactivate: command not found...
💬 1[Last reply:1 day ago] 使用 cmd 终端执行命令,不要使用 git bash窗口执行...121.20* Posted at: 1 day ago -
#885 RuntimeError: [Errno 2] No such file or directory: 'C:/Games/_video_out/Tutorial - HOW TO make girl SQUIRT - Real Amateu...
💬 1[Last reply:1 day ago] 这个错误是由于视频文件名过长且包含特殊字符导致的文件路径问题。软件在处理视频文件时,文件名中的特殊字符和超长路径会导致文件操作失败。 问题分析: 从错误信息可以看到,视频文件名非常长且包含空格、连字符、方括号等特殊字符: Tutorial - HOW TO make girl SQUI...60.245* Posted at: 1 day ago -
#884 模型翻译阶段提示词修改,所有bug瞬间解决!...
💬 1[Last reply:1 day ago] 您分析得非常准确!这确实是使用AI翻译渠道时导致配音阶段报错的常见原因。 问题根源: 当AI翻译引擎遇到难以翻译的内容时,根据提示词要求输出空行,而配音模块无法为空行生成音频,因此报错。 您的解决方案: 将提示词中的"空行"改为"嗯"是一个巧妙且有效的变通方法。这样既避免了空行导致的配...113.84* Posted at: 1 day ago -
#883 字幕文件单段分隔太长,或者所有字幕挤在一起,请问如何解决?...
💬 1[Last reply:1 day ago] 从您上传的截图来看,您在使用 pyVideoTrans 进行视频翻译时遇到了字幕翻译阶段的问题,具体表现为翻译结果出现了空白行和部分字幕缺失。 问题原因分析: 这通常发生在使用传统翻译渠道(如百度翻译、腾讯翻译等)或某些AI翻译渠道时。当软件将字幕文本按行发送给翻译引擎后,如果翻译引擎...113.84* Posted at: 1 day ago
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.
Related resource
- Download win10/11 package
- Document
- My Posts
- GitHub repo
- Realtime STT
- Tools for download faster-whisper models
Trending Questions
-
【这样设置,才能取得最佳断句效果-faster-whisper语音识别!】... 💬 5 👁 490
-
翻译断句过长,全屏字幕问题... 💬 1 👁 329
-
语音转字幕问题... 💬 6 👁 243
-
助力项目持续维护... 💬 0 👁 227
-
【faster-whisper模式】下载模型失败解决办法... 💬 1 👁 195
-
识别语音设置怎么感觉没用啊... 💬 4 👁 185
-
2025-09-10 11:09:02,333 - VideoTrans - ERROR - FFmpeg 命令执行失败 (force_cpu=True)。 命令: ffmpeg -hide_banner -ignore_unknown -... 💬 11 👁 181
-
翻译字幕阶段出错:Traceback (most recent call last): File "videotrans\translator\_base.py", line 77, in run File "... 💬 1 👁 177
-
大佬帮帮忙,总是到结尾出现这样,不知道哪里出了问题... 💬 1 👁 173
-
翻译钢铁侠2,使用批量翻译srt,中间有字幕没有翻译,同时出现把参数显示出来了。... 💬 1 👁 167
-
_process:cuBLAS failed with status CUBLAS_STATUS_NOT_SUPPORTED:FasterAll... 💬 1 👁 159
-
声画不同步的问题... 💬 0 👁 156
-
{'code': 6, 'msg': 'CUDA error: no kernel image is available for execution on the device\nCUDA ... 💬 12 👁 152
-
Unable to open file 'model.bin' in model 'C:/Users/wujin/Desktop/win-videotrans-v3.78-0821/models\models-... 💬 3 👁 151
-
('400 Client Error: Bad Request for url: http://127.0.0.1:9880/tts?text=%E5%91%83%2C%E5%85%B6%E5%AE%9E%E6%9C%AC%E6%... 💬 1 👁 150
-
Unable to open file 'model.bin' in model 'D:/BaiduNetdiskDownload/win-videotrans-v3.78-0821/models\models... 💬 1 👁 149
-
target language... 💬 1 👁 137
-
videotrans.configure._except.TranslateSrtError: Request triggered 429, please increase the pause time: Error code: 429 -... 💬 3 👁 132
-
[WinError 1314] A required privilege is not held by the client: '..\\..\\blobs\\931c77a740890c46365c7ae0c9d350ba3cc... 💬 1 👁 130
-
Unable to open file 'model.bin' in model 'D:/Program Files/pyvideotrans/win-videotrans-v3.78-0821/models\... 💬 2 👁 125