-
#5437 代理地址:http://127.0.0.1:6478...
💬 1[Last reply:2 months ago] 该错误是因为磁盘空间不足(No space left on device),导致软件无法写入字幕或临时文件。您的配置中临时文件夹在 D://tmp/18456,输出目标在 E:/英文翻译,根目录也在 D 盘,其中任意一个分区已满都会触发此报错。解决方案:清理临时文件:进入软件根目录下的 tmp/ 文件夹,安全删除所有子文件夹和文件。这些是已结束任务的中间缓存,可随时删除。检查磁盘剩余空间:查看 D...172.105**1 Posted at: 2 months ago -
#5436 Google 翻译失败Traceback (most recent call last): File "/Users/sayuri/videoAI/pyvideotrans/videotrans/translator/_base.py",......
💬 1[Last reply:2 months ago] Google 翻译在中国大陆地区无法直接访问,因此出现 Google 翻译失败 错误。您有两种解决方式:配置网络代理:在主界面底部「网络代理」文本框中填入有效的代理地址(格式如 http://127.0.0.1:7890 或 socks5://127.0.0.1:7890),然后重新执行。改用微软翻译:将翻译渠道切换为「Microsoft(免费)」,该渠道在中国大陆无需代理即可直接使用。如果不确定...103.151**8 Posted at: 2 months ago -
#5435 系统错误 (None):NoneTraceback (most recent call last): File "/Users/sayuri/videoAI/pyvideotrans/.venv/lib/python3.10/site-p......
💬 1[Last reply:2 months ago] 这是 macoS 系统上缺少系统音频库 libsndfile 导致的。解决方法:通过 Homebrew 安装 libsndfile:brew install libsndfile安装完成后,如果之前已执行过 uv sync,建议重新安装 soundfile 依赖,确保它能够链接到新安装的系统库:uv sync --reinstall-package soundfile重新启动软件即可。请查阅相关文...103.151**8 Posted at: 2 months ago -
#5434 代理地址:http://127.0.0.1:6478...
💬 1[Last reply:2 months ago] 该错误是因为 clone-voice 渠道依赖的本地服务未启动。pyVideoTrans 调用的是本地部署的 clone-voice API(默认地址 http://127.0.0.1:9988),但该服务未运行或端口不正确。解决方法:确保已在本地部署并启动了 clone-voice 服务(通常需要运行其项目中的 api.py 或相关脚本)。检查服务启动后的 API 地址和端口,默认一般是 htt...172.105**1 Posted at: 2 months ago -
#5432 support for apple silicon MLX...
💬 1[Last reply:2 months ago] Currently, pyVideoTrans does not support Apple Silicon MLX (Metal Performance Shaders) for GPU acceleration. The software relies on NVIDIA CUDA for GPU‑accelerated tasks (like local Whisper models). O...108.160**0 Posted at: 2 months ago -
#5431 gtts.tts.gTTSError: Failed to connect. Probable cause: Unknown...
💬 1[Last reply:2 months ago] gTTS(Google TTS)在中国大陆访问需要科学上网,你当前的网络环境无法连接 Google 服务器导致失败。解决方法:配置代理:在软件主界面底部“网络代理”输入框中填写你的代理地址,格式如 http://127.0.0.1:7890,然后保存重试。更换配音渠道:推荐改用无需代理的 Edge-TTS(免费、国内直连),在主界面“配音渠道”下拉框中选择 Edge-TTS 即可。如果代理已配置仍...113.88**5 Posted at: 2 months ago -
#5430 videotrans.configure.excepts.DubbingSrtError: TorchCodec is required for load_with_torchcodec. Please install torchcodec to use this function....
💬 1[Last reply:2 months ago] 这是由于预打包版中缺少 torchcodec 库所致。该问题通常在使用依赖本地音频解码的配音渠道(如某些本地 TTS 模型)时触发。解决方案:更换配音渠道:在主界面配音渠道下拉菜单中,选择 Edge-TTS(免费) 或其他非本地的在线配音渠道,可立即绕过该问题。更新软件版本:当前版本为 v4.03,请前往官网下载 最新完整版 v4.03-0622(约 2.6GB),覆盖解压即可。新版本已修正此依赖...124.162**7 Posted at: 2 months ago -
#5429 代理地址:http://127.0.0.1:7897...
💬 3[Last reply:2 months ago] 这是 WhisperX 本地 API 服务返回的 500 内部错误,不是 pyVideoTrans 本身的问题。该错误由 WhisperX 部署侧的服务进程直接抛出。排查与解决步骤:检查 WhisperX 服务是否正在运行 确保你已成功启动了 WhisperX 的 API 服务(例如通过命令 uvicorn main:app 或 python api.py),并且服务监听地址与软件菜单中填写的地...206.189**3 Posted at: 2 months ago -
#5428 Error embedding final dub: Filter not foundTraceback (most recent call last): File "/Users/user/Desktop/Tool/youtube/py......
💬 1[Last reply:2 months ago] The error No such filter: 'subtitles' indicates your FFmpeg installation is missing the libass library, which is required for embedding hardcoded subtitles. Your FFmpeg configuration (from t...108.165**3 Posted at: 2 months ago -
#5423 ErrorTraceback (most recent call last):File "videotrans\mainwin\_actions.py", line 169, in tts_type_changeFile "videotra......
💬 7[Last reply:2 months ago] Sau khi bạn đã clone và đăng ký giọng (thêm reference audio vào danh sách), lần sau bạn vẫn bắt buộc phải chạy service OmniVoice trước, nhưng không cần đăng ký lại giọng.Cụ thể:Service OmniVoice luôn ...171.234**5 Posted at: 2 months ago -
#5427 代理地址:http://127.0.0.1:7897...
💬 3[Last reply:2 months ago] WhisperX API 报 HTTP 500 服务器内部错误,说明你本地部署的 WhisperX 服务在处理该音频时崩溃或配置异常。通常原因如下:WhisperX 服务未正常启动:请确认你在运行 WhisperX 的终端窗口中没有报错退出,服务是否已正确监听在指定地址(如 http://127.0.0.1:9000)。API 地址与代理冲突:你的代理地址为 http://127.0.0.1:78...206.189**3 Posted at: 2 months ago -
#5426 Error embedding final dub: Filter not foundTraceback (most recent call last): File "/Users/user/Desktop/Tool/youtube/py......
💬 1[Last reply:2 months ago] The error No such filter: 'subtitles' occurs because your FFmpeg installation was built without the libass library, which is required for burning subtitles into the video (hard subs).Solutio...108.165**3 Posted at: 2 months ago -
#5425 Error embedding final dub: Filter not foundTraceback (most recent call last): File "/Users/user/Desktop/Tool/youtube/py......
💬 1[Last reply:2 months ago] The error Filter not found: 'subtitles' indicates that your FFmpeg installation lacks the libass library, which is required for embedding hard subtitles (the subtitles filter). This is the r...108.165**3 Posted at: 2 months ago -
#5424 [WinError 10061] No connection could be made because the target machine actively refused it...
💬 1[Last reply:2 months ago] This error occurs because the OmniVoice-TTS local service is not running. pyVideoTrans requires the OmniVoice backend to be deployed and started manually before you can use it as a dubbing channel. Th...171.234**5 Posted at: 2 months ago -
#5364 Hello everyone, I'm a foreigner. Thank you very much to the creators of this amazing software, and I have a few questions....
💬 32[Last reply:2 months ago] ErrorTraceback (most recent call last):File "videotrans\mainwin\_actions.py", line 169, in tts_type_changeFile "videotrans\tts\__init__.py", line 134, in is_allow_langTypeError: unhashable type: 'list...171.234**5 Posted at: 2 months ago -
#5421 RuntimeError: This model is currently experiencing high demand. Spikes in demand are usually temporary. Please try again later....
💬 1[Last reply:2 months ago] The error "This model is currently experiencing high demand" comes from the Gemini translation API, indicating the model servers are temporarily overloaded. This is a transient server-side issue.Solut...2402**e73 Posted at: 2 months ago -
#5420 语音识别阶段出错[WhisperX(本地API)] Error code: 500 - {'error': '处理过程中发生内部错误。'}Traceback (most recent call last):File "videotrans\......
💬 3[Last reply:2 months ago] WhisperX 本地 API 服务返回 HTTP 500 内部错误,通常是服务进程崩溃(显存不足、模型加载失败或代码异常)导致。排查步骤:重启 WhisperX 服务 在部署 WhisperX 的终端中按 Ctrl+C 停止,然后重新启动(例如 uv run whisperx_server.py 或对应的启动命令)。重启后重新提交任务。降低模型尺寸 你当前使用 distil-large-v3...64.118**2 Posted at: 2 months ago -
#5419 语音识别阶段出错[WhisperX(本地API)] Error code: 500 - {'error': '处理过程中发生内部错误。'}Traceback (most recent call last):File "videotrans\......
💬 3[Last reply:2 months ago] WhisperX 返回 HTTP 500 表示其服务端在处理请求时发生了未捕获的异常,常见原因包括:服务未正常启动、模型文件损坏、显存不足、音频编码异常或配置不兼容(如 LLM 重新断句与 WhisperX 不兼容)。请按以下步骤排查:确认 WhisperX 服务正常运行 打开 WhisperX 的控制台终端,查看是否有明显的错误堆栈(如 CUDA out of memory、Model not...15.235**9 Posted at: 2 months ago -
#5418 Connection error....
💬 1[Last reply:2 months ago] 这是由于 WhisperX 服务未启动或地址配置错误导致的连接被拒绝。确认服务已启动:打开 WhisperX 的部署程序(如 api.py),确保服务正在运行。检查 API 地址:在软件菜单 语音识别设置 -> WhisperX 中,确认填写的 API 地址与启动的服务端口一致(默认 http://127.0.0.1:9000)。检查防火墙/代理:确保本地防火墙未阻止该端口,且代理设置未影响...15.235**9 Posted at: 2 months ago -
#5417 你填写的网络代理地址似乎不正确或不可用, 一般代理/vpn格式为 http://127.0.0.1:数字端口号 , 如果不知道什么是代理请勿随意填写。如果确认代理地址无误,请忽略该提示并继续执行...
💬 1[Last reply:2 months ago] 你填写的 http://127.0.0.1:1080 格式是标准的,但软件检测到该代理不可用。可能原因:代理服务未启动:请检查你的 VPN/代理客户端是否正在运行,并确认监听端口确实是 1080(常见有 1080、7890、7891 等)。代理类型错误:若使用 socks5 代理,应填写 socks5://127.0.0.1:1080。HTTP 代理需确认你的代理软件提供的是 HTTP 代理。无需...103.62**8 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.