-
#7242 [deepseek] 无法连接到 https://api.deepseek.com/v1/,可能当前网络不可访问该API, 若是本地服务,请确认已部署并启动Connection error.:Traceback (most recent call last):...
💬 1[Last reply:11 minutes ago] `原因:SSL 证书验证失败(CERTIFICATE_VERIFY_FAILED: self signed certificate in certificate chain),说明你的网络环境存在一个自签名证书的中间人代理(常见于:公司内网 HTTPS 拦截、抓包工具如 Fiddler/Charles/Clash TUN 模式、杀毒软件的 SSL 扫描功能)。DeepSeek 官方 API 使用的...2409**84d6 Posted at: 11 minutes ago -
#7241 [deepseek] 无法连接到 https://api.deepseek.com/v1/,可能当前网络不可访问该API, 若是本地服务,请确认已部署并启动Connection error.:Traceback (most recent call last):...
💬 1[Last reply:12 minutes ago] 核心原因是 SSL 证书校验失败(CERTIFICATE_VERIFY_FAILED: self signed certificate in certificate chain),说明网络链路中存在一个自签名证书的中间代理(例如公司防火墙、杀毒软件的HTTPS扫描、或正在运行的抓包/代理工具)拦截了到 api.deepseek.com 的请求,导致 Python 的 httpx 拒绝该连接。解决方...2405** Posted at: 12 minutes ago -
#7240 翻译字幕阶段出错 [Google(免费)] 429 Client Error: Too Many Requests for url: https://www.google.com/sorry/index?continue=https://translate.google.com/m%3Fsl%3Dja%26tl%3Dzh-cn%26hl%3Dzh-cn%26...
💬 1[Last reply:38 minutes ago] 这是 Google 免费翻译接口对当前 IP 触发了频率限制(429 Too Many Requests),属于免费渠道的限流行为,非软件本身故障。解决方案(任选其一):降低请求频率:进入 菜单 → 工具 → 高级选项 → 字幕翻译,将「传统翻译渠道每批字幕行数」设为 1,「翻译后暂停秒」设为 3~5 秒后重试。更换翻译渠道(推荐):改用 AI 大模型渠道,如 DeepSeek,翻译质量远优于 G...119.237**9 Posted at: 38 minutes ago -
#7239 翻译字幕阶段出错 [M2M100(内置)] parallel_for failed: cudaErrorNoKernelImageForDevice: no kernel image is available for execution on the deviceTraceback (most recent call last):...
💬 1[Last reply:1 hour ago] 这是由于 CUDA 版本与显卡驱动/硬件不兼容,导致 M2M100 在 GPU 上找不到匹配的运算内核。M2M100 内置渠道会优先尝试使用 GPU 加速(无论是否勾选"启用CUDA加速")。当显卡驱动过旧、CUDA版本不匹配或显卡型号较老不支持 CUDA 12.8 时,就会报 cudaErrorNoKernelImageForDevice。解决方案(按顺序尝试):更新显卡驱动:前往 NVIDIA...60.220**0 Posted at: 1 hour ago -
#7238 翻译字幕阶段出错 [Google(免费)] 429 Client Error: Too Many Requests for url: https://www.google.com/sorry/index?continue=https://translate.google.com/m%3Fsl%3Dauto%26tl%3Den%26hl%3Den%26q%3D...
💬 1[Last reply:1 hour ago] 这是 Google 免费翻译接口对您的 IP 触发了频率限制(429 Too Many Requests),说明短时间内请求过多被 Google 端限流拦截。解决方案(按顺序尝试):降低请求频率:进入 菜单 → 工具 → 高级选项 → 字幕翻译,将「传统翻译渠道每批字幕行数」设为 1,并将「翻译后暂停秒」设为 3~5 秒,重新执行翻译。检查代理:您当前填写了代理 http://127.0.0.1:...47.80**8 Posted at: 1 hour ago -
#7237 Error during TTS dubbing stage [OmniVoice(Built-in)] module 'soundfile' has no attribute 'SoundFileRuntimeError',Traceback (most recent call last): File...
💬 1[Last reply:2 hours ago] The root cause is that your reference audio file is not a valid WAV file:C:/pyvideotrans_release/f5-tts/NgocHuyen.wav — RuntimeError: Error opening ... File contains data in an unknown format.The Soun...2402**7950 Posted at: 2 hours ago -
#7236 Trans Error:[Google (Free)] 429 Client Error: Too Many Requests for url: https://www.google.com/sorry/index?continue=https://translate.google.com/m%3Fsl%3Dit%26tl%3Den%26hl%3Den%26...
💬 1[Last reply:2 hours ago] The Google Translate free endpoint has rate-limited your IP (HTTP 429 "Too Many Requests"), so the translation request was blocked.This is not a software bug. The free Google interface throttles reque...151.30**1 Posted at: 2 hours ago -
#7235 Could not parse response content as the length limit was reached - CompletionUsage(completion_tokens=65532, prompt_tokens=81911, total_tokens=147443, completion_tokens_details=None...
💬 1[Last reply:2 hours ago] 核心原因:你勾选了「发送完整字幕」,导致一次性把整段视频的全部字幕(81200 tokens)发给了 DeepSeek,超出了模型最大输出长度(65532 tokens)限制,翻译被截断报错。解决方案(按顺序操作)进入高级选项:菜单 → 工具/选项 → 高级选项 → 字幕翻译调整取消勾选「发送完整字幕」,改为逐行/分批翻译模式将「AI翻译渠道每批字幕行数」设为 20~50(不要设太大,避免再次超长...116.76**5 Posted at: 2 hours ago -
#7234 翻译字幕阶段出错 [微软(免费)] Proxy configuration issue, check settings or disable proxyTraceback (most recent call last):...
💬 1[Last reply:2 hours ago] 核心原因是代理连接失败。软件中配置了代理 http://127.0.0.1:2080,但该代理端口没有运行或代理软件未启动,导致所有请求被拒绝(WinError 10061)。关于微软翻译本身需要说明:微软已更改了其免费翻译API接口,即使代理正常,[微软(免费)]渠道也可能无法使用。解决方案(任选其一):检查代理:确认代理软件已启动,且端口为 2080。如果代理端口不是 2080,请修改为正确地...60.220**0 Posted at: 2 hours ago -
#7233 翻译字幕阶段出错 [M2M100(内置)] parallel_for failed: cudaErrorNoKernelImageForDevice: no kernel image is available for execution on the deviceTraceback (most recent call last):...
💬 1[Last reply:2 hours ago] 这是由于您使用的显卡不支持 M2M100 模型所依赖的 CUDA 计算架构(显卡算力过低或型号过老),导致 CUDA 内核无法在该设备上执行。解决方案:改用其他翻译渠道:M2M100 作为本地翻译模型对显卡 CUDA 算力有硬性要求。建议在 翻译字幕 的翻译渠道下拉框中,改用 DeepSeek、Google(免费) 等云翻译渠道,或在主界面选择其他翻译渠道。国内推荐使用 DeepSeek(效果更好...60.220**0 Posted at: 2 hours ago -
#7232 翻译字幕阶段出错 [Google(免费)] Secure connection failed, check system time or network settingsurllib3.exceptions.SSLError: EOF occurred in violation of protocol (_ssl.c:1017)...
💬 1[Last reply:2 hours ago] 核心原因:Google 翻译渠道在中国大陆无法直连,当前配置的代理地址 http://127.0.0.1:2080 未能建立有效的 HTTPS 隧道,导致 SSL 连接被对端直接切断(EOF occurred in violation of protocol)。解决方案(按优先级从高到低):核实代理是否真正可用:确认你本机代理软件正在运行,并且其 HTTP 端口确实是 2080。常见代理端口为 7...185.116**3 Posted at: 2 hours ago -
#7231 cosyvoice Service must be deployed and running before useself.api_url='http://127.0.0.1:8000'...
💬 1[Last reply:2 hours ago] This is not a bug in pyVideoTrans. The error [WinError 10061] No connection could be made because the target machine actively refused it means no CosyVoice service is running at http://127.0.0.1:8000....103.29**5 Posted at: 2 hours ago -
#7230 翻译字幕阶段出错 [微软(免费)] 404 Client Error: Not Found for url: https://edge.microsoft.com/translate/authTraceback (most recent call last):...
💬 1[Last reply:2 hours ago] 这是由于微软已更改了其免费翻译API的接口地址,导致旧版本中的接口失效,因此返回404错误。解决方法如下:更新软件版本:将软件升级到 v4.09 或更高版本(当前最新为 v4.12),该问题已在新版中修复。若已是新版本,请重新下载补丁包覆盖。改用其他翻译渠道(推荐):建议改用 DeepSeek 翻译渠道,翻译质量更好,价格极低。前往 https://platform.deepseek.com/ 注...198.244**6 Posted at: 2 hours ago -
#7229 翻译字幕阶段出错 [M2M100(本地内置)] parallel_for failed: cudaErrorNoKernelImageForDevice: no kernel image is available for execution on the deviceTraceback (most recent call last):...
💬 1[Last reply:3 hours ago] 该错误的底层原因是:M2M100 本地翻译模型尝试使用 GPU(CUDA)运行,但当前显卡的算力架构与该模型预编译的 CUDA 内核不兼容,导致 cudaErrorNoKernelImageForDevice(设备上没有可执行的 kernel 镜像)。M2M100 模型只要检测到 CUDA 可用,无论是否勾选“启用 CUDA 加速”,都会优先尝试使用 GPU,因此会绕过开关直接报错。解决方案(任选...60.220**0 Posted at: 3 hours ago -
#7228 翻译字幕阶段出错 [M2M100(本地内置)] 系统错误 (None):NoneTraceback (most recent call last):...
💬 1[Last reply:3 hours ago] 核心原因:M2M100 本地翻译模型文件缺失或下载不完整,且软件安装路径包含中文D:/杂/,导致 sentencepiece.model 加载失败(Illegal byte sequence)。解决方案:移动软件到纯英文路径:将整个软件目录从 D:/杂/win-pyvideotrans-v4.06-0720 移动到如 D:/pyvideotrans 的全英文数字路径下,不能含中文、空格或特殊符号。...60.220**0 Posted at: 3 hours ago -
#7227 翻译字幕阶段出错 [Google(免费)] 429 Client Error: Too Many Requests for url: https://www.google.com/sorry/index?continue=https://translate.google.com/m%3Fsl%3Dja%26tl%3Dzh-cn%26hl%3Dzh-cn%26...
💬 1[Last reply:3 hours ago] 这是由于使用了 Google 免费翻译渠道,因请求频率过高被 Google 服务器限流拦截(HTTP 429 Too Many Requests)。解决方案(任选其一):降低请求频率:进入 菜单 → 工具 → 高级选项 → 字幕翻译,将 传统翻译渠道每批字幕行数 设为 1,并将 翻译后暂停秒 设为 5-10 秒,然后重新执行任务。更换翻译渠道(推荐):Google 免费翻译在国内本身需要代理,且极...46.29**5 Posted at: 3 hours ago -
#7226 必须选择视频文件=system:Windows-10-10.0.19045-SP0version:v4.12frozen:Truelanguage:zh_CNroot_dir:D:/BaiduNetdiskDownload/AAA...
💬 1[Last reply:4 hours ago] 这是选择了文件夹但未选中任何文件,或所选路径下没有可识别的视频文件导致的。请按以下步骤操作:确认视频格式:pyVideoTrans 支持 mp4/mkv/avi/mov/wav/mp3 等格式,请确认所选文件夹内确实含有这些格式的文件。区分两种选择方式:若你要翻译单个/多个指定视频:点击左上角选择音频或视频按钮,在文件选择框里逐个选中视频文件(可按住 Ctrl 多选),不要选文件夹本身。若你要批量...240e**f161 Posted at: 4 hours ago -
#7225 断句有问题,一句话经常会被会被分割长两次配音,导致视频不连贯 中间有割裂感...
💬 1[Last reply:6 hours ago] 断句被切碎本质是语音识别阶段的 VAD 切分粒度太细,把一句完整的话切成了多个片段。核心原因是 静音分割持续毫秒 值过小,语音中稍有停顿就被强行切分。解决方案(按优先级调整):增大静音分割阈值:进入 菜单 → 工具/选项 → 高级选项 → 语音识别参数,将 静音分割持续毫秒(VAD:Min silence duration for split)调大,例如从默认值提高到 500~800ms,这样只有...2602**11b Posted at: 6 hours ago -
#7224 试听音频是,提示这错误:type error:float object cannot be interpreted as an intergertraceback file videotrans/component /onlyone_s......
💬 3[Last reply:8 hours ago] 这是升级到 v4.12 后单视频交互模式试听环节的内部代码异常,属于版本 bug,非你的配置问题。请按以下方式处理:先确认软件左上角版本号是否确实为 v4.12,若低于此版本,重新下载最新完整包或补丁包覆盖。若已是 v4.12 仍报此错,请重新下载当前时刻的补丁包再次覆盖(部分问题已通过补丁修复)。若覆盖后依旧报错,可暂时改用旧版本,下载地址:https://pyvideotrans.com/do...141.11**7 Posted at: 8 hours ago -
#7223 最后一步字幕配音嵌入时出错opening input: Invalid data found when processing input opening input file will_embed.m4a. opening input files: Invalid data found when processing inputTraceback (most...
💬 1[Last reply:10 hours ago] 核心原因是:配音合成的音频文件 will_embed.m4a 未生成成功或已损坏,导致最后一步 FFmpeg 合并时读取失败(moov atom not found = 该 m4a 文件不完整/只有部分数据)。这通常由以下原因引起:Index-TTS 配音阶段有部分字幕配音失败(Index-TTS 本地API 返回异常或超时),导致最终拼接的 will_embed.m4a 文件不完整。中途任务被中...141.11**7 Posted at: 10 hours 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.