-
#1043 clone-voice 是否可以在macos 上安装...
💬 1[Last reply:9 months ago] 根据 pyVideoTrans 的核心知识库,该软件主要专注于视频翻译(语音识别、字幕翻译、文本配音和视频合成),其功能列表中并未包含 "clone-voice"(声音克隆)功能。因此,关于 "clone-voice" 在 macOS 上的安装问题,已经超出了 pyVideoTrans 技术支持的范围。建议您直接咨询 "clone-voice" 项目本身的官方文档或社区,以获取针对 macOS 系...104.28.**4 Posted at: 9 months ago -
#1009 NameError: name 'DeepgramApiError' is not defined...
💬 10[Last reply:9 months ago] 很高兴问题得到解决。如果后续在使用 pyVideoTrans 过程中遇到其他问题,欢迎随时提出。...104.28.**4 Posted at: 9 months ago -
#1042 RuntimeError: Access denied, please make sure your account is in good standing....
💬 1[Last reply:9 months ago] 这个错误表明您使用的 腾讯云 TTS (QwenTTS) 账户访问被拒绝。请按以下步骤排查:检查账户状态:登录腾讯云控制台,确认您的账户是否正常、未欠费,并且 TTS 服务已正确开通和授权。验证密钥:在软件菜单栏选择 TTS配音设置,检查您填写的 SecretId 和 SecretKey 是否正确无误,并确保没有多余的空格。切换配音渠道:如果问题持续,建议暂时切换到其他可用的配音渠道,例如 Edg...45.149.**0 Posted at: 9 months ago -
#1040 RuntimeError: [Errno 2] No such file or directory: 'D:/pyVideos/tmp/10584.lock'...
💬 1[Last reply:9 months ago] 这个错误是由于软件在尝试创建临时锁文件时,指定的临时目录 D:/pyVideos/tmp/ 不存在或无法访问导致的。请按以下步骤解决:检查并创建临时目录:打开资源管理器,导航到 D:/pyVideos/ 目录在该目录下创建一个名为 tmp 的文件夹如果上述方法无效,修改临时目录路径:在软件菜单栏选择 工具/选项 -> 高级选项找到"临时目录"设置项将其修改为一个已存在的、有读写权限的目录路径...123.123.**5 Posted at: 9 months ago -
#1038 RuntimeError: [Errno 2] No such file or directory: 'D:/pyVideos/tmp/1928.lock'...
💬 1[Last reply:9 months ago] 这个错误是由于软件在尝试创建临时锁文件时,指定的目录 D:/pyVideos/tmp/ 不存在导致的。请按以下步骤解决:手动创建缺失的目录:在您的 D:/pyVideos/ 路径下,手动创建一个名为 tmp 的文件夹。完整路径应为:D:/pyVideos/tmp/检查软件工作目录设置:在软件主界面,确认“输出目录”设置是否正确。如果设置了自定义输出目录,请确保该目录存在且路径有效。重新运行任务:创...123.123.**5 Posted at: 9 months ago -
#1020 Help Needed: GPU Support Installation Error for Chatterbox TTS in Pyvideotrans...
💬 4[Last reply:9 months ago] 这个错误表明 pyVideoTrans 成功连接到了 Chatterbox TTS 服务(127.0.0.1:5093),但 Chatterbox 服务端在处理请求时发生了内部错误(500 Server Error)。请按以下步骤排查:确认 Chatterbox 服务状态确保 Chatterbox TTS 服务正在运行,且端口 5093 未被占用检查 Chatterbox 服务日志,查看具体的错误...14.181.**6 Posted at: 9 months ago -
#1037 openai.AuthenticationError: Error code: 401 - {'error': {'message': 'Incorrect API key provided: AIzaSyCh***************************_pio. You can find your API key at https://platf...
💬 1[Last reply:9 months ago] 这个错误表明您配置的 OpenAI API 密钥不正确或无权限。错误信息显示您提供的 API 密钥格式为 AIzaSyCh...,这是 Google AI (Gemini) API 密钥的格式,而不是 OpenAI API 密钥。请按以下步骤检查和修正:确认您使用的翻译渠道:在软件主界面或"翻译设置"中,检查您选择的"翻译渠道"是否为"OpenAI"。获取正确的 API 密钥:如果您确实想使用 O...203.10.**6 Posted at: 9 months ago -
#1035 Traceback (most recent call last): File "G:\AIProject\parakeet-win-0707\app.py", line 25, inimport nemo.collections.asr......
💬 2[Last reply:9 months ago] 源码部署的 parakeet 需要先安装依赖pip install -r requirements.txt...117.148.**9 Posted at: 9 months ago -
#1036 openai.RateLimitError: Error code: 429 - [{'error': {'code': 429, 'message': 'You exceeded your current quota, please check your plan and billing details. For more information on t...
💬 1[Last reply:9 months ago] 您遇到的 429 错误是由于 Gemini API 的免费配额限制导致的。错误信息显示,您使用的 gemini-2.5-pro 模型免费层每分钟仅允许 2 个请求,而您已超出此限制。请按以下步骤调整设置以解决问题:在菜单栏选择 翻译设置。在“翻译渠道”中,如果您使用的是 Gemini 免费 API,请考虑切换到其他翻译服务(如 Google、Microsoft 或...203.10.**6 Posted at: 9 months ago -
#1034 No module named 'nemo'...
💬 1[Last reply:9 months ago] 这个错误表明您的环境中缺少 nemo 模块,该模块是使用 NVIDIA NeMo 相关功能(如某些TTS模型)所必需的。解决方案:检查并安装 nemo 包:打开命令提示符 (CMD) 或 PowerShell。运行以下命令来安装 nemo:pip install nemo_toolkit['all']如果上述命令失败或速度过慢,可以尝试使用国内...117.148.**9 Posted at: 9 months ago -
#1015 aiohttp.client_exceptions.ClientConnectorCertificateError: Cannot connect to host api.msedgeservices.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILE...
💬 6[Last reply:9 months ago] 这是 Edge-TTS 服务端 SSL 证书过期导致的连接问题。根据开发者回复,这是微软服务器证书在今天过期造成的。解决方案:临时解决方案(推荐): 切换到其他 TTS 配音渠道。在菜单栏选择 TTS配音设置将配音渠道改为 OpenAI TTS、Azure TTS 或其他可用的 TTS 服务配置相应的 API 密钥后即可正常使用源码部署用户: 如您是源码部署,可按...111.118.**6 Posted at: 9 months ago -
#1033 No module named 'werkzeug'...
💬 1[Last reply:9 months ago] 该错误属于 Python 环境缺少依赖,不是 pyVideoTrans 的核心问题。解决方法(按顺序尝试):使用与运行 app.py 相同的 Python 环境安装 werkzeug:在命令行运行:Windows (默认 Python): py -3 -m pip install werkzeug或通用方式:python -m pip install werk...117.148.**9 Posted at: 9 months ago -
#1031 Cannot connect to host api.msedgeservices.com:443 ssl:True ISSLCertVerificationError: (1, '[SSL: CERTIFICATE_ VERIFY_FAILED] certificate verify failed: certificate has expired (ssl...
💬 1[Last reply:9 months ago] 这个错误表明本机在校验 https://api.msedgeservices.com 的 SSL 证书时失败(提示证书“已过期”)。常见原因是:本机时间不对、系统/应用使用的根证书链已过期或被中间人代理替换、或应用内的证书捆绑过旧。请按下面步骤排查并处理:检查系统时间与时区确保操作系统时间和时区正确(建议开启自动同步)。系统时间错误会导致证书校验失败。在浏览器...120.229.**5 Posted at: 9 months ago -
#1030 dashscope.common.error.UploadFileException: Get upload certificate failed, code: InvalidApiKey, message: Invalid API-key provided....
💬 1[Last reply:9 months ago] 问题很可能是 阿里百炼 (Qwen3-ASR) 的 API Key 无效或配置错误(错误信息里已显示:Invalid API-key provided)。请按下面步骤排查并修复:直接定位问题(核心判断)错误 "Get upload certificate failed, code: InvalidApiKey, message: Invalid API-key...61.144.**5 Posted at: 9 months ago -
#1029 RuntimeError: HTTPConnectionPool(host='127.0.0.1', port=9880): Max retries exceeded with url: /?text=%E4%BD%A0%E5%A5%BD%E5%95%8A%E6%88%91%E7%9A%84%E6%9C%8B%E5%8F%8B.&text_language=...
💬 1[Last reply:9 months ago] 错误原因很可能是 pyVideoTrans 配置为调用本地的 GPTSoVITS / 本地 TTS 服务(127.0.0.1:9880),但该本地服务未启动或被防火墙/端口阻止,所以连接被拒绝(WinError 10061)。请按以下步骤排查并解决:确认是否使用本地 GPTSoVITS/SoVITS 类型的 TTS:若在“菜单 -> TTS 设置”中选择...155.117.**9 Posted at: 9 months ago -
#1028 videotrans.configure._except.StopRetry: url error, please check url!...
💬 1[Last reply:9 months ago] 问题很可能是翻译通道(qwenmt)在请求远端接口时网络或配置异常,导致 StopRetry: url error。请按以下步骤排查:确认翻译通道与密钥配置打开 菜单 -> 翻译设置,确认当前选择的是 qwenmt(或你想用的通道),并检查是否有需要填写的 API URL / Key。这些密钥也会保存在 videotrans/params.json 中,...61.144.**5 Posted at: 9 months ago -
#1018 Cannot connect to host api.msedgeservices.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl...
💬 5[Last reply:9 months ago] 是远端服务器 https://api.msedgeservices.com 的ssl证书过期了,本地无解,等待微软更新他们服务器ssl证书...240e:**:c14e Posted at: 9 months ago -
#1026 Error code: 429 - {'error': {'message': 'You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: https://pla...
💬 1[Last reply:9 months ago] 错误 429 且提示 "insufficient_quota" 很可能是因为用于翻译的 OpenAI API Key 已超额或未开通/计费问题,导致被拒绝请求。请按下面步骤排查并处理:核心判断(一句话)原因:OpenAI 平台的配额/计费不足或 API Key 无法使用(超额、未绑定计费、被禁用或错误的 Key),因此返回 429 insufficient_q...3.1.**4 Posted at: 9 months ago -
#1024 启用了llm重新断句后,需要删除空的字幕行,否则自定义的tts给空行配音会报错...
💬 1[Last reply:9 months ago] 问题原因:LLM 重新断句后产生了没有文本的空字幕行,导致自定义 TTS 对空行调用时报错(TTS 接口通常期待有文本)。可用两种思路解决:在送入配音前删除/忽略空行,或让软件在发送请求时跳过空字幕。推荐解决方案(按优先级):1) 最快速的手工修正(推荐用于少量文件)用常见字幕编辑器打开翻译后的 .srt(例如 Subtitle Edit、Aegisub 等)...130.51.**0 Posted at: 9 months ago -
#1023 RuntimeError: Cannot connect to host api.msedgeservices.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has...
💬 1[Last reply:9 months ago] 很可能是本机或网络中间件导致的 SSL 证书校验失败(常见原因:系统时间不对、Windows 根证书未更新、企业防火墙/杀毒做了 HTTPS 中间人且使用了过期证书,或应用内使用的 Python/CA 证书链过旧)。请按下面步骤逐项排查并修复:先排最常见的问题(系统时间):Windows 设置 -> 时间和语言 -> 日期和时间 -> 开启“...2408:**:b4da Posted at: 9 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.