-
#1361 Cannot find a function with `api_name`: /gen_single....
💬 1[Last reply:14 days ago] 这个错误表明软件在尝试调用一个名为 /gen_single 的 API 接口时失败,该接口通常与某些在线服务(如语音合成或翻译)相关。请按以下步骤排查:检查网络连接与代理:确保您的网络可以正常访问您所使用的服务(例如 OpenAI、Azure TTS 等)。如果您使用了网络代理,请在软件主界面的“网络代理”处正确填写代...23.106* Posted at: 14 days ago -
#1359 [Errno 2] No such file or directory: 'videoplayback/zh-cn.wav'...
💬 1[Last reply:14 days ago] 这个错误表明软件在尝试访问一个名为 zh-cn.wav 的音频文件时,找不到该文件。这通常发生在视频处理过程中,音频提取或临时文件生成环节出现了问题。请按照以下步骤排查和解决:检查视频文件路径:确保您的视频文件路径不包含任何中文、空格或特殊符号。请将视频文件移动到一个纯英文路径下(例如 D:/videos/my_vid...2409:8a4c* Posted at: 14 days ago -
#1358 Subject: 401 Unauthorized Error with edge-tts (free) - API Key Expired?...
💬 1[Last reply:15 days ago] 根据错误信息,这是 Edge-TTS 服务端的问题,与 API Key 无关(Edge-TTS 是免费服务,不需要 API Key)。401 错误通常表示微软服务器暂时拒绝了连接请求。解决方案:降低请求频率(最有效的方法):在软件菜单栏选择 工具/选项 -> 高级选项。在“配音调整”区域,将“同时配音字幕数”改为...2806:2f0* Posted at: 15 days ago -
#1357 OSError: [WinError 1314] 客户端没有所需的特权。: '..\\..\\blobs\\0351d1d6870005e865747b781b5d7c23ea0459cd' -> 'D:\\迅雷下载\\win-videot...
💬 1[Last reply:15 days ago] 这个错误是由于软件没有足够的权限在系统上创建符号链接(symlink),导致无法下载 faster-whisper 语音识别模型。主要原因和解决方案:软件路径问题:您的软件解压路径包含中文(D:/迅雷下载/),这可能导致权限问题。权限不足:Windows 系统对创建符号链接有严格的权限要求。请按以下步骤解决:移动软件到...108.181* Posted at: 15 days ago -
#1356 openai.BadRequestError: Error code: 400 - {'error': {'message': 'Audio file might be corrupted or unsupported', 'type': ...
💬 1[Last reply:15 days ago] The error indicates that OpenAI's Speech-to-Text API is rejecting your audio file, stating it might be "corrupted or unsupported". This is a common issue with t...14.169* Posted at: 15 days ago -
#1355 recognition request failed: Bad Gateway...
💬 1[Last reply:15 days ago] 这个 "Bad Gateway" 错误通常是由于网络连接问题导致的,特别是当使用需要联网的语音识别渠道时。请按以下步骤排查:检查网络连接:确保您的网络连接稳定,没有防火墙或代理软件阻止 pyVideoTrans 访问外部服务。确认语音识别渠道:如果您使用的是 Google语音识别、OpenAI-Whisper-API、...5.45* Posted at: 15 days ago -
#1351 (ReadTimeoutError(...
💬 1[Last reply:15 days ago] 这个错误是由于在下载语音识别模型时,网络连接超时导致的。cas-bridge.xethub.hf.co 是 Hugging Face 的域名,软件在尝试从此处下载模型文件时失败。解决方案:设置网络代理(推荐):在软件主界面,找到 翻译渠道 下方的 网络代理 输入框。填入您可用的代理地址,格式如 http://127.0...183.134* Posted at: 15 days ago -
#1350 为什么我移了半天还是不可以,显示路径不对,已经全部关掉重启过了...
240e:3a1* Posted at: 16 days ago -
#1348 用 视频,音频,字幕 三者合并时 怎么独立 设置 其他语言单行字符数 改成60 ??...
💬 4[Last reply:16 days ago] 这两者没关系。 视频、音频、字幕合并时,只能添加一个字幕,字幕语言就是固定的,无需区分中日韩和其他语言,这里设置单行字符数对所有语言都生效...140.235* Posted at: 16 days ago -
#412 点选cuda报错...
💬 5[Last reply:16 days ago] 是的,您的判断非常准确。GTX 1650 4GB 显存是导致CUDA加速失败的最可能原因。4GB显存对于运行 pyVideoTrans 中的大型AI模型(如语音识别、TTS模型)来说严重不足,在处理视频时极易导致显存耗尽,从而引发各种CUDA错误。核心解决方案:取消CUDA加速(首选方案):在软件主界面的 翻译设置 和...185.220* Posted at: 2 months ago -
#1347 Error:response=ChatCompletion(id='yaMMaYL_CdKUxN8Pza7yUA', choices=[Choice(finish_reason='length', index=0, logprobs=Non...
💬 1[Last reply:16 days ago] The error you're encountering appears to be related to the translation output being truncated due to token limits when using the Gemini AI model. The response s...2a00:1d34* Posted at: 16 days ago -
#1346 [Errno 2] No such file or directory: 'C:/Users/Shavk Visuals/Desktop/VideoTranslate/tmp/30332.lock'...
💬 1[Last reply:16 days ago] The error [Errno 2] No such file or directory: '.../tmp/30332.lock' typically occurs when the software cannot access a temporary lock file. This is of...2a00:1d34* Posted at: 16 days ago -
#1345 For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/403...
💬 1[Last reply:16 days ago] 这个错误是由于 CosyVoice 配音时网络连接失败导致的 403 禁止访问错误。请按以下步骤解决:检查 CosyVoice 服务状态:确保 CosyVoice 本地服务正在运行且端口 9980 可正常访问降低并发请求:在菜单栏选择 工具/选项 -> 高级选项,在"配音调整"区域:将"同时配音字幕数"改为 1将...120.240* Posted at: 16 days ago -
#1344 OSError: [Errno 22] Invalid argument...
💬 1[Last reply:16 days ago] This error indicates an SSL/TLS context creation failure when connecting to the ElevenLabs TTS service. It's likely related to your system's SSL certificates or...171.241* Posted at: 16 days ago -
#1342 您好, 请教一下 如何 同时生成 双语srt, 英语srt , 中文srt 的3份文件,...
💬 22[Last reply:16 days ago] pip uninstall torch torchvision torchaudiopip install torch==2.7.1 torchvision==0.22.1 torchaudio==2.7.1 --index-url https://download.pytorch.org/whl/cu128 输入后...140.235* Posted at: 17 days ago -
#1343 Not found: E:/BaiduNetdiskDownload/win-videotrans-v3.84/tmp31524/2264011384/novoice.mp4...
💬 1[Last reply:16 days ago] 这个错误表明软件在合成阶段无法找到临时生成的音频文件 novoice.mp4。这通常是由于以下原因之一:杀毒软件或安全软件干扰:某些安全软件可能会误删临时文件。磁盘空间不足:临时目录所在磁盘空间不足。路径权限问题:临时文件路径权限不足。请尝试以下解决方案:关闭杀毒软件:暂时禁用所有杀毒软件和安全防护软件,然后重新运行任...172.96* Posted at: 16 days ago -
#1075 Error when connect Chatterbox TTS...
💬 14[Last reply:17 days ago] Chatterbox TTS的语速调整参数可能存在问题。请尝试以下解决方案:检查Chatterbox的语速参数范围:不同的TTS服务对语速参数的取值范围可能不同。有些服务使用-100到+100,有些使用0.5到2.0的倍数。请查阅Chatterbox的文档确认正确的参数范围。在Chatterbox WebUI中测试:直...2001:ee0* Posted at: 1 month ago -
#1341 videotrans.util.help_ffmpeg._FFprobeInternalError: OS error running ffprobe: [WinError 1006] 文件所在的卷已被外部更改,因此打开的文件不再有效。...
💬 3[Last reply:17 days ago] 从日志可以看出,问题出现在处理文件 E:/421/videotrans/input/421.mp3 时。这个错误表明文件系统不稳定导致 ffprobe 无法正常读取音频文件。请按以下步骤解决:检查文件完整性:确认 421.mp3 文件没有损坏,可以尝试用其他播放器打开测试。关闭文件占用程序:确保没有其他程序正在访问该 ...2408:8220* Posted at: 17 days ago -
#1340 <p>Your client does not have permission to get URL <code>/v1beta/models/gemini-2.5-flash:streamGenerateContent</code> fr...
💬 1[Last reply:17 days ago] 您在使用 Gemini AI 进行翻译时遇到了 403 权限错误。这通常是由于 API 密钥无效、未启用相应服务或请求超出配额所致。请按以下步骤排查:检查 API 密钥:确保在“翻译设置”中填写的 Gemini API 密钥准确无误,且未被意外添加空格。启用 API 服务:前往 Google AI Studio 或 G...89.221* Posted at: 17 days ago -
#1339 Software is only creating subtitles; it is not translating the video, even in "Translate Video or Audio" Mode. Instead, ...
💬 9[Last reply:17 days ago] 从日志可以看出,软件成功完成了语音识别和字幕翻译,但配音(TTS)步骤仍然没有执行。问题分析:日志在字幕翻译后中断,没有显示任何TTS处理信息即使更换了TTS服务,问题依旧解决方案:检查配音渠道配置:在菜单栏选择 翻译设置 -> 配音设置确保已选择具体的配音渠道(如 Edge-TTS、Azure TTS 等)检查...73.159* Posted at: 17 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语音识别!】... 💬 11 👁 982
-
翻译断句过长,全屏字幕问题... 💬 3 👁 599
-
【faster-whisper模式】下载模型失败解决办法... 💬 1 👁 484
-
语音转字幕问题... 💬 6 👁 448
-
助力项目持续维护... 💬 0 👁 390
-
ImportError: cannot import name 'Sentinel' from 'typing_extensions' (/home/Timoshenko/miniconda3/lib... 💬 1 👁 383
-
大佬帮帮忙,总是到结尾出现这样,不知道哪里出了问题... 💬 1 👁 365
-
识别语音设置怎么感觉没用啊... 💬 4 👁 365
-
翻译字幕阶段出错:Traceback (most recent call last): File "videotrans\translator\_base.py", line 77, in run File "... 💬 1 👁 339
-
翻译钢铁侠2,使用批量翻译srt,中间有字幕没有翻译,同时出现把参数显示出来了。... 💬 1 👁 333
-
2025-09-10 11:09:02,333 - VideoTrans - ERROR - FFmpeg 命令执行失败 (force_cpu=True)。 命令: ffmpeg -hide_banner -ignore_unknown -... 💬 11 👁 330
-
Unable to open file 'model.bin' in model 'C:/Users/wujin/Desktop/win-videotrans-v3.78-0821/models\models-... 💬 3 👁 307
-
声画不同步的问题... 💬 2 👁 306
-
{'code': 6, 'msg': 'CUDA error: no kernel image is available for execution on the device\nCUDA ... 💬 12 👁 303
-
Unable to open file 'model.bin' in model 'D:/BaiduNetdiskDownload/win-videotrans-v3.78-0821/models\models... 💬 1 👁 293
-
edge_tts.exceptions.NoAudioReceived: No audio was received. Please verify that your parameters are correct.... 💬 1 👁 293
-
_process:cuBLAS failed with status CUBLAS_STATUS_NOT_SUPPORTED:FasterAll... 💬 1 👁 280
-
videotrans.configure._except.TranslateSrtError: Request triggered 429, please increase the pause time: Error code: 429 -... 💬 3 👁 279
-
('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 👁 278
-
RuntimeError: Data processing error: CAS service error : Reqwest Error: HTTP status client error (401 Unauthorized), dom... 💬 2 👁 274