-
#697 Exception: srt is empty:srtfile='K:/tt/14 -Creating More Items.en_US.srt',content=''...
💬 1[Last reply:1 month ago] 字幕格式可能不符合srt格式,不是有效的srt文件...219.139* Posted at: 1 month ago -
#696 File model.bin is incomplete: failed to read a value of size 4 at position 0...
💬 1[Last reply:1 month ago] 这个错误通常是由于模型文件 model.bin 在下载过程中损坏或不完整导致的。这很可能是因为网络不稳定,导致从 Hugging Face 镜像站下载模型时中断。 核心解决方法:重新下载并正确放置模型文件。 以下是几种可靠的解决方案,请根据你的网络情况选择一种: 方法一:使用专用下载工...123.123* Posted at: 1 month ago -
#695 Throttling.RateQuota:Requests rate limit exceeded, please try again later....
💬 1[Last reply:1 month ago] 这个问题是由于您使用的翻译或语音识别API(很可能是Google翻译或Microsoft翻译等)达到了请求速率限制。简单来说,就是您在短时间内向该API发送了太多请求,触发了它的保护机制,暂时拒绝了您的请求。 解决方案: 1. 暂停并重试(最简单的方法): 这是最常见的原因。请...123.123* Posted at: 1 month ago -
#694 InvalidParameter:<400> InternalError.Algo.InvalidParameter: The audio is empty...
💬 1[Last reply:1 month ago] 这个问题是由于您选择的语音识别服务(很可能是“阿里FunASR中文识别”)在处理音频时,检测到传入的音频数据为空或无效,从而返回了 InvalidParameter 错误。 核心原因分析: pyVideoTrans 的核心工作是识别视频中的人声。这个错误表明,软件成功从您的视频文件中提...123.123* Posted at: 1 month ago -
#691 [Errno 2] No such file or directory: 'C:\\Users\\86135\\Videos\\pyvideotrans\\tmp\\vas-1758959792.190574.srt'...
💬 1[Last reply:1 month ago] 取消 保留原声音,bug,后续有空修复...151.243* Posted at: 1 month ago -
#693 paraformer-zh is not registered:FunasrRecogn...
💬 1[Last reply:1 month ago] 简单来说就是PySide6的一个内部自检行为,和ModelScope的懒加载机制冲突,需要修改 modelscope 源码,如下图,具体原因和解释请阅读本文 源码部署的需要手动修改,具体查看 https://pyvideotrans.com/blog/paraformer-zh-is-not-regist...240e:382* Posted at: 1 month ago -
#692 Error opening output files: No such file or directory...
💬 1[Last reply:1 month ago] 这个问题是由于软件没有权限在指定的临时文件夹 D:/win-videotrans/tmp/af12e5546f/ 中创建音频文件 en.wav 导致的。错误信息 "No such file or directory" 和 "Error opening output file" 表明 F...2a02:6ea0* Posted at: 1 month ago -
#690 Allocated quota exceeded, please increase your quota limit....
💬 1[Last reply:1 month ago] 这个错误信息 Allocated quota exceeded, please increase your quota limit. 明确表示您使用的翻译或语音合成API配额已用完。 问题原因分析: pyVideoTrans 本身不提供翻译或语音合成能力,它通过您配置的第三方API密钥...123.123* Posted at: 1 month ago -
#689 openai.NotFoundError: Error code: 404 - {'timestamp': '2025-09-27T04:55:39.345+00:00', 'status': 404, 'error': 'Not Foun...
💬 1[Last reply:1 month ago] 这个错误是由于在 pyVideoTrans 中配置的 OpenAI API 语音识别接口地址不正确导致的。错误代码 404 表示软件尝试访问的 API 路径不存在。 问题原因分析: 从错误日志可以看到,软件尝试访问的路径是 /v4/audio/transcriptions/v1/aud...240e:345* Posted at: 1 month ago -
#688 requests.exceptions.HTTPError: 401 Client Error: Unauthorized for url: https://open.bigmodel.cn/api/paas/v4/audio/transc...
💬 1[Last reply:1 month ago] 这个问题是由于语音识别API的密钥无效或未授权导致的。具体来说,软件在调用“智谱AI”的语音识别服务时,返回了401未授权错误。 解决方法: 1. 检查并更新API密钥:请前往智谱AI开放平台(https://open.bigmodel.cn/),确认你的API密钥(sk-xxx)是否...240e:345* Posted at: 1 month ago -
#687 </html>...
💬 1[Last reply:1 month ago] 这个问题是由于在使用 OpenAI API 进行语音识别时,服务器返回了 "405 Not Allowed" 错误。这通常意味着您配置的 OpenAI API 端点(Base URL)不正确或不被支持。 核心原因与解决方案: 1. 检查并更正 API 端点: 您很可能在软件设置中为 ...240e:345* Posted at: 1 month ago -
#686 requests.exceptions.HTTPError: 405 Client Error: Not Allowed for url: https://www.bigmodel.cn/trialcenter/modeltrial/tex...
💬 1[Last reply:1 month ago] 这个问题是由于在测试智谱AI语音识别功能时,软件向智谱AI的API端点发送了错误的请求,导致返回了“405 Method Not Allowed”错误。这表明您可能在软件中选择了“智谱AI”作为语音识别渠道,但配置有误。 核心原因与解决方案: 智谱AI的API主要用于文本对话和生成,并...240e:345* Posted at: 1 month ago -
#683 openai.BadRequestError: Error code: 400 - {'error': {'message': 'common.UnmarshalBodyReusable failed: multipart: NextPar...
💬 1[Last reply:1 month ago] 这个错误是由于您使用的语音识别API(很可能是通过One API等中转服务连接的OpenAI API)在处理音频文件时出现了问题,具体表现为API服务端无法正确读取到您上传的音频数据。 核心原因分析: 错误信息 multipart: NextPart: http: invalid Re...240e:345* Posted at: 1 month ago -
#680 openai.BadRequestError: Error code: 400 - {'error': {'message': 'invalid param model:spark x1-32k (sid: cha000dab29@dx19...
💬 1[Last reply:1 month ago] 这个问题是由于您在 pyVideoTrans 中配置的 OpenAI ChatGPT 翻译渠道 所使用的模型名称 spark x1-32k 不正确导致的。错误代码 10005 明确提示了这是一个无效的模型参数。 根本原因分析: 错误日志显示,pyVideoTrans 在调用 OpenA...240e:345* Posted at: 1 month ago -
#679 openai.BadRequestError: Error code: 400 - {'error': {'message': 'invalid param model:deepseek-chat (sid: cha000daa55@dx1...
💬 1[Last reply:1 month ago] 这个错误是由于在 pyVideoTrans 中配置的 DeepSeek 翻译模型名称不正确导致的。错误信息明确指出 invalid param model:deepseek-chat,说明软件尝试使用的模型参数不被 DeepSeek API 接受。 解决方案: 1. 检查并更正模型名...240e:345* Posted at: 1 month ago -
#678 No module named 'tenacity'...
💬 2[Last reply:1 month ago] 按要求填写了阿里云的ID和key但是出错啦...103.142* Posted at: 1 month ago -
#676 requests.exceptions.HTTPError: 401 Client Error: Unauthorized for url: https://spark-api-open.xf-yun.com/v2/chat/complet...
💬 1[Last reply:1 month ago] 这个问题是由于您在 pyVideoTrans 中配置的“字节火山字幕生成”API密钥无效或已过期,导致软件在尝试进行语音识别时,服务器返回了“401 Unauthorized”(未授权)错误。 核心解决方案: 请检查并更新您在软件中为“字节火山字幕生成”服务填写的API密钥。 详细步骤...240e:345* Posted at: 1 month ago -
#675 gradio_client.exceptions.AppError: The upstream Gradio app has raised an exception but has not enabled verbose error rep...
💬 1[Last reply:1 month ago] 这个问题是由于您选择的 F5/Index/Spark/Dia TTS 配音服务未能正常启动或连接失败导致的。错误信息表明软件内部的 Gradio 服务(用于运行这些本地 TTS 模型)出现了异常,但没有提供详细的错误报告。 核心原因分析: pyVideoTrans 中的 F5/Inde...2a02:6ea0* Posted at: 1 month ago -
#673 RuntimeError: Cannot find an appropriate cached snapshot folder for the specified revision on the local disk and outgoin...
💬 1[Last reply:1 month ago] 【faster-whisper模式】下载模型失败解决办法 https://bbs.pyvideotrans.com/show/4...2a09:0* Posted at: 1 month ago -
#669 全部按照正确步骤安装完毕,开cuda加速直接卡进度条,关闭加速可以正常使用...
💬 2[Last reply:1 month ago] 初步怀疑,需要下载哪个 PyTorch版本...209.146* Posted at: 1 month 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 👁 849
-
翻译断句过长,全屏字幕问题... 💬 3 👁 543
-
【faster-whisper模式】下载模型失败解决办法... 💬 1 👁 427
-
语音转字幕问题... 💬 6 👁 397
-
助力项目持续维护... 💬 0 👁 355
-
大佬帮帮忙,总是到结尾出现这样,不知道哪里出了问题... 💬 1 👁 316
-
识别语音设置怎么感觉没用啊... 💬 4 👁 315
-
翻译字幕阶段出错:Traceback (most recent call last): File "videotrans\translator\_base.py", line 77, in run File "... 💬 1 👁 309
-
2025-09-10 11:09:02,333 - VideoTrans - ERROR - FFmpeg 命令执行失败 (force_cpu=True)。 命令: ffmpeg -hide_banner -ignore_unknown -... 💬 11 👁 296
-
翻译钢铁侠2,使用批量翻译srt,中间有字幕没有翻译,同时出现把参数显示出来了。... 💬 1 👁 277
-
Unable to open file 'model.bin' in model 'C:/Users/wujin/Desktop/win-videotrans-v3.78-0821/models\models-... 💬 3 👁 274
-
声画不同步的问题... 💬 0 👁 264
-
{'code': 6, 'msg': 'CUDA error: no kernel image is available for execution on the device\nCUDA ... 💬 12 👁 263
-
Unable to open file 'model.bin' in model 'D:/BaiduNetdiskDownload/win-videotrans-v3.78-0821/models\models... 💬 1 👁 259
-
_process:cuBLAS failed with status CUBLAS_STATUS_NOT_SUPPORTED:FasterAll... 💬 1 👁 248
-
('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 👁 239
-
target language... 💬 1 👁 235
-
videotrans.configure._except.TranslateSrtError: Request triggered 429, please increase the pause time: Error code: 429 -... 💬 3 👁 234
-
[WinError 1314] A required privilege is not held by the client: '..\\..\\blobs\\931c77a740890c46365c7ae0c9d350ba3cc... 💬 1 👁 228
-
Unable to open file 'model.bin' in model 'D:/Program Files/pyvideotrans/win-videotrans-v3.78-0821/models\... 💬 2 👁 223