-
#5413 语音识别阶段出错[WhisperX(本地API)] [WhisperX] 该渠道需另行部署并启动后可用Connection error.Traceback (most recent call last):File "httpx\_trans......
💬 3[Last reply:13 hours ago] 错误原因是 WhisperX 服务未启动或 API 地址配置错误。WhisperX 属于需要本地部署并单独启动 API 服务的渠道,软件无法自动连接。解决步骤:启动 WhisperX 服务:确保已在本地成功部署并运行了 WhisperX 的 API 服务(默认地址通常为 http://127.0.0.1:端口号,例如 http://127.0.0.1:8000)。填写正确的 API 地址:在软件菜...64.118* Posted at: 13 hours ago -
#5411 self.api_url='http://127.0.0.1:7860'...
💬 1[Last reply:13 hours ago] [WinError 10061] 表示本地 7860 端口没有服务在运行。您选择的配音渠道(如 F5-TTS、Spark-TTS、IndexTTS 等)需要自行部署并启动对应的本地服务,默认监听地址为 http://127.0.0.1:7860。解决方案:确认所选配音渠道:检查主界面“配音渠道”是否属于需要本地部署的类型(如 F5-TTS / Spark / IndexTTS / DiaTTS /...58.19* Posted at: 13 hours ago -
#5410 语音识别阶段出错[faster-whisper(本地内置)] 下载模型失败,你可以打开以下网址,将所有文件下载到 D:/Tool/win-pyvideotrans-v4.03-0622/models/models--mobiuslabsgm......
💬 3[Last reply:14 hours ago] 您的问题似乎没有发送完整。请描述您遇到的具体问题、错误信息,或提供 logs/ 目录下最新的日志内容,以便我为您分析。...64.118* Posted at: 14 hours ago -
#5408 代理地址:http://127.0.0.1:9092...
💬 1[Last reply:15 hours ago] 这是典型的 WhisperX 本地服务未正确启动或无法连接 导致的超时错误。根本原因:您选择了 WhisperX(本地API) 渠道,但对应的本地服务尚未运行、服务地址错误、或网络代理拦截了回环连接。日志中显示代理地址为 http://127.0.0.1:9092,若您的代理软件未正确放行本地回环地址,会导致连接超时。解决方案:确保 WhisperX 服务已启动:在系统任务管理器中检查是否存在 W...64.118* Posted at: 15 hours ago -
#5407 代理地址:http://127.0.0.1:9092...
💬 1[Last reply:15 hours ago] 该错误是因为您选择了 WhisperX(本地API) 渠道,但本地WhisperX服务未启动或API地址配置不正确,软件无法连接到该服务导致超时。解决方案:部署并启动 WhisperX 服务:WhisperX 需要您自行在本地或服务器上部署并运行其 API 服务。参考官方部署文档启动服务后,软件会自动使用其 API。启动后确保服务监听地址与软件中配置的 API 地址一致(默认通常为 http://...38.207* Posted at: 15 hours ago -
#5406 requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=9880): Max retries exceeded with url: /tts (Caused by NewConnectionError('<urllib3.connection.HTTPCon...
💬 3[Last reply:16 hours ago] 请提供具体的错误信息或日志文件内容,以便精准定位问题。你可以在软件安装目录下的 logs/ 文件夹中找到最新的 .log 文件,复制底部约30行的报错内容发给我。...2408:8214* Posted at: 16 hours ago -
#5405 代理地址:http://127.0.0.1:9092...
💬 1[Last reply:16 hours ago] 这是由于 WhisperX(本地API) 渠道需要您自行在本地部署并启动服务才能使用,当前软件尝试连接时目标计算机拒绝连接,说明该服务并未运行。解决方法:请先启动您部署的 WhisperX 服务(例如在终端中运行对应启动命令),确保其处于监听状态(默认地址通常是 http://127.0.0.1:端口号)。在 pyVideoTrans 的“菜单 – 语音识别设置 – WhisperX”中,确认 A...38.207* Posted at: 16 hours ago -
#5404 代理地址:http://127.0.0.1:9092...
💬 1[Last reply:17 hours ago] WhisperX 属于需自行部署的本地 API 渠道,报错 [WinError 10061] 由于目标计算机积极拒绝,无法连接 表明你本机的 WhisperX 服务未启动或地址端口配置错误。解决步骤:部署并启动 WhisperX 服务:参照其官方文档在本机部署,启动后默认地址为 http://127.0.0.1:端口号(通常为 9000 或 7860)。配置软件 API 地址:打开 pyVideo...64.118* Posted at: 17 hours ago -
#5403 代理地址:http://127.0.0.1:9092...
💬 1[Last reply:17 hours ago] 这是由于选择的语音识别渠道 WhisperX(本地API) 需要您自行在本地部署并启动其 API 服务,当前服务未运行或地址连接失败。解决方法:部署并启动 WhisperX 的 API 服务(通常基于 OpenAI 兼容接口),确保其在本地运行并可访问。在 pyVideoTrans 的 菜单 -> 语音识别设置 -> WhisperX 中,填写正确的 API 地址(例如 http://...64.118* Posted at: 17 hours ago -
#5402 name 'ChatterboxTTS' is not definedTraceback (most recent call last): File "/Users/user/Desktop/Source/youtube/lib/pyvi......
💬 1[Last reply:17 hours ago] 你的错误是由于缺少 chatterbox-tts 依赖导致的。ChatterBox-TTS 是一个需要额外安装的可选本地渠道,未安装时引用 ChatterboxTTS 会引发 NameError。解决方案:在 pyvideotrans 项目根目录下,运行以下命令安装 ChatterBox 及其依赖:uv sync --extra chatterbox如果仍未解决,尝试清除缓存并重新安装所有可选依赖...108.165* Posted at: 17 hours ago -
#5401 OSError: Error no file named pytorch_model.bin, model.safetensors, tf_model.h5, model.ckpt.index or flax_model.msgpack found in directory C:/Users/MystralMJ/pyvideo/models/models--...
💬 1[Last reply:17 hours ago] This error indicates that the Qwen3-TTS model files in C:/Users/MystralMJ/pyvideo/models/models--Qwen--Qwen3-TTS-12Hz-1.7B-CustomVoice are incomplete, specifically the speech_tokenizer subfolder is mi...129.0* Posted at: 17 hours ago -
#5400 Dubbing FailedThe upstream Gradio app has raised an exception but has not enabled verbose error reporting. To enable, se......
💬 1[Last reply:18 hours ago] This error indicates that the upstream F5-TTS (Local API) service raised an exception, but the Gradio app was launched without verbose error reporting (show_error=True in launch()). The root cause is ...108.165* Posted at: 18 hours ago -
#5399 Dubbing FailedParameter seed_input is not a valid key-word argument. Please click on 'view API' in the footer of the Gra......
💬 1[Last reply:18 hours ago] This error indicates that the F5-TTS local API service you are using does not accept the parameter seed_input. This is a version mismatch – the pyVideoTrans client is sending an argument that the runn...108.165* Posted at: 18 hours ago -
#5398 videotrans.configure.excepts.DubbingSrtError: Parameter `randomize_seed` is not a valid key-word argument. Please click on 'view API' in the footer of the Gradio app to see usage....
💬 1[Last reply:18 hours ago] This error occurs because you're using a Gradio-based TTS service (likely GPT-SoVITS or F5-TTS) but the API parameters expected by pyVideoTrans do not match the service version you've deployed. The ra...108.165* Posted at: 18 hours ago -
#5397 Could not fetch config for http://127.0.0.1:5010/...
💬 1[Last reply:18 hours ago] The error "This channel needs deployed and started before available" for F5-TTS means the pyVideoTrans software cannot connect to the local F5-TTS service. The log shows it's trying to reach http://12...108.165* Posted at: 18 hours ago -
#5396 Role clone does not existTraceback (most recent call last): File "/Users/user/Desktop/Source/youtube/lib/pyvideotrans/v......
💬 1[Last reply:18 hours ago] Fish-TTS (Local API) does not support the clone role for voice cloning. The clone role is only available in specific TTS channels that have built-in cloning capabilities, such as F5-TTS, GPT-SoVITS, Q...108.165* Posted at: 18 hours ago -
#5395 [Clone-Voice] 该渠道需另行部署并启动后可用Traceback (most recent call last): File "urllib3\connection.py", line 198, in _new_conn Fi......
💬 1[Last reply:20 hours ago] 该错误是由于 Clone-Voice 本地服务未启动,导致软件无法连接到 127.0.0.1:9988 的 /apitts 接口。clone-voice 渠道需要您自行在本地部署并启动 HTTP 服务后才能使用,且该渠道已停止维护,不再推荐使用。解决方案:启动本地 clone-voice 服务(如果您仍想使用):请确保您已按照 clone-voice 项目的文档正确部署并运行服务,服务端口默认为 ...116.172* Posted at: 20 hours ago -
#5394 TaskCfgVTT(uuid='c7f5b2fa33', name='C:/Users/Lenovo/Desktop/TK全托管视频/AI成片视频/车载固定香薰/260623/1_.mp4', dirname='C:/Users/Lenovo/Desktop/TK全托管视频/AI成片视频/车载固定香薰/260623', noextname='1_', ba...
💬 1[Last reply:20 hours ago] 由于目标计算机积极拒绝,无法连接——这是代理服务器配置错误或未启动导致的。你当前在软件中设置了网络代理(见主界面第5行“网络代理”),但该代理服务器并未运行或地址/端口不正确,导致Google翻译、Edge-TTS等依赖网络的渠道全部连接失败。解决方法:如果你不使用代理: 在主界面第5行的“网络代理”文本框中删除所有内容,留空保存。软件将直接联网,不再走代理。如果你确实需要使用代理:确保代理客户...149.28* Posted at: 20 hours ago -
#5392 导出的文件为什么那么大 原视频才十几m...
💬 1[Last reply:21 hours ago] 这是视频翻译勾选了“视频慢速”或CRF质量控制不当导致的。视频慢速会将画面逐帧慢放并重新编码,导致体积暴增数倍;CRF值如果过低(如默认23)同样会生成较大文件。解决方案:关闭视频慢速:在主界面同步对齐区域,取消勾选“视频慢速”,仅保留“音频加速”即可。调整输出质量:点击菜单→工具→高级选项→视频输出控制,将“视频输出质量控制”从默认值调高到 25~30(数值越大体积越小,画质略微下降)。更换编码...240e:37a* Posted at: 21 hours ago -
#5391 代理地址:http://127.0.0.1:7890...
💬 1[Last reply:23 hours ago] 此错误通常由文件路径或音频问题引起,而非模型本身。根据日志分析:路径含中文和特殊字符:您的视频文件名和目录含有中文、#、`()、空格等特殊符号,易导致 FFmpeg 提取音频失败或解析错误,造成转录结果为空。模型过小:tiny 模型质量极低,对非英语语音识别准确度很差,尤其中文常返回空结果。未启用 CUDA 加速且无 NVIDIA 显卡:若您的电脑没有 NVIDIA 独立显卡或未安装 CUDA,o...103.190* Posted at: 23 hours 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.
Dondate: ko-fi.com/jianchang512