-
#1478 RuntimeError: None...
💬 6[Last reply:8 months ago] 这个错误表明在使用 Edge-TTS 进行语音合成时遇到了问题。由于错误信息不完整,无法直接判断具体原因。请按以下步骤排查:检查网络连接与代理:确保您的网络连接稳定,能够正常访问微软的在线服务。如果您使用了网络代理,请确认主界面第5行“网络代理”设置正确(格式如 http://127.0.0.1:7860)。如果不需要代理,请留空。调整配音并发设置:在软件顶部菜单栏选择 工具/选项 -> 高...58.17.**1 Posted at: 9 months ago -
#2074 OSError: cannot load library '/Users/justinfungcheuk/pyvideotrans/.venv/lib/python3.10/site-packages/_soundfile_data/libsndfile.dylib': dlopen(/Users/justinfungcheuk/pyvideotrans/....
💬 3[Last reply:8 months ago] 问题依然存在,说明系统未能正确找到或链接到 libsndfile 库。这通常是因为 Python 的 soundfile 包安装的路径与系统库路径不匹配。请按以下步骤强制解决:卸载并重新安装 soundfile 包:在终端中,进入您的项目目录(/Users/justinfungcheuk/pyvideotrans),然后执行:uv run pip uninstall -y soundfile uv...91.196.**2 Posted at: 8 months ago -
#2075 OSError: cannot load library '/usr/local/lib/libsndfile.dylib': dlopen(/usr/local/lib/libsndfile.dylib, 0x0002): tried: '/usr/local/lib/libsndfile.dylib' (mach-o file, but is an in...
💬 1[Last reply:8 months ago] 此错误表明您的 Mac (arm64 架构) 上安装的 libsndfile 库是 x86_64 架构版本,与您的系统不兼容。根据知识库,Mac 用户需要正确安装此依赖。请按以下步骤解决:确认 Homebrew 已为 ARM 架构:打开终端,运行 which brew。如果路径是 /opt/homebrew/bin/brew,说明是 ARM 版。如果是 /usr/local/bin/brew,则是...91.196.**2 Posted at: 8 months ago -
#2073 pyimod03_ctypes.install.<locals>.PyInstallerImportError: Failed to load dynlib/dll 'C:\\Users\\asosm\\OneDrive\\Desktop\\win-pyvideotrans-3.90\\_internal\\azure\\cognitiveservices\...
💬 1[Last reply:8 months ago] This error indicates that the Azure TTS module is missing a critical DLL file (Microsoft.CognitiveServices.Speech.core.dll). This is a known issue with the pre-packaged version when it's extracted to ...213.238.**9 Posted at: 8 months ago -
#2072 (pyvideotrans) PS D:\MyGithubClone\pyvideotrans> uv run sp.pySet default paramsBind signal...For Windows systems, ple......
💬 1[Last reply:8 months ago] 问题核心是语音识别时找不到临时生成的音频文件 13 - Fluid Simulations made easy - 12 Particle Collisions-1765890246.8478472.wav。这通常与文件路径过长或包含特殊字符有关,尤其是在批量处理时。请按以下步骤解决:重命名源文件:将你的视频/音频文件重命名为简短、纯英文、无空格和特殊符号的名称(例如 video1.mp4)。移动...58.152.**9 Posted at: 8 months ago -
#2071 videotrans.configure._except.StopRetry: This request exceeds your quota of 100009. You have 12 credits remaining, while 26 credits are required for this request....
💬 1[Last reply:8 months ago] 错误信息明确指出您的 ElevenLabs TTS 账户额度已不足。您的账户总配额为 100,009 个字符,当前仅剩 12 个字符,而本次请求需要 26 个字符。解决方案:立即停止处理:当前 ElevenLabs 配音任务已无法继续。更换配音渠道:在软件主界面第 4 行的“配音”设置中,将渠道切换为其他可用的选项,例如:免费渠道:Edge-TTS、VITS-cnen 或 piper-tts。其他...119.34.**3 Posted at: 8 months ago -
#2070 requests.exceptions.HTTPError: 429 Client Error: Too Many Requests for url: https://openspeech.bytedance.com/api/v1/tts...
💬 1[Last reply:8 months ago] 您遇到的 429 错误是由于请求字节火山引擎(Volcengine)TTS 服务的频率过高,触发了服务器的速率限制。请按以下步骤解决:立即暂停任务:在软件主界面点击“停止”按钮,中断当前处理。调整配音并发设置:进入菜单栏的 工具 -> 选项 -> 高级选项。在“配音调整”区域,找到“同时配音字幕数”,将其数值调小(例如从默认的 3 改为 1)。将“配音后暂停时间/秒”适当调大(例如改为...119.34.**3 Posted at: 8 months ago -
#2069 AttributeError: 'NoneType' object has no attribute 'isRunning'...
💬 1[Last reply:8 months ago] 这是一个软件在关闭时出现的内部错误,不影响核心的翻译功能。错误原因是程序在清理资源时,某个信号对象(uuid_signal)未被正确初始化。解决方法:临时方案:直接忽略此错误,点击“确定”或“关闭”按钮即可。软件的主要功能(翻译、配音等)不受影响。根本解决:此问题需要开发者修复代码。您可以:在项目的 GitHub Issues 页面(https://github.com/jianchang512/...2602:**:b8df Posted at: 8 months ago -
#2068 videotrans.configure._except.StopRetry: Invalid API key...
💬 1[Last reply:8 months ago] 您在使用 ElevenLabs 进行配音时遇到了“Invalid API key”错误。这表明您输入的 API 密钥无效或已过期。请按以下步骤解决:检查并更新 API 密钥:登录您的 ElevenLabs 账户。确认您的 API 密钥状态是否有效,并确保有足够的配额。复制正确的新 API 密钥。在软件中重新配置:在 pyVideoTrans 主界面,点击菜单栏的 工具/选项 -> 设置。在“...45.149.**0 Posted at: 8 months ago -
#2067 TaskCfg(cache_folder=None, target_dir='C:/Users/Acer/Desktop/video YT', remove_noise=False, is_separate=False, detect_language=None, subtitle_language=None, source_language=None, t...
💬 1[Last reply:8 months ago] The error indicates your OpenAI API key has insufficient quota or no remaining credits. The error code insufficient_quota means your account's billing plan is exhausted or not set up.Immediate Solutio...2405:**:47b Posted at: 8 months ago -
#2066 requests.exceptions.HTTPError: 429 Client Error: Too Many Requests for url: https://openspeech.bytedance.com/api/v3/auc/bigmodel/recognize/flash...
💬 1[Last reply:8 months ago] 您遇到的 429 错误是由于请求字节火山语音识别API的频率过高,触发了服务器的限流保护。请按以下步骤解决:立即暂停任务:在软件主界面点击“停止”按钮,中断当前处理。降低请求频率:进入菜单栏的 工具 -> 选项 -> 高级选项。在“字幕翻译调整”区域,找到 “翻译后暂停时间/秒” 选项,将数值调高(例如从默认的0改为 3 或 5)。如果使用的是“批量推理”模式,可以尝试切换到“整体识别...183.187.**8 Posted at: 8 months ago -
#2065 请将音频文件存放在 D:/AI_tools/AI_translate/win-videotrans-v3.83/f5-tts 目录下...
💬 3[Last reply:8 months ago] 您遇到的错误提示是:“无法连接到 https://huggingface.co”。这表明软件在尝试从 Hugging Face 下载必要的模型文件时,网络连接失败。核心原因与解决方案:这是典型的网络连接问题,通常是由于中国大陆网络环境无法直接访问 Hugging Face 所致。请按以下步骤操作:配置网络代理(推荐):在软件主界面第5行,找到“网络代理”输入框。填入您可用的代理地址,格式为:htt...89.116.**4 Posted at: 8 months ago -
#2064 v3.89 输出的视频变大...
💬 3[Last reply:8 months ago] 您截图中的CRF是28,编码器是libx265,这两个设置本身是有利于减小视频体积的。视频体积从73M增加到172M,主要原因不是这两个参数。根据您的设置和常见情况,导致体积剧增的最可能原因是:主界面勾选了“视频慢速”:这是导致体积增加的最常见原因。当配音比原视频长时,软件会通过降低视频播放速度来匹配音频,这会导致视频总帧数增加,从而显著增大文件体积。“输出视频压缩率”设置为 slow:虽然 sl...223.79.**4 Posted at: 8 months ago -
#2063 TaskCfg(cache_folder='D:/MyGithubClone/pyvideotrans/tmp/20712/speech2text', target_dir='D:/MyGithubClone/pyvideotrans/output/recogn', remove_noise=False, is_separate=False, detect_...
💬 1[Last reply:8 months ago] 错误原因是软件在语音识别阶段无法找到临时生成的音频文件 D:/MyGithubClone/pyvideotrans/tmp/20712/speech2text/04 - Fluid Simulations made easy - 03 Moving Fluid Particles-1765859867.5125902.wav。这通常由以下原因导致:文件路径过长或包含特殊字符:从YouTube下载的...80.209.**9 Posted at: 8 months ago -
#2062 openai.AuthenticationError: Error code: 401 - {'error': {'message': 'Authentication Fails, Your api key: ****eb98 is invalid', 'type': 'authentication_error', 'param': None, 'code'...
💬 1[Last reply:8 months ago] API 密钥错误。错误信息明确指出您的 DeepSeek API 密钥无效。解决方案:检查密钥: 请前往 DeepSeek 官网,登录您的账户,在 API 管理页面确认您的 API 密钥是否正确。确保复制完整,没有多余的空格或字符。重新填写: 在 pyVideoTrans 主界面,点击“翻译设置”按钮,在 DeepSeek 对应的输入框中,删除旧密钥,重新粘贴正确的新密钥。保存并测试: 保存设置后...18.179.**4 Posted at: 8 months ago -
#2061 429 Client Error: Too Many Requests for url: https://www.google.com/sorry/index?continue=https://translate.google.com/m%3Fsl%3Dzh-cn%26tl%3Did%26hl%3Did%26q%3D%25E8%25AF%25B7%25E4%...
💬 1[Last reply:8 months ago] 您遇到的 429 错误是 Google 翻译接口因请求频率过高而进行的限制。请按以下步骤解决:立即暂停任务:在软件中停止当前任务。降低请求频率:在菜单栏选择 工具 -> 选项 -> 高级选项。在“字幕翻译调整”区域,将“每批字幕行数”改为 1。将“翻译后暂停秒”改为 5 或更高。使用网络代理:在主界面第5行的“网络代理”中,填入一个稳定、高速的代理地址(格式如 http://127.0...50.7.**6 Posted at: 8 months ago -
#2060 你每次的更新,都更新了些什么内容?能在哪里看到吗?...
💬 1[Last reply:8 months ago] pyVideoTrans 的更新内容可以通过以下方式查看:GitHub Releases 页面:这是最详细、最官方的更新日志来源。访问项目在 GitHub 的 Releases 页面即可查看每次版本更新的具体内容、新功能、修复的问题等。地址:https://github.com/jianchang512/pyvideotrans/releases软件内置更新提示:当软件启动并检测到新版本时,会在主...2406:**:68 Posted at: 8 months ago -
#2059 配音渠道选择GPT-sovits与index-tts中出现的bug...
💬 1[Last reply:8 months ago] 根据您的描述,这确实是软件在界面逻辑或配置保存方面的一个Bug。问题可能出在角色列表的加载逻辑或配置文件的读写上。请按以下步骤尝试解决:清理缓存并重启:关闭软件。进入软件根目录下的 videotrans 文件夹。删除 config.json 和 rolelist.json 这两个配置文件(删除前可先备份)。重新启动软件,此时所有设置将恢复为默认。重新配置您的GPT-SoVITS和index-tts...2605:**:3e1 Posted at: 8 months ago -
#2058 ValueError: Cannot find a function with `api_name`: /generate....
💬 1[Last reply:8 months ago] 这个错误表明您在使用 F5-TTS 进行语音克隆时,连接到了错误的 API 端点。F5-TTS 的 Gradio 服务接口名称可能已更新,导致软件无法找到正确的 /generate 路径。核心解决方法:检查并更正 F5-TTS 的 API 地址。请按以下步骤操作:停止当前任务:关闭错误弹窗。确认 F5-TTS 服务状态:确保您已按照官方指引正确启动了 F5-TTS 的本地服务。在浏览器中访问您配置...52.221.**8 Posted at: 8 months ago -
#2057 TaskCfg(cache_folder=None, target_dir='E:/观察', remove_noise=False, is_separate=False, detect_language=None, subtitle_language=None, source_language=None, target_language=None, sour...
💬 1[Last reply:8 months ago] DeepSeek 翻译失败,原因是触发了其内容安全过滤器 (content_filter)。这通常是因为翻译的文本内容(可能是字幕内容本身,或者是系统提示词)被模型判定为包含敏感或不适宜内容。请按以下步骤尝试解决:检查字幕内容:打开你的字幕文件 E:/观察/Bloomberg Surveillance 12_15_2025 EN.srt,检查其中是否包含可能被误判为敏感的词句(如政治、暴力、金融欺...219.134.**9 Posted at: 8 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.