-
#5758 'NoneType' object has no attribute 'get':Traceback (most recent call last): File...
💬 1[Last reply:2 months ago] The error 'NoneType' object has no attribute 'get' occurs in the OpenAI-compatible translation module (_openaicompat.py). This means the API returned None – usually due to an incor...14.191**5 Posted at: 2 months ago -
#5757 This model is currently experiencing high demand. Spikes in demand are usually temporary. Please try again later.:Traceback (most recent call last): File...
💬 1[Last reply:2 months ago] This error is caused by Google's Gemini API server being unable to handle your request due to temporary high demand or rate limiting on their side. The message "This model is currently experiencing hi...14.191**5 Posted at: 2 months ago -
#5756 The model download failed. You can try opening the following URL and downloading all files to the C:/Users/JOHN/Documents/DUBLADOR/win-pyvideotrans-v4.05-0709/models/models--mobius...
💬 1[Last reply:2 months ago] The error is caused by an incorrectly set system environment variable REQUESTS_CA_BUNDLE (or CURL_CA_BUNDLE) pointing to a non-existent certificate bundle at C:\certs\cacert.pem. This prevents Python ...152.237**8 Posted at: 2 months ago -
#5755 CUDA error: device-side assert triggeredCompile with `TORCH_USE_CUDA_DSA` to enable device-side assertions....
💬 1[Last reply:2 months ago] 这是由于 Qwen3-TTS 在启用 CUDA 加速并使用 clone 角色时,遇到了参考音频时长或显存超出模型处理范围导致的 device-side assert triggered 错误。请按以下步骤排查和修复:检查显存是否充足:Qwen3-TTS 和 faster-whisper 同时占用显存,若显存不足(如小于 8GB),请降低 ASR 模型为 small 或 base,或暂时关闭 CUD...120.229**9 Posted at: 2 months ago -
#5753 配音全部失败 NoneTraceback (most recent call last):...
💬 1[Last reply:2 months ago] 这是由于代理地址填写错误导致的。您在软件主界面“网络代理”文本框中填写了 http://127.0.0.1:7860,但 Index-TTS 是一个需要自行部署的本地 API 服务,其 API 地址应在 菜单 → TTS 设置 → Index-TTS 面板中配置,而不是填写在主界面的代理框内。 解决方案:清空主界面的代理文本框(除非您确实需要通过代理访问境外服务,否则应留空)。在 菜单 → TT...183.198**1 Posted at: 2 months ago -
#5752 Subprocess Error: Backend should be defined in the BACKENDS_MAPPING. Offending backend: tensorflow_textTraceback (most recent call last):...
💬 1[Last reply:2 months ago] This error is caused by a missing or incompatible TensorFlow-related backend (tensorflow_text) within the faster-whisper subprocess. This is not a typical faster-whisper error but likely stems from a ...150.107**2 Posted at: 2 months ago -
#5748 bản này không có timeline view nhỉ để kéo text dịch che text cũ cho chuẩn...
💬 15[Last reply:2 months ago] Trong pyVideoTrans không có chức năng giữ nguyên âm thanh gốc (cả giọng nói và nhạc nền) rồi chỉ giảm nhỏ âm lượng của nó đi. Mặc định, khi bạn chạy quá trình dịch và lồng tiếng, phần mềm sẽ thay thế ...116.111**7 Posted at: 2 months ago -
#5749 最后一步字幕配音嵌入时出错: Filter not foundTraceback (most recent call last):...
💬 1[Last reply:2 months ago] 这是由于 macOS 上通过 Homebrew 安装的 FFmpeg 缺少 subtitles 滤镜(需要 libass 库),导致无法执行硬字幕嵌入。解决方案:重新安装带 libass 支持的 FFmpeg。完全卸载当前 FFmpeg:brew uninstall ffmpeg安装带全部常用编码器与滤镜的 FFmpeg(推荐使用第三方 tap):brew tap homebrew-ffmpeg/...3.112**7 Posted at: 2 months ago -
#5747 系统错误 (None):NoneTraceback (most recent call last):...
💬 1[Last reply:2 months ago] 系统缺少 libsndfile 动态库,这是 macOS 上 soundfile 库加载所需的底层音频处理库。 请通过 Homebrew 安装:brew install libsndfile安装后重启 pyVideoTrans 即可。 如果 brew 尚未安装,请先安装 Homebrew:/bin/bash -c "$(curl -fsSL https://raw.githubuse...3.112**7 Posted at: 2 months ago -
#5746 系统错误 (None):NoneTraceback (most recent call last):...
💬 9[Last reply:2 months ago] 环境已成功重建。现在启动软件:uv run sp.py如果仍然遇到同样错误,请将报错内容完整粘贴。...3.112**7 Posted at: 2 months ago -
#5745 系统错误 (None):NoneTraceback (most recent call last):...
💬 5[Last reply:2 months ago] 重新安装依赖后,请现在尝试运行软件:uv run sp.py如果启动后正常进入界面,则问题已解决。若仍出现 sndfile 相关报错,请提供完整错误信息以便进一步排查。...3.112**7 Posted at: 2 months ago -
#5742 tôi không hiểu sao các tool khác thì ok nhưng riêng tool này thì lại bị giảm chất lượng khi xuất video ra , mà dung lượn......
💬 3[Last reply:2 months ago] Để giữ nguyên chất lượng hoàn toàn (lossless), chỉ có một cách: đáp ứng các điều kiện xuất không mã hóa lại (lossless) mà tôi đã nêu ở câu trả lời trước. Cụ thể:Video đầu vào phải là mp4, codec H.264,...116.111**7 Posted at: 2 months ago -
#5744 系统错误 (None):NoneTraceback (most recent call last):...
💬 1[Last reply:2 months ago] 这是 macOS 上缺少 libsndfile 系统库导致的。libsndfile 是 Python 库 soundfile 的底层依赖,用于音频文件的读写。请按以下步骤解决:使用 Homebrew 安装 libsndfile:brew install libsndfile重新安装 Python 依赖:uv sync如果仍有问题,可强制重新安装 soundfile:uv add soundfile...3.112**7 Posted at: 2 months ago -
#5743 系统错误 (None):NoneTraceback (most recent call last):...
💬 1[Last reply:2 months ago] 这是由于缺少系统底层音频库 libsndfile 导致的。macOS 上需要通过 Homebrew 安装该库。解决方案:确保已安装 Homebrew(如未安装请先安装:/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)")。在终端中执行以下命...3.112**7 Posted at: 2 months ago -
#5741 系统错误 (None):None:Traceback (most recent call last):...
💬 1[Last reply:2 months ago] 这是由于本地 OmniVoice 模型文件未正确下载导致的。v4.05 版本内置了 OmniVoice 配音渠道,首次使用时需要在线下载模型文件到 models/models--k2-fsa--OmniVoice 目录。如果下载中断或网络异常,就会造成模型文件缺失。解决方案:检查网络并重启软件 关闭软件,确保网络畅通(如使用代理请确认代理设置正确),然后重新启动软件并再次使用 OmniVoice...117.136**1 Posted at: 2 months ago -
#5740 CUDA error: device-side assert triggeredCompile with `TORCH_USE_CUDA_DSA` to enable device-side assertions....
💬 1[Last reply:2 months ago] 这是由于 Qwen3-TTS 在 CUDA 环境下处理参考音频时发生了数据范围越界(device-side assert triggered)。根本原因是参考音频时长不合适或显存不足。解决方案(按顺序操作):关闭 CUDA 加速(临时绕过):在主界面取消勾选 "CUDA 加速",改用 CPU 运行 Qwen3-TTS,确认是否是显存不足导致的。调整参考音频时长限制:如果必须使用 CUDA,请保证以...103.62**4 Posted at: 2 months ago -
#5739 语音识别阶段出错[faster-whisper(本地内置)] Subprocess Error: [WinError 1455] 页面文件太小,无法完成操作。Traceback (most recent call last):...
💬 1[Last reply:2 months ago] 这是由于在 CPU(未启用 CUDA)模式下运行 large-v3-turbo 模型时,系统虚拟内存(页面文件)不足导致的内存分配失败。解决方法(任选其一):增大 Windows 虚拟内存:右键“此电脑” → 属性 → 高级系统设置 → 高级 → 性能设置 → 高级 → 虚拟内存更改。取消“自动管理”,选择安装软件所在的盘(通常是C盘或D盘),将“自定义大小”的初始和最大值均设为 32768 MB...240e**2824 Posted at: 2 months ago -
#5738 No such file or directory:...
💬 1[Last reply:2 months ago] 这是由于 Qwen3-ASR 本地模型文件未下载完毕或缺失导致的。解决办法:打开软件目录 D:/BaiduNetdiskDownload/win-pyvideotrans-v4.05-0709/models/,检查是否存在 models--Qwen--Qwen3-ASR-1.7B 文件夹,并且内部包含 model-00001-of-00002.safetensors 等文件。若文件夹为空或缺失文件...45.152**0 Posted at: 2 months ago -
#5737 CUDA error: device-side assert triggeredCompile with `TORCH_USE_CUDA_DSA` to enable device-side assertions....
💬 1[Last reply:2 months ago] This error is caused by the Qwen3-TTS voice cloning engine encountering a tensor shape mismatch, typically because the reference audio (dynamically cut from your video for each subtitle) is either too...185.238**5 Posted at: 2 months ago -
#5736 系统错误 (None):NoneTraceback (most recent call last):...
💬 1[Last reply:2 months ago] 该错误是由于 OmniVoice 本地模型文件未下载完整或缺失导致的。软件在 models/models--k2-fsa--OmniVoice 目录下没有找到 model.safetensors 或 pytorch_model.bin 文件。解决方法:关闭软件,进入软件根目录下的 models 文件夹,找到 models--k2-fsa--OmniVoice 文件夹,将其彻底删除。重新启动软件,再...120.229**9 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.