-
#1366 openai.NotFoundError: Error code: 404 - {'error': {'message':...
💬 3[Last reply:4 months ago] 无法连接到本地 Ollama 部署的模型,通常是由于 API 地址配置错误导致的。请按以下步骤检查和修正:验证 Ollama 服务状态:在命令行中运行 ollama serve 确保服务正在运行。运行 ollama list 确认您要使用的模型已正确下载并可用。检查 pyVideoTrans 中的 API 地址:在软件...209.9* Posted at: 4 months ago -
#1365 HTTPSConnectionPool(host='translate.google.com', port=443): Max retries exceeded with url: /m?sl=ru&tl=en&hl=en&q=%D0%96...
💬 1[Last reply:4 months ago] 这个错误表明在使用 Google 翻译渠道时,网络代理连接失败。错误信息显示 "Tunnel connection failed: 400 Bad Request",说明代理服务器拒绝了连接请求。请按以下步骤解决:检查代理设置:在软件主界面,找到翻译渠道设置区域,检查你填写的代理地址是否正确。格式应为 http://代...46.232* Posted at: 4 months ago -
#1364 RuntimeError: Numpy is not available...
💬 2[Last reply:4 months ago] pip install numpy==1.26...106.180* Posted at: 4 months ago -
#1363 RuntimeError: EP01-VFX.mp4没有识别出字幕,请检查是否包含人类说话声音,以及说话语言是否和你选择的原始语言匹配...
💬 1[Last reply:4 months ago] 这个错误表示语音识别阶段未能从视频中检测到任何人类语音。请按以下步骤排查:检查视频内容:确认 EP01-VFX.mp4 确实包含人声对话,而不是仅有背景音乐或特效音。验证原始语言设置:在软件界面检查选择的"原始语言"是否与视频中实际使用的语言一致。如果视频是英语,请选择"英语";如果是中文,请选择"中文"。音频质量检测...106.180* Posted at: 4 months ago -
#1362 ModuleNotFoundError: No module named 'tenacity'...
💬 1[Last reply:4 months ago] 该错误是由于缺少 tenacity 依赖库导致的。这是一个源码部署环境下的常见问题。解决方法:打开终端,进入 pyVideoTrans 源码目录:cd /Users/nine/pyvideotrans安装缺失的依赖:pip install -r requirements.txt如果上述命令执行失败或您之前使用的是虚拟环...106.180* Posted at: 4 months ago -
#1361 Cannot find a function with `api_name`: /gen_single....
💬 1[Last reply:4 months ago] 这个错误表明软件在尝试调用一个名为 /gen_single 的 API 接口时失败,该接口通常与某些在线服务(如语音合成或翻译)相关。请按以下步骤排查:检查网络连接与代理:确保您的网络可以正常访问您所使用的服务(例如 OpenAI、Azure TTS 等)。如果您使用了网络代理,请在软件主界面的“网络代理”处正确填写代...23.106* Posted at: 4 months ago -
#1359 [Errno 2] No such file or directory: 'videoplayback/zh-cn.wav'...
💬 1[Last reply:4 months ago] 这个错误表明软件在尝试访问一个名为 zh-cn.wav 的音频文件时,找不到该文件。这通常发生在视频处理过程中,音频提取或临时文件生成环节出现了问题。请按照以下步骤排查和解决:检查视频文件路径:确保您的视频文件路径不包含任何中文、空格或特殊符号。请将视频文件移动到一个纯英文路径下(例如 D:/videos/my_vid...2409:8a4c* Posted at: 4 months ago -
#1358 Subject: 401 Unauthorized Error with edge-tts (free) - API Key Expired?...
💬 1[Last reply:4 months ago] 根据错误信息,这是 Edge-TTS 服务端的问题,与 API Key 无关(Edge-TTS 是免费服务,不需要 API Key)。401 错误通常表示微软服务器暂时拒绝了连接请求。解决方案:降低请求频率(最有效的方法):在软件菜单栏选择 工具/选项 -> 高级选项。在“配音调整”区域,将“同时配音字幕数”改为...2806:2f0* Posted at: 4 months ago -
#1357 OSError: [WinError 1314] 客户端没有所需的特权。: '..\\..\\blobs\\0351d1d6870005e865747b781b5d7c23ea0459cd' -> 'D:\\迅雷下载\\win-videot...
💬 1[Last reply:4 months ago] 这个错误是由于软件没有足够的权限在系统上创建符号链接(symlink),导致无法下载 faster-whisper 语音识别模型。主要原因和解决方案:软件路径问题:您的软件解压路径包含中文(D:/迅雷下载/),这可能导致权限问题。权限不足:Windows 系统对创建符号链接有严格的权限要求。请按以下步骤解决:移动软件到...108.181* Posted at: 4 months ago -
#1356 openai.BadRequestError: Error code: 400 - {'error': {'message': 'Audio file might be corrupted or unsupported', 'type': ...
💬 1[Last reply:4 months 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: 4 months ago -
#1355 recognition request failed: Bad Gateway...
💬 1[Last reply:4 months ago] 这个 "Bad Gateway" 错误通常是由于网络连接问题导致的,特别是当使用需要联网的语音识别渠道时。请按以下步骤排查:检查网络连接:确保您的网络连接稳定,没有防火墙或代理软件阻止 pyVideoTrans 访问外部服务。确认语音识别渠道:如果您使用的是 Google语音识别、OpenAI-Whisper-API、...5.45* Posted at: 4 months ago -
#1351 (ReadTimeoutError(...
💬 1[Last reply:4 months ago] 这个错误是由于在下载语音识别模型时,网络连接超时导致的。cas-bridge.xethub.hf.co 是 Hugging Face 的域名,软件在尝试从此处下载模型文件时失败。解决方案:设置网络代理(推荐):在软件主界面,找到 翻译渠道 下方的 网络代理 输入框。填入您可用的代理地址,格式如 http://127.0...183.134* Posted at: 4 months ago -
#1350 为什么我移了半天还是不可以,显示路径不对,已经全部关掉重启过了...
240e:3a1* Posted at: 4 months ago -
#1348 用 视频,音频,字幕 三者合并时 怎么独立 设置 其他语言单行字符数 改成60 ??...
💬 4[Last reply:4 months ago] 这两者没关系。 视频、音频、字幕合并时,只能添加一个字幕,字幕语言就是固定的,无需区分中日韩和其他语言,这里设置单行字符数对所有语言都生效...140.235* Posted at: 4 months ago -
#412 点选cuda报错...
💬 5[Last reply:4 months ago] 是的,您的判断非常准确。GTX 1650 4GB 显存是导致CUDA加速失败的最可能原因。4GB显存对于运行 pyVideoTrans 中的大型AI模型(如语音识别、TTS模型)来说严重不足,在处理视频时极易导致显存耗尽,从而引发各种CUDA错误。核心解决方案:取消CUDA加速(首选方案):在软件主界面的 翻译设置 和...185.220* Posted at: 6 months ago -
#1347 Error:response=ChatCompletion(id='yaMMaYL_CdKUxN8Pza7yUA', choices=[Choice(finish_reason='length', index=0, logprobs=Non...
💬 1[Last reply:4 months 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: 4 months ago -
#1346 [Errno 2] No such file or directory: 'C:/Users/Shavk Visuals/Desktop/VideoTranslate/tmp/30332.lock'...
💬 1[Last reply:4 months 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: 4 months ago -
#1345 For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/403...
💬 1[Last reply:4 months ago] 这个错误是由于 CosyVoice 配音时网络连接失败导致的 403 禁止访问错误。请按以下步骤解决:检查 CosyVoice 服务状态:确保 CosyVoice 本地服务正在运行且端口 9980 可正常访问降低并发请求:在菜单栏选择 工具/选项 -> 高级选项,在"配音调整"区域:将"同时配音字幕数"改为 1将...120.240* Posted at: 4 months ago -
#1344 OSError: [Errno 22] Invalid argument...
💬 1[Last reply:4 months 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: 4 months ago -
#1342 您好, 请教一下 如何 同时生成 双语srt, 英语srt , 中文srt 的3份文件,...
💬 22[Last reply:4 months 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: 4 months 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.