-
#1055 requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=9966): Max retries exceeded with url: /tt...
💬 1[Last reply:18 minutes ago] 这个错误表明软件正在尝试连接本地端口 9966 的 TTS 服务,但该服务未启动。这通常发生在您选择了需要本地部署的 TTS 模型时。根据错误信息,您可能选择了 ChatTTS 或其他需要启动本地服务的 TTS 模型。请按以下步骤解决:检查 TTS 设置: 在菜单栏选择 TTS配音设置,查看当前选择的“配音渠道”。切换...35.212* Posted at: 19 minutes ago -
#1050 srt翻译字幕处理失败...
💬 11[Last reply:19 minutes ago] <RESULT>感谢您提供详细的日志和截图。从日志中可以清晰地看到问题根源:Gemini API 连接中断 (httpx.RemoteProtocolError: Server disconnected without sending a response)。这导致翻译任务在某个批次失败,后续的字幕行没有被...117.152* Posted at: 1 hour ago -
#1054 No module named 'faster_whisper'...
💬 1[Last reply:25 minutes ago] The error "No module named 'faster_whisper'" indicates that the required Python package for the faster-whisper speech recognition model is not installed in your...2001:b07* Posted at: 25 minutes ago -
#1053 No module named 'deepgram'...
💬 1[Last reply:40 minutes ago] The error "No module named 'deepgram'" indicates that the required Python package for the Deepgram speech recognition service is not installed in your environme...2001:b07* Posted at: 40 minutes ago -
#1052 ModuleNotFoundError: No module named 'pyaudioop'...
💬 1[Last reply:50 minutes ago] This error indicates a missing dependency for pydub on your Linux system. The audioop module (or its replacement pyaudioop) is required for audio processing but...2001:b07* Posted at: 50 minutes ago -
#1051 mac mini m4提取字幕时一直闪退...
💬 1[Last reply:52 minutes ago] 根据您的描述,在 Mac Mini M4 上使用“提取字幕”功能时软件闪退,这通常与本地语音识别模型(如 faster-whisper)的兼容性或资源问题有关。请尝试以下步骤排查:检查模型兼容性:M4芯片是ARM架构,请确保您使用的语音识别模型支持ARM平台。建议先在“语音识别设置”中尝试切换为 openai-whis...240e:360* Posted at: 52 minutes ago -
#1049 gtts.tts.gTTSError: 429 (Too Many Requests) from TTS API. Probable cause: Unknown...
💬 1[Last reply:2 hours ago] 这是 Google TTS 的请求频率过高导致的 429 错误。请按以下步骤解决:切换配音渠道:在 TTS 配音设置中,暂时切换到其他配音渠道,如 Edge-TTS(免费) 或 Azure TTS。调整请求频率(如果仍需使用 Google TTS):在菜单栏选择 工具/选项 -> 高级选项。在"配音调整"区域,将...113.66* Posted at: 2 hours ago -
#1048 能否将自己训练好的声音模型导入到软件中,让软件使用已经生成好的克隆声音...
💬 1[Last reply:8 hours ago] 目前,pyVideoTrans 不支持直接导入您自己训练的 GPT-SOVITS 声音模型。软件内置的 TTS(文本转语音)功能主要依赖于其集成的特定服务,例如:在线服务:如 Edge-TTS、OpenAI TTS、Azure TTS 等。本地模型:如 Coqui-AI TTS 等。这些渠道的模型和接口是固定的,无法通...122.188* Posted at: 8 hours ago -
#1047 [Errno 22] Invalid argument: 'C:\\Users\\ZhuanZ\\AppData\\Local\\Temp\\360zipC:\\Users\\ZhuanZ\\AppData\\Local\\Temp\\36...
💬 1[Last reply:9 hours ago] 这个错误是由于临时文件路径无效导致的,路径中出现了重复的目录结构。这通常发生在解压或文件处理过程中。请按以下步骤解决:清理临时文件:按 Win+R 打开运行对话框输入 %temp% 并回车删除该临时文件夹中的所有文件(可以按 Ctrl+A 全选后删除)检查软件安装路径:确保软件安装在纯英文路径下,路径中不要包含中文、空...118.74* Posted at: 9 hours ago -
#1046 Error code: 500 - {'error':...
💬 1[Last reply:9 hours ago] 这个错误表明您选择的配音渠道不支持 zh-cn 语言代码。错误信息明确指出,该渠道支持的语言列表为:ar, da, de, el, en, es, fi, fr, he, hi, it, ja, ko, ms, nl, no, pl, pt, ru, sv, sw, tr, zh。请注意,支持的语言列表中包含 zh,但...188.253* Posted at: 9 hours ago -
#1045 RuntimeError: [Errno 22] Invalid argument: 'C:\\Users\\ZhuanZ\\AppData\\Local\\Temp\\360zipC:\\Users\\ZhuanZ\\AppData\\L...
💬 1[Last reply:9 hours ago] 这个错误是由于软件临时文件路径异常导致的。错误信息显示路径中出现了重复拼接 C:\\Users\\ZhuanZ\\AppData\\Local\\Temp\\360zipC:\\Users\\ZhuanZ\\AppData\\Local\\Temp\\360$0\\models\\token,这通常与解压软件或系统环境...118.74* Posted at: 9 hours ago -
#1044 videotrans.configure._except.StopRetry: GPT-SoVITS error-1:{'message': 'prompt_lang is required'}...
💬 1[Last reply:10 hours ago] 这个错误是因为在使用 GPT-SoVITS 配音时缺少必需的 prompt_lang 参数。请按以下步骤解决:检查 GPT-SoVITS 配置:在菜单栏选择 TTS配音设置,找到 GPT-SoVITS 相关配置项。设置提示语言:确保在 GPT-SoVITS 配置中正确设置了提示语言 (prompt_lang) 参数,通...183.220* Posted at: 10 hours ago -
#1043 clone-voice 是否可以在macos 上安装...
💬 1[Last reply:10 hours ago] 根据 pyVideoTrans 的核心知识库,该软件主要专注于视频翻译(语音识别、字幕翻译、文本配音和视频合成),其功能列表中并未包含 "clone-voice"(声音克隆)功能。因此,关于 "clone-voice" 在 macOS 上的安装问题,已经超出了 pyVideoTrans 技术支持的范围。建议您直接咨询 ...104.28* Posted at: 10 hours ago -
#1009 NameError: name 'DeepgramApiError' is not defined...
💬 10[Last reply:10 hours ago] 很高兴问题得到解决。如果后续在使用 pyVideoTrans 过程中遇到其他问题,欢迎随时提出。...104.28* Posted at: 1 day ago -
#794 ModuleNotFoundError: No module named 'deepgram.clients'...
💬 3[Last reply:10 hours ago] 根据错误信息和您反馈的情况,这看起来是 pyVideoTrans 源码版本的一个依赖冲突问题。错误发生在导入 deepgram 模块时,但该模块实际上可能并不需要。请尝试以下更彻底的解决方案:方案一:清理并重新安装依赖首先卸载现有的依赖:pip uninstall -r requirements.txt -y然后重新安...104.28* Posted at: 14 days ago -
#1042 RuntimeError: Access denied, please make sure your account is in good standing....
💬 1[Last reply:11 hours ago] 这个错误表明您使用的 腾讯云 TTS (QwenTTS) 账户访问被拒绝。请按以下步骤排查:检查账户状态:登录腾讯云控制台,确认您的账户是否正常、未欠费,并且 TTS 服务已正确开通和授权。验证密钥:在软件菜单栏选择 TTS配音设置,检查您填写的 SecretId 和 SecretKey 是否正确无误,并确保没有多余的...45.149* Posted at: 11 hours ago -
#1041 openai.AuthenticationError: Error code: 401 - {'error': {'message': 'Incorrect API key provided: sk-babd9***************...
💬 1[Last reply:11 hours ago] 这个错误明确显示您的 OpenAI API 密钥无效。错误信息 "Incorrect API key provided" 表明您输入的 API 密钥不正确或已失效。请按以下步骤解决:检查 API 密钥:登录 OpenAI API Keys 页面确认密钥以 sk- 开头如果密钥已失效,请创建新的 API 密钥重新配置密钥...203.10* Posted at: 11 hours ago -
#1040 RuntimeError: [Errno 2] No such file or directory: 'D:/pyVideos/tmp/10584.lock'...
💬 1[Last reply:12 hours ago] 这个错误是由于软件在尝试创建临时锁文件时,指定的临时目录 D:/pyVideos/tmp/ 不存在或无法访问导致的。请按以下步骤解决:检查并创建临时目录:打开资源管理器,导航到 D:/pyVideos/ 目录在该目录下创建一个名为 tmp 的文件夹如果上述方法无效,修改临时目录路径:在软件菜单栏选择 工具/选项 -&g...123.123* Posted at: 12 hours ago -
#1039 openai.NotFoundError: Error code: 404 - {'error': {'message': 'The model `gpt-4-turbo` does not exist or you do not have...
💬 1[Last reply:12 hours ago] 错误信息显示您选择的 OpenAI 模型 gpt-4-turbo 不存在或您没有访问权限。这通常是由于以下原因:模型名称错误:OpenAI 的模型名称已更新,gpt-4-turbo 可能不是当前有效的名称。API 密钥权限不足:您的 API 密钥可能没有访问该模型的权限,或者该模型已下线。解决方案:检查并更新模型名称:...203.10* Posted at: 12 hours ago -
#1038 RuntimeError: [Errno 2] No such file or directory: 'D:/pyVideos/tmp/1928.lock'...
💬 1[Last reply:12 hours ago] 这个错误是由于软件在尝试创建临时锁文件时,指定的目录 D:/pyVideos/tmp/ 不存在导致的。请按以下步骤解决:手动创建缺失的目录:在您的 D:/pyVideos/ 路径下,手动创建一个名为 tmp 的文件夹。完整路径应为:D:/pyVideos/tmp/检查软件工作目录设置:在软件主界面,确认“输出目录”设置...123.123* Posted at: 12 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.
Related resource
- Download win10/11 package
- Document
- My Posts
- GitHub repo
- Realtime STT
- Tools for download faster-whisper models
Trending Questions
-
【这样设置,才能取得最佳断句效果-faster-whisper语音识别!】... 💬 9 👁 583
-
翻译断句过长,全屏字幕问题... 💬 3 👁 391
-
语音转字幕问题... 💬 6 👁 282
-
助力项目持续维护... 💬 0 👁 263
-
【faster-whisper模式】下载模型失败解决办法... 💬 1 👁 241
-
识别语音设置怎么感觉没用啊... 💬 4 👁 218
-
翻译字幕阶段出错:Traceback (most recent call last): File "videotrans\translator\_base.py", line 77, in run File "... 💬 1 👁 210
-
2025-09-10 11:09:02,333 - VideoTrans - ERROR - FFmpeg 命令执行失败 (force_cpu=True)。 命令: ffmpeg -hide_banner -ignore_unknown -... 💬 11 👁 206
-
大佬帮帮忙,总是到结尾出现这样,不知道哪里出了问题... 💬 1 👁 201
-
翻译钢铁侠2,使用批量翻译srt,中间有字幕没有翻译,同时出现把参数显示出来了。... 💬 1 👁 187
-
声画不同步的问题... 💬 0 👁 178
-
_process:cuBLAS failed with status CUBLAS_STATUS_NOT_SUPPORTED:FasterAll... 💬 1 👁 178
-
Unable to open file 'model.bin' in model 'C:/Users/wujin/Desktop/win-videotrans-v3.78-0821/models\models-... 💬 3 👁 175
-
Unable to open file 'model.bin' in model 'D:/BaiduNetdiskDownload/win-videotrans-v3.78-0821/models\models... 💬 1 👁 171
-
{'code': 6, 'msg': 'CUDA error: no kernel image is available for execution on the device\nCUDA ... 💬 12 👁 171
-
('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 👁 169
-
videotrans.configure._except.TranslateSrtError: Request triggered 429, please increase the pause time: Error code: 429 -... 💬 3 👁 154
-
target language... 💬 1 👁 153
-
[WinError 1314] A required privilege is not held by the client: '..\\..\\blobs\\931c77a740890c46365c7ae0c9d350ba3cc... 💬 1 👁 150
-
Unable to open file 'model.bin' in model 'D:/Program Files/pyvideotrans/win-videotrans-v3.78-0821/models\... 💬 2 👁 145