-
#690 Allocated quota exceeded, please increase your quota limit....
💬 1[Last reply:12 days ago] 这个错误信息 Allocated quota exceeded, please increase your quota limit. 明确表示您使用的翻译或语音合成API配额已用完。 问题原因分析: pyVideoTrans 本身不提供翻译或语音合成能力,它通过您配置的第三方API密钥...123.123* Posted at: 12 days ago -
#689 openai.NotFoundError: Error code: 404 - {'timestamp': '2025-09-27T04:55:39.345+00:00', 'status': 404, 'error': 'Not Foun...
💬 1[Last reply:12 days ago] 这个错误是由于在 pyVideoTrans 中配置的 OpenAI API 语音识别接口地址不正确导致的。错误代码 404 表示软件尝试访问的 API 路径不存在。 问题原因分析: 从错误日志可以看到,软件尝试访问的路径是 /v4/audio/transcriptions/v1/aud...240e:345* Posted at: 12 days ago -
#688 requests.exceptions.HTTPError: 401 Client Error: Unauthorized for url: https://open.bigmodel.cn/api/paas/v4/audio/transc...
💬 1[Last reply:12 days ago] 这个问题是由于语音识别API的密钥无效或未授权导致的。具体来说,软件在调用“智谱AI”的语音识别服务时,返回了401未授权错误。 解决方法: 1. 检查并更新API密钥:请前往智谱AI开放平台(https://open.bigmodel.cn/),确认你的API密钥(sk-xxx)是否...240e:345* Posted at: 12 days ago -
#687 </html>...
💬 1[Last reply:12 days ago] 这个问题是由于在使用 OpenAI API 进行语音识别时,服务器返回了 "405 Not Allowed" 错误。这通常意味着您配置的 OpenAI API 端点(Base URL)不正确或不被支持。 核心原因与解决方案: 1. 检查并更正 API 端点: 您很可能在软件设置中为 ...240e:345* Posted at: 12 days ago -
#686 requests.exceptions.HTTPError: 405 Client Error: Not Allowed for url: https://www.bigmodel.cn/trialcenter/modeltrial/tex...
💬 1[Last reply:12 days ago] 这个问题是由于在测试智谱AI语音识别功能时,软件向智谱AI的API端点发送了错误的请求,导致返回了“405 Method Not Allowed”错误。这表明您可能在软件中选择了“智谱AI”作为语音识别渠道,但配置有误。 核心原因与解决方案: 智谱AI的API主要用于文本对话和生成,并...240e:345* Posted at: 12 days ago -
#683 openai.BadRequestError: Error code: 400 - {'error': {'message': 'common.UnmarshalBodyReusable failed: multipart: NextPar...
💬 1[Last reply:12 days ago] 这个错误是由于您使用的语音识别API(很可能是通过One API等中转服务连接的OpenAI API)在处理音频文件时出现了问题,具体表现为API服务端无法正确读取到您上传的音频数据。 核心原因分析: 错误信息 multipart: NextPart: http: invalid Re...240e:345* Posted at: 12 days ago -
#680 openai.BadRequestError: Error code: 400 - {'error': {'message': 'invalid param model:spark x1-32k (sid: cha000dab29@dx19...
💬 1[Last reply:12 days ago] 这个问题是由于您在 pyVideoTrans 中配置的 OpenAI ChatGPT 翻译渠道 所使用的模型名称 spark x1-32k 不正确导致的。错误代码 10005 明确提示了这是一个无效的模型参数。 根本原因分析: 错误日志显示,pyVideoTrans 在调用 OpenA...240e:345* Posted at: 12 days ago -
#679 openai.BadRequestError: Error code: 400 - {'error': {'message': 'invalid param model:deepseek-chat (sid: cha000daa55@dx1...
💬 1[Last reply:12 days ago] 这个错误是由于在 pyVideoTrans 中配置的 DeepSeek 翻译模型名称不正确导致的。错误信息明确指出 invalid param model:deepseek-chat,说明软件尝试使用的模型参数不被 DeepSeek API 接受。 解决方案: 1. 检查并更正模型名...240e:345* Posted at: 12 days ago -
#540 【这样设置,才能取得最佳断句效果-faster-whisper语音识别!】...
💬 5[Last reply:12 days ago] 在使用faster-whisper渠道时这样设置能取得最佳断句效果,当然还需要配合使用large-v2或v3模型...129.159* Posted at: 20 days ago -
#678 No module named 'tenacity'...
💬 2[Last reply:12 days ago] 按要求填写了阿里云的ID和key但是出错啦...103.142* Posted at: 12 days ago -
#676 requests.exceptions.HTTPError: 401 Client Error: Unauthorized for url: https://spark-api-open.xf-yun.com/v2/chat/complet...
💬 1[Last reply:12 days ago] 这个问题是由于您在 pyVideoTrans 中配置的“字节火山字幕生成”API密钥无效或已过期,导致软件在尝试进行语音识别时,服务器返回了“401 Unauthorized”(未授权)错误。 核心解决方案: 请检查并更新您在软件中为“字节火山字幕生成”服务填写的API密钥。 详细步骤...240e:345* Posted at: 12 days ago -
#675 gradio_client.exceptions.AppError: The upstream Gradio app has raised an exception but has not enabled verbose error rep...
💬 1[Last reply:12 days ago] 这个问题是由于您选择的 F5/Index/Spark/Dia TTS 配音服务未能正常启动或连接失败导致的。错误信息表明软件内部的 Gradio 服务(用于运行这些本地 TTS 模型)出现了异常,但没有提供详细的错误报告。 核心原因分析: pyVideoTrans 中的 F5/Inde...2a02:6ea0* Posted at: 12 days ago -
#673 RuntimeError: Cannot find an appropriate cached snapshot folder for the specified revision on the local disk and outgoin...
💬 1[Last reply:13 days ago] 【faster-whisper模式】下载模型失败解决办法 https://bbs.pyvideotrans.com/show/4...2a09:0* Posted at: 13 days ago -
#669 全部按照正确步骤安装完毕,开cuda加速直接卡进度条,关闭加速可以正常使用...
💬 2[Last reply:13 days ago] 初步怀疑,需要下载哪个 PyTorch版本...209.146* Posted at: 13 days ago -
#674 3.80版本没有“移除配音前后静音”功能吗...
💬 1[Last reply:13 days ago] 问题原因: 您提到的“移除配音前后静音”功能在 3.80 版本中确实存在,它位于软件的高级设置面板中,可能您没有注意到。 详细解答: 这个功能是 pyVideoTrans 的一个高级选项,用于优化配音效果。它可以在生成的配音音频中,自动检测并剪掉每句台词前后的无声片段,使配音听起来更紧...139.162* Posted at: 13 days ago -
#672 PermissionError: [Errno 13] Permission denied: 'C:/Users/Rafael/Desktop/_video_out/01_Refs_Curvas_Volumes/zh-cn.wav'...
💬 1[Last reply:13 days ago] This error indicates that pyVideoTrans does not have permission to write files to the specified output directory. The softwa...91.150* Posted at: 13 days ago -
#671 RuntimeError: Data processing error: CAS service error : Reqwest Error: HTTP status client error (401 Unauthorized), dom...
💬 1[Last reply:13 days ago] 这个问题是由于 pyVideoTrans 在尝试从 Hugging Face 下载或加载 faster-whisper 语音识别模型时,遇到了网络认证错误(401 Unauthorized)。错误信息指向 hf-mirror.com 镜像站或相关认证服务。 核心原因分析: 错误日志中的...240e:45d* Posted at: 13 days ago -
#670 只开视频慢速功能,处理出来的视频最后几句话没说完视频就结束了...
💬 1[Last reply:13 days ago] 这个问题通常是由于视频慢速处理和音频/字幕同步计算导致的。当您开启视频慢速功能时,视频的总时长会变长,但软件在处理配音和字幕同步时,可能仍以原始视频时长作为参考,导致在视频结尾处音频或字幕被过早截断。 解决方案如下: 1. 检查同步设置: 在翻译任务开始前,请进入软件的“高级设置”或...39.149* Posted at: 13 days ago -
#668 IndexError: string index out of range...
💬 1[Last reply:13 days ago] 问题出现在使用 GPT-SoVITS 本地配音时,软件在处理某个文本片段时遇到了“索引越界”错误。这通常意味着提供给 GPT-SoVITS 模型的文本内容存在问题,比如可能包含空字符串或格式不正确的文本。 主要原因分析: 错误日志 IndexError: string index ou...175.162* Posted at: 13 days ago -
#666 ('string index out of range',):GPTSoVITS...
💬 2[Last reply:13 days ago] 这个遇到过是软件没有排查有空的翻译帧文本直接丢给TTS服务了就这样...2409:8a30* Posted at: 13 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
- Download win10/11 package
- Document
- My Posts
- GitHub repo
- Realtime STT
- Tools for download faster-whisper models
Trending Questions
-
【这样设置,才能取得最佳断句效果-faster-whisper语音识别!】... 💬 5 👁 488
-
翻译断句过长,全屏字幕问题... 💬 1 👁 329
-
语音转字幕问题... 💬 6 👁 241
-
助力项目持续维护... 💬 0 👁 227
-
【faster-whisper模式】下载模型失败解决办法... 💬 1 👁 195
-
识别语音设置怎么感觉没用啊... 💬 4 👁 184
-
2025-09-10 11:09:02,333 - VideoTrans - ERROR - FFmpeg 命令执行失败 (force_cpu=True)。 命令: ffmpeg -hide_banner -ignore_unknown -... 💬 11 👁 181
-
翻译字幕阶段出错:Traceback (most recent call last): File "videotrans\translator\_base.py", line 77, in run File "... 💬 1 👁 177
-
大佬帮帮忙,总是到结尾出现这样,不知道哪里出了问题... 💬 1 👁 172
-
翻译钢铁侠2,使用批量翻译srt,中间有字幕没有翻译,同时出现把参数显示出来了。... 💬 1 👁 167
-
_process:cuBLAS failed with status CUBLAS_STATUS_NOT_SUPPORTED:FasterAll... 💬 1 👁 159
-
声画不同步的问题... 💬 0 👁 155
-
{'code': 6, 'msg': 'CUDA error: no kernel image is available for execution on the device\nCUDA ... 💬 12 👁 152
-
('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 👁 150
-
Unable to open file 'model.bin' in model 'C:/Users/wujin/Desktop/win-videotrans-v3.78-0821/models\models-... 💬 3 👁 150
-
Unable to open file 'model.bin' in model 'D:/BaiduNetdiskDownload/win-videotrans-v3.78-0821/models\models... 💬 1 👁 147
-
target language... 💬 1 👁 137
-
videotrans.configure._except.TranslateSrtError: Request triggered 429, please increase the pause time: Error code: 429 -... 💬 3 👁 132
-
[WinError 1314] A required privilege is not held by the client: '..\\..\\blobs\\931c77a740890c46365c7ae0c9d350ba3cc... 💬 1 👁 130
-
Unable to open file 'model.bin' in model 'D:/Program Files/pyvideotrans/win-videotrans-v3.78-0821/models\... 💬 2 👁 125