-
#545 openai.APIConnectionError: Connection error....
💬 9[Last reply:13 days ago] 您遇到的错误 CUDA error: no kernel image is available for execution on the device 表明您的 NVIDIA 显卡与当前 PyTorch/CUDA 环境不兼容。这通常发生在以下情况:主要原因:您的显卡计算能力(Compute Capability)低于当...2a02:6ea0* Posted at: 1 month ago -
#542 RuntimeError: Parameter `emo_ref_path` is not a valid key-word argument. Please click on 'view API' in the footer of the...
💬 5[Last reply:13 days ago] 这个错误是因为您使用的 index-tts2 模型不支持 emo_ref_path 参数。请按以下步骤解决:切换回 index-tts1:在 TTS 配音设置中,将模型从 index-tts2 切换回 index-tts1。正如您提到的,index-tts2 确实比1慢很多,这是正常现象。检查高级选项:在菜单栏选择 工...123.245* Posted at: 1 month ago -
#1072 videotrans.configure._except.StopRetry: GPT-SoVITS error-1:{'message': 'tts failed', 'Exception': '参考音频在3~10秒范围外,请更换!'}...
💬 1[Last reply:13 days ago] 这个错误是因为您在使用 GPT-SoVITS 进行语音克隆配音时,提供的参考音频时长不符合要求。GPT-SoVITS 要求参考音频的时长必须在 3-10 秒之间。请按以下步骤解决:检查参考音频时长:确保您选择的参考音频文件时长在 3-10 秒范围内。重新选择参考音频:如果当前音频过短(<3秒)或过长(>10...106.120* Posted at: 13 days ago -
#1069 gradio_client.exceptions.AppError: The upstream Gradio app has raised an exception: Value: false is not in the list of c...
💬 1[Last reply:13 days ago] 这个错误是由于 CosyVoice2 的 Gradio API 参数类型不匹配导致的。错误信息显示传递了小写的 false 值,但 API 期望的是大写的 False 或 True。请按以下步骤解决:临时解决方案:暂时切换到其他 TTS 配音渠道,如 Edge-TTS 或 OpenAI TTS。等待修复:这是一个已知的...223.79* Posted at: 13 days ago -
#1053 No module named 'deepgram'...
💬 3[Last reply:13 days ago] 在 macOS 上出现“没有翻译模块”的错误,通常是因为翻译服务所需的依赖包没有正确安装。请按照以下步骤解决:安装依赖包:打开终端(Terminal)导航到 pyVideoTrans 的源代码目录运行命令:pip install -r requirements.txt检查翻译设置:启动 pyVideoTrans进入菜单...2001:b07* Posted at: 14 days ago -
#1068 No module named 'dashscope'...
💬 1[Last reply:13 days ago] 这个错误表明您的环境中缺少 dashscope 库。dashscope 是阿里云通义千问(Qwen)模型和语音服务(如FunASR)所必需的Python包。请按照以下步骤解决:打开终端。安装 dashscope:执行以下命令:pip install dashscope安装完成后,重新启动 pyVideoTrans 软件...1.165* Posted at: 13 days ago -
#1062 Cannot connect to host 127.0.0.1:29290 ssl:<ssl.SSLContext object at 0x0000027C124D5F40> [Connect call failed ('127.0.0....
💬 1[Last reply:14 days ago] 这个错误表明软件无法连接到本地代理服务器(127.0.0.1:29290)。这通常发生在以下情况:代理设置问题:您可能在软件中设置了网络代理,但代理服务器并未运行或端口不正确防火墙阻止:Windows防火墙可能阻止了连接解决方案:检查代理设置:在菜单栏选择 翻译设置查看"网络代理"设置,如果不需要代理,请清空该字段如果...2409:8a28* Posted at: 14 days ago -
#1061 HTTPSConnectionPool(host='edge.microsoft.com', port=443): Max retries exceeded with url: /translate/auth (Caused by Prox...
💬 1[Last reply:14 days ago] 这个错误表明软件在尝试连接 edge.microsoft.com 进行翻译服务时,因网络代理问题导致连接被拒绝。请按以下步骤排查:检查网络代理设置:如果您使用了网络代理或VPN,请确保其配置正确且运行正常。有时不正确的代理设置会阻止软件访问外部API。关闭代理/VPN:暂时关闭所有代理工具或VPN,然后重试翻译操作。切...221.238* Posted at: 14 days ago -
#1060 连不上网吗,这怎么回事...
💬 5[Last reply:14 days ago] 您已经正确设置了网络代理,但连接仍然失败。这可能是由于以下几个原因:代理服务器问题:请确认您的代理服务器(127.0.0.1:7890)当前正在运行且工作正常。您可以在浏览器中测试该代理是否能正常访问 huggingface.co。软件权限问题:请确保以管理员权限运行 pyVideoTrans,以便软件能够正确使用系统...221.238* Posted at: 14 days ago -
#1059 你是什么ai 是免费的吗...
💬 1[Last reply:14 days ago] 我是由 OpenAI 技术驱动的 AI 助手,专门为开源视频翻译软件 pyVideoTrans 提供技术支持。关于我自身的使用费用问题,我无法直接回答,这通常取决于您访问我的平台或应用的政策。如果您有关于 pyVideoTrans 软件的功能、使用或故障排除方面的问题,我很乐意为您解答。...240e:47c* Posted at: 14 days ago -
#1058 OSError: [Errno 22] Invalid argument: 'C:\\Users\\xzf\\AppData\\Local\\Temp\\360zipC:\\Users\\xzf\\AppData\\Local\\Temp\...
💬 1[Last reply:14 days ago] 这个错误是由于软件路径中包含特殊字符或解压路径异常导致的。faster-whisper 在尝试下载模型时无法正确访问临时目录。请按以下步骤解决:重新解压软件:将 pyVideoTrans 软件包解压到一个纯英文、无空格、无特殊字符的路径下,例如 D:\videotrans。避免使用系统权限目录:不要解压到 C:\Pro...154.31* Posted at: 14 days ago -
#1057 ERROR - 'NoneType' object has no attribute 'content'...
💬 1[Last reply:14 days ago] 这个错误是由于使用 Gemini 翻译时返回了空内容导致的。请尝试以下解决方案:检查 Gemini API 配置:确认在"翻译设置"中正确配置了 Gemini API 密钥确保 API 密钥有效且未过期调整翻译参数:在"高级选项"中,将"同时翻译的字幕数"设置为 1取消勾选"发送完整字幕"选项切换翻译渠道:如果问题持续...2405:4802* Posted at: 14 days ago -
#1056 KeyError: 'listen_text_阿塞拜疆语'...
💬 1[Last reply:14 days ago] 这个错误表明在尝试获取“阿塞拜疆语”的监听文本时,配置文件中缺少对应的键值。请按以下步骤解决:在软件主界面,点击菜单栏的 工具/选项 -> 高级选项在“配音调整”区域,找到“监听语言”相关设置检查“监听语言”是否被设置为“阿塞拜疆语”,如果是,请将其更改为软件支持的语言(如中文、英语等)或者直接重置“监听语言”设...104.28* Posted at: 14 days ago -
#1055 requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=9966): Max retries exceeded with url: /tt...
💬 1[Last reply:14 days ago] 这个错误表明软件正在尝试连接本地端口 9966 的 TTS 服务,但该服务未启动。这通常发生在您选择了需要本地部署的 TTS 模型时。根据错误信息,您可能选择了 ChatTTS 或其他需要启动本地服务的 TTS 模型。请按以下步骤解决:检查 TTS 设置: 在菜单栏选择 TTS配音设置,查看当前选择的“配音渠道”。切换...35.212* Posted at: 14 days ago -
#1050 srt翻译字幕处理失败...
💬 11[Last reply:14 days ago] <RESULT>感谢您提供详细的日志和截图。从日志中可以清晰地看到问题根源:Gemini API 连接中断 (httpx.RemoteProtocolError: Server disconnected without sending a response)。这导致翻译任务在某个批次失败,后续的字幕行没有被...117.152* Posted at: 14 days ago -
#1054 No module named 'faster_whisper'...
💬 1[Last reply:14 days 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: 14 days ago -
#1052 ModuleNotFoundError: No module named 'pyaudioop'...
💬 1[Last reply:14 days 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: 14 days ago -
#1051 mac mini m4提取字幕时一直闪退...
💬 1[Last reply:14 days ago] 根据您的描述,在 Mac Mini M4 上使用“提取字幕”功能时软件闪退,这通常与本地语音识别模型(如 faster-whisper)的兼容性或资源问题有关。请尝试以下步骤排查:检查模型兼容性:M4芯片是ARM架构,请确保您使用的语音识别模型支持ARM平台。建议先在“语音识别设置”中尝试切换为 openai-whis...240e:360* Posted at: 14 days ago -
#1049 gtts.tts.gTTSError: 429 (Too Many Requests) from TTS API. Probable cause: Unknown...
💬 1[Last reply:14 days ago] 这是 Google TTS 的请求频率过高导致的 429 错误。请按以下步骤解决:切换配音渠道:在 TTS 配音设置中,暂时切换到其他配音渠道,如 Edge-TTS(免费) 或 Azure TTS。调整请求频率(如果仍需使用 Google TTS):在菜单栏选择 工具/选项 -> 高级选项。在"配音调整"区域,将...113.66* Posted at: 14 days ago -
#1048 能否将自己训练好的声音模型导入到软件中,让软件使用已经生成好的克隆声音...
💬 1[Last reply:15 days ago] 目前,pyVideoTrans 不支持直接导入您自己训练的 GPT-SOVITS 声音模型。软件内置的 TTS(文本转语音)功能主要依赖于其集成的特定服务,例如:在线服务:如 Edge-TTS、OpenAI TTS、Azure TTS 等。本地模型:如 Coqui-AI TTS 等。这些渠道的模型和接口是固定的,无法通...122.188* Posted at: 15 days 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
Trending Questions
-
【这样设置,才能取得最佳断句效果-faster-whisper语音识别!】... 💬 9 👁 737
-
翻译断句过长,全屏字幕问题... 💬 3 👁 484
-
【faster-whisper模式】下载模型失败解决办法... 💬 1 👁 354
-
语音转字幕问题... 💬 6 👁 344
-
助力项目持续维护... 💬 0 👁 315
-
识别语音设置怎么感觉没用啊... 💬 4 👁 276
-
翻译字幕阶段出错:Traceback (most recent call last): File "videotrans\translator\_base.py", line 77, in run File "... 💬 1 👁 272
-
大佬帮帮忙,总是到结尾出现这样,不知道哪里出了问题... 💬 1 👁 264
-
2025-09-10 11:09:02,333 - VideoTrans - ERROR - FFmpeg 命令执行失败 (force_cpu=True)。 命令: ffmpeg -hide_banner -ignore_unknown -... 💬 11 👁 264
-
翻译钢铁侠2,使用批量翻译srt,中间有字幕没有翻译,同时出现把参数显示出来了。... 💬 1 👁 241
-
Unable to open file 'model.bin' in model 'C:/Users/wujin/Desktop/win-videotrans-v3.78-0821/models\models-... 💬 3 👁 233
-
声画不同步的问题... 💬 0 👁 227
-
Unable to open file 'model.bin' in model 'D:/BaiduNetdiskDownload/win-videotrans-v3.78-0821/models\models... 💬 1 👁 223
-
{'code': 6, 'msg': 'CUDA error: no kernel image is available for execution on the device\nCUDA ... 💬 12 👁 220
-
_process:cuBLAS failed with status CUBLAS_STATUS_NOT_SUPPORTED:FasterAll... 💬 1 👁 218
-
('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 👁 207
-
target language... 💬 1 👁 198
-
videotrans.configure._except.TranslateSrtError: Request triggered 429, please increase the pause time: Error code: 429 -... 💬 3 👁 198
-
[WinError 1314] A required privilege is not held by the client: '..\\..\\blobs\\931c77a740890c46365c7ae0c9d350ba3cc... 💬 1 👁 193
-
Unable to open file 'model.bin' in model 'D:/Program Files/pyvideotrans/win-videotrans-v3.78-0821/models\... 💬 2 👁 189