-
#654 RuntimeError: ('recognition request failed: Bad Gateway',):GoogleRecogn...
💬 1[Last reply:2 months ago] 这个问题是由于在语音识别阶段,软件尝试通过 Google Speech 识别服务处理视频时,遇到了网络连接问题(Bad Gateway)导致的。这通常意味着 Google 的服务器暂时不可用或您的网络连接不稳定。 解决方案: 1. 检查网络连接: 请确保您的计算机可以稳定访问国际网络...43.224* Posted at: 2 months ago -
#653 tencentcloud.common.exception.tencent_cloud_sdk_exception.TencentCloudSDKException: [TencentCloudSDKException] code:Clie...
💬 1[Last reply:2 months ago] 这个问题是由于网络连接问题导致 pyVideoTrans 无法连接到腾讯翻译API服务。具体表现为软件在尝试通过代理服务器访问 tmt.tencentcloudapi.com 时,SSL握手失败。 主要原因和解决方案: 1. 代理服务器问题(最常见原因): 您的计算机可能设置了系统代...13.114* Posted at: 2 months ago -
#652 Data processing error: CAS service error : Reqwest Error: HTTP status client error (401 Unauthorized), domain: https://c...
💬 1[Last reply:2 months ago] 从 hf-mirror.com 国内镜像下载模型失败,请尝试其他方法,具体请查看教程说明 https://pyvideotrans.com/819...112.117* Posted at: 2 months ago -
#650 Error code: 500 - {'error': {'message': 'not implemented (request id: 202509261450266164008442boU1cjM)', 'type': 'rix_ap...
💬 1[Last reply:2 months ago] 这个问题是由于您选择的语音识别渠道 "OpenaiAPIRecogn" 在处理请求时返回了 "not implemented" (未实现) 错误。这通常意味着该服务后端暂时存在技术问题或配置有误。 问题分析与解决方案: 1. 核心原因: 错误信息 'code': ...2409:8a30* Posted at: 2 months ago -
#649 requests.exceptions.HTTPError: 503 Server Error: Service Unavailable for url: http://127.0.0.1:1188/translate...
💬 1[Last reply:2 months ago] 这个问题是由于您选择的 DeepLX 翻译服务 无法正常连接导致的。错误代码 503 Service Unavailable 表明软件尝试访问的本地翻译服务(地址 http://127.0.0.1:1188/translate)没有启动或不可用。 核心原因与解决方案: 1. 您没有启...103.219* Posted at: 2 months ago -
#648 视频慢速 最后一条字幕bug解决办法...
💬 2[Last reply:2 months ago] 666 ai回复...113.81* Posted at: 2 months ago -
#647 openai.InternalServerError: Error code: 500 - {'details':...
💬 1[Last reply:2 months ago] 这个问题是由于 pyVideoTrans 在语音识别阶段调用的外部服务(Parakeet-tdt)出现了内部服务器错误(Error 500),并非您本地软件或操作的问题。 问题分析: 错误信息显示,pyVideoTrans 尝试使用一个名为 “Parakeet-tdt” 的语音识别服务...2a13:29c0* Posted at: 2 months ago -
#276 ('string index out of range',):GPTSoVITS...
💬 1[Last reply:2 months ago] 同样,发现是翻译中如果是空白的句子就会这样,需要在传给TTS的时候判断是否是超长或者空字符串...206.237* Posted at: 3 months ago -
#645 FileNotFoundError: [WinError 2] 지정된 파일을 찾을 수 없습니다...
💬 1[Last reply:2 months ago] error indicates that pyVideoTrans could not find the FFmpeg executable, which is a critical dependency for processing a...1.220* Posted at: 2 months ago -
#643 Data processing error: CAS service error : Reqwest Error: HTTP status client error (401 Unauthorized), domain: https://c...
💬 2[Last reply:2 months ago] macos上是在 sp.py同位置创建 huggingface.lock...154.9* Posted at: 2 months ago -
#644 RuntimeError: [Errno 2] No such file or directory: 'E:/Software/AI/Trans-Movie/win-videotrans/tmp/30684.lock'...
💬 1[Last reply:2 months ago] 这个问题是由于 pyVideoTrans 在语音识别阶段无法创建或访问临时锁文件(.lock)导致的,通常与软件安装路径或临时文件夹的权限有关。 问题分析: 错误日志显示,软件尝试在路径 'E:/Software/AI/Trans-Movie/win-videotrans/t...2409:8a28* Posted at: 2 months ago -
#642 正在获取可用配音角色,请稍等重新选择...
💬 1[Last reply:2 months ago] 这个问题是由于 pyVideoTrans 软件内部的配音角色列表服务未能成功启动或连接导致的。 问题分析: 当您点击“配音角色”下拉列表时,软件需要从一个本地服务(通常是运行在 http://127.0.0.1:7860/)获取可用的语音列表。日志中的提示表明,软件无法连接到这个服务。...240a:42c4* Posted at: 2 months ago -
#641 HTTPSConnectionPool(host='edge.microsoft.com', port=443): Max retries exceeded with url: /translate/auth (Caused by Name...
💬 1[Last reply:2 months ago] 这个问题是由于网络连接问题导致 pyVideoTrans 无法访问微软翻译服务。具体来说,软件在尝试连接到 edge.microsoft.com 以获取翻译授权时,域名解析失败。 问题分析: 错误信息 NameResolutionError 和 Failed to resolve ...240a:42c4* Posted at: 2 months ago -
#640 HTTPSConnectionPool(host='edge.microsoft.com', port=443): Max retries exceeded with url: /translate/auth (Caused by Name...
💬 1[Last reply:2 months ago] 这个问题是由于您的电脑无法解析 edge.microsoft.com 这个域名(即无法找到它的网络地址)导致的,通常与网络连接或DNS设置有关。这影响了 pyVideoTrans 软件调用微软的翻译服务。 问题分析: 错误信息 NameResolutionError 和 Failed ...240a:42c4* Posted at: 2 months ago -
#639 HTTPSConnectionPool(host='edge.microsoft.com', port=443): Max retries exceeded with url: /translate/auth (Caused by Name...
💬 1[Last reply:2 months ago] 这个问题是由于网络连接问题导致 pyVideoTrans 无法访问微软翻译服务。具体表现为软件无法解析域名 edge.microsoft.com,这是微软Edge翻译API的认证服务器。 问题分析: 当 pyVideoTrans 使用微软翻译服务时,需要先通过 edge.microso...240a:42c4* Posted at: 2 months ago -
#638 openai.RateLimitError: Error code: 429 - [{'error': {'code': 429, 'message': 'You exceeded your current quota, please ch...
💬 1[Last reply:2 months ago] 问题核心原因是您使用的翻译服务(Google Gemini API)的免费额度已用完,导致翻译请求被拒绝。解决办法是更换其他翻译服务(如OpenAI GPT或Azure等)或等待额度重置。 详细分析: 从错误日志可以清晰地看到,问题出在 翻译服务 上,而不是 pyVideoTrans ...66.90* Posted at: 2 months ago -
#637 HTTPSConnectionPool(host='translate.google.com', port=443): Max retries exceeded with url: /m?sl=zh-cn&tl=en&hl=en&q=%E5...
💬 1[Last reply:2 months ago] 问题核心原因是网络连接失败,具体是无法连接到 Google 翻译服务。这通常是由于网络代理设置或防火墙阻止了连接。 解决方案: 1. 检查网络连接和代理设置: 这是最可能的原因。请检查您的计算机是否使用了网络代理(VPN 或公司/学校的网络代理)。如果正在使用,请尝试暂时关闭代理软件...2408:8221* Posted at: 2 months ago -
#636 HTTPSConnectionPool(host='edge.microsoft.com', port=443): Max retries exceeded with url: /translate/auth (Caused by Prox...
💬 1[Last reply:2 months ago] 这个问题是由于 pyVideoTrans 在尝试使用微软 Edge 翻译服务时,无法连接到网络代理服务器导致的。最直接的解决方法是检查并关闭系统或网络环境中的代理设置。 问题分析: 错误日志显示,软件在访问 edge.microsoft.com 的翻译认证服务时,尝试通过一个代理服务器...111.199* Posted at: 2 months ago -
#635 AssertionError: tiny is not registered...
💬 1[Last reply:2 months ago] 这个问题的核心原因是 pyVideoTrans 在启动语音识别模型时,无法找到名为 "tiny" 的模型。这通常是由于软件依赖的 funasr 语音识别库的模型文件缺失或损坏所致。 解决方案: 1. 重新安装软件:这是最直接有效的解决方法。请前往 pyVideoTrans 的官方网站...106.113* Posted at: 2 months ago -
#634 配音阶段出错:无效的值或参数: The upstream Gradio app has raised an exception but has not enabled verbose error reporting. To enable, ...
💬 1[Last reply:2 months ago] 问题核心是您在 pyVideoTrans 中使用 F5/Index/Spark/Dia TTS 服务时,该服务所依赖的远程服务器出现了内部错误。这通常不是您本地软件或设置的问题,而是服务端暂时不可用。 直接解决方案: 1. 切换 TTS 服务: 这是最快、最有效的解决方法。请在 py...39.87* Posted at: 2 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.
Related resource
Trending Questions
-
【这样设置,才能取得最佳断句效果-faster-whisper语音识别!】... 💬 11 👁 1156
-
edge_tts.exceptions.NoAudioReceived: No audio was received. Please verify that your parameters are correct.... 💬 1 👁 738
-
翻译断句过长,全屏字幕问题... 💬 3 👁 708
-
【faster-whisper模式】下载模型失败解决办法... 💬 1 👁 678
-
ImportError: cannot import name 'Sentinel' from 'typing_extensions' (/home/Timoshenko/miniconda3/lib... 💬 1 👁 586
-
语音转字幕问题... 💬 8 👁 541
-
大佬帮帮忙,总是到结尾出现这样,不知道哪里出了问题... 💬 1 👁 488
-
RuntimeError: Data processing error: CAS service error : Reqwest Error: HTTP status client error (401 Unauthorized), dom... 💬 2 👁 477
-
助力项目持续维护... 💬 0 👁 469
-
识别语音设置怎么感觉没用啊... 💬 4 👁 442
-
翻译字幕阶段出错:Traceback (most recent call last): File "videotrans\translator\_base.py", line 77, in run File "... 💬 1 👁 419
-
翻译钢铁侠2,使用批量翻译srt,中间有字幕没有翻译,同时出现把参数显示出来了。... 💬 1 👁 414
-
2025-09-10 11:09:02,333 - VideoTrans - ERROR - FFmpeg 命令执行失败 (force_cpu=True)。 命令: ffmpeg -hide_banner -ignore_unknown -... 💬 11 👁 408
-
声画不同步的问题... 💬 2 👁 395
-
{'code': 6, 'msg': 'CUDA error: no kernel image is available for execution on the device\nCUDA ... 💬 12 👁 388
-
Unable to open file 'model.bin' in model 'C:/Users/wujin/Desktop/win-videotrans-v3.78-0821/models\models-... 💬 3 👁 377
-
Unable to open file 'model.bin' in model 'D:/BaiduNetdiskDownload/win-videotrans-v3.78-0821/models\models... 💬 1 👁 365
-
('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 👁 351
-
_process:cuBLAS failed with status CUBLAS_STATUS_NOT_SUPPORTED:FasterAll... 💬 1 👁 351
-
videotrans.configure._except.TranslateSrtError: Request triggered 429, please increase the pause time: Error code: 429 -... 💬 3 👁 345