-
#7025 [localllm] Cannot connect to http://127.0.0.1:11434/v1. Check network access or verify local server deployment.Request timed out....
💬 1[Last reply:10 days ago] This error means pyVideoTrans cannot reach your local LLM service at http://127.0.0.1:11434/v1 (typically Ollama). The ReadTimeout indicates the connection was established, but the server did not resp...2601**721 Posted at: 10 days ago -
#7024 内容太长超出最大允许Token,请减小内容或增大max_token,或者降低每次发送字幕行数Could not parse response content as the length limit was reached - CompletionUsage(completion_tokens=65536, prompt_tokens=840, total_t...
💬 1[Last reply:10 days ago] 这是 DeepSeek 翻译输出被大模型最大 token 限制截断导致的。日志显示 completion_tokens 已达 65536(DeepSeek 输出上限),而输入 prompt_tokens 仅 840,表明每次发送的字幕数量过多,AI 一次返回内容超出了可输出的长度。按以下步骤解决:降低每批翻译的字幕行数:打开 菜单 → 工具/选项 → 高级选项 → 字幕翻译调整,将「AI翻译渠道每...240e**dfec Posted at: 10 days ago -
#7023 Subprocess Error: cannot import name 'GGUF_CONFIG_MAPPING' from 'transformers4576.integrations' (C:\pyvideotrans\_internal\transformers4576\integrations\__init__.py):{'text': '你好啊,...
💬 1[Last reply:10 days ago] 该错误是因为预打包版内部 transformers4576 库版本不完整或存在旧文件残留,导致找不到 GGUF_CONFIG_MAPPING 符号。通常是补丁覆盖不完整或升级包与主程序不匹配引起的。解决方案按顺序尝试:重新下载并完整覆盖补丁包:先彻底删除当前 C:\pyvideotrans 目录,重新下载完整版压缩包(约2.7GB)解压后,再下载最新补丁包覆盖到同一目录。注意:不要只覆盖补丁包,必...2409**5ad3 Posted at: 10 days ago -
#7022 代理设置不正确或代理不可用,请检查代理或关闭代理并删掉代理文本框中所填内容:{'text': '你好啊,我亲爱的朋友,希望你的每一天都是美好愉快的!', 'rate': '+0%', 'role': 'Yunyang(Male/CN)', 'filename': 'C:\\Users\\fu\\AppData\\Local\\Temp/pyvideotran...
💬 1[Last reply:10 days ago] 这是代理配置错误导致的。报错显示软件尝试连接到 127.0.0.1:7897 但连接被拒绝(ConnectionRefusedError),说明地址栏填写的代理服务当前未运行或端口不正确。解决方案(按顺序操作):确认是否需要代理:如果你使用的是 Edge-TTS 等在线接口,在国内通常需要代理才能访问;如果网络环境本身可以直连,则不需要代理。代理服务未启动:如果你确实在使用代理软件(如 Clash...2409**5ad3 Posted at: 10 days ago -
#7021 配音阶段出错 [Higgs-audio-v3(内置)] Audio must be mono, but got 2,Traceback (most recent call last): File...
💬 3[Last reply:10 days ago] 已确认您的软件根目录为 D:/TTS/win-pyvideotrans-v4.11,FFmpeg 可执行文件位于该目录下的 ffmpeg 文件夹中。请打开命令提示符(CMD),执行以下命令(注意路径中的双引号):"D:\TTS\win-pyvideotrans-v4.11\ffmpeg\ffmpeg.exe" -i "C:\Users\Z420-Win-11\Docu...104.28**1 Posted at: 10 days ago -
#7020 [localllm] Cannot connect to http://127.0.0.1:11434/v1. Check network access or verify local server deployment.Request timed out....
💬 1[Last reply:10 days ago] This is a timeout connecting to your local LLM server at http://127.0.0.1:11434/v1 (typically Ollama). The server is either not running, hung, or too slow to respond within the request timeout.Please ...2601**721 Posted at: 10 days ago -
#7019 语音识别阶段出错[faster-whisper(内置)] Subprocess Error: module 'decoders' has no attribute 'DecodeStream'Traceback (most recent call last):...
💬 1[Last reply:10 days ago] 核心原因是 faster-whisper 的依赖库损坏或版本不匹配,通常由补丁包覆盖旧版导致部分依赖文件缺失/不兼容,或者 faster-whisper 模型文件下载不完整引起。你的软件目录路径 H:/老骚/win-videotrans-v3.83 显示是从旧版本(v3.83)通过补丁包覆盖升级到 v4.11 的。知识库明确说明:若旧版本与当前最新版本相差较大,仅用补丁包覆盖可能出错,建议下载完整...182.89**3 Posted at: 10 days ago -
#7018 语音识别阶段出错[openai-whisper(内置)] Subprocess Error: module 'llvmlite.binding' has no attribute 'get_host_cpu_name'Traceback (most recent call last):...
💬 1[Last reply:10 days ago] openai-whisper 内部依赖的 numba/llvmlite 版本不兼容导致子进程崩溃,常见于预打包版被旧补丁包覆盖后依赖错乱。解决方案改用 faster-whisper(内置) 渠道(推荐):在主界面语音识别渠道下拉框中切换为 faster-whisper(内置),模型仍选 large-v3-turbo。该渠道更稳定,无需额外修复。重新下载完整包:若必须用 openai-whisper...182.89**3 Posted at: 10 days ago -
#7017 Value: 'Same as the voice reference' (type: <class 'str'>) is not in the list of choices: ['与音色参考音频相同', '使用情感参考音频', '使用情感向量控制']:{'text': '你好啊,我亲爱的朋友,希望你的每一天都是美好愉快的!', 'rate': '+0%'...
💬 1[Last reply:10 days ago] 这是 Index-TTS 本地服务启用了中文界面(i18n 翻译),导致其 API 下拉选项是中文,而 pyVideoTrans 发送的是英文 Same as the voice reference,两者不匹配引发参数校验报错。解决方法进入你本地部署的 Index-TTS 项目根目录找到并打开 webui.py 文件全局搜索字符串:i18n("与音色参考音频相同")将其直接替换...2605**15ff Posted at: 10 days ago -
#7016 Audio file could not be read as PCM WAV, AIFF/AIFF-C, or Native FLAC; check if file is corrupted or in another formatTraceback (most recent call last):...
💬 1[Last reply:10 days ago] The root cause is the speech_recognition library used by the Google STT API (Free) channel cannot decode the audio file passed to it. This most often happens because the source video filename contains...2402**5081 Posted at: 10 days ago -
#7015 Video file selection required...
💬 1[Last reply:10 days ago] This error occurs because no input video/audio file was actually selected before you clicked "Start Execution." The video translation workflow requires a valid media file to be chosen and registered b...37.114**2 Posted at: 10 days ago -
#7014 语音识别阶段出错[faster-whisper(内置)] No transcription results returned. Please check the original audio/video [info.duration_after_vad=0.0s].info=TranscriptionInfo(language='en', language_...
💬 1[Last reply:10 days ago] 核心原因:duration_after_vad=0.0s 表示语音活动检测(VAD)没有从你这 48 秒音频中分离出任何人类语音段,导致 Whisper 无法产生转录结果。这通常是因为原始视频 没有有效的人声音轨、人声极微弱,或 VAD 参数设置过严,将语音误判为静音。按以下顺序排查:确认原视频本身有声音:用播放器播放该视频(D:/TASTIEST Creamy Chipotle Chicken ...188.253**1 Posted at: 10 days ago -
#7013 No transcription results returned. Please check the original audio/video [info.duration_after_vad=0.0s].info=TranscriptionInfo(language='en', language_probability=1, duration=48.46...
💬 1[Last reply:10 days ago] 该报错的核心原因是:VAD(语音活动检测)将该音频中所有片段判定为“非语音”,导致 duration_after_vad=0.0s,因此没有截取到任何有效语音片段用于识别。这不一定是模型损坏或CUDA问题,而是音频本身未检测到人声或VAD阈值过严。请按以下顺序排查:确认原始视频是否真的包含清晰人声:用播放器试听该 .webm 文件,确认有说话声、且声音音量正常。如果只有背景音乐、纯音效或人声被音乐...188.253**1 Posted at: 10 days ago -
#7012 自动下载模型失败,你可以点击 【查看帮助教程】 了解如何手动下载...
💬 1[Last reply:11 days ago] 这是模型自动下载时网络连接中断导致的,日志显示只接收到约80MB(期望约1.6GB),部分文件下载不完整。解决方法(优先推荐手动下载):删除已下载的不完整模型文件夹:软件目录/models/models--mobiuslabsgmbh--faster-whisper-large-v3-turbo(若文件夹不存在,则删除里面残留的临时文件)手动下载该模型:下载地址:https://huggingfa...192.254**8 Posted at: 11 days ago -
#7011 系统错误 (10054):远程主机强迫关闭了一个现有的连接。:{'text': 'Hello, my dear friend. I hope your every day is beautiful and enjoyable!', 'rate': '+0%', 'role': 'WilliamMultilingual(Male/AU)', 'filename...
💬 1[Last reply:11 days ago] 错误 [WinError 10054] 是由 Edge-TTS 微软免费接口在连接过程中被服务器强制断开导致的,通常是因为短时间内请求过于频繁(触发限流)或网络代理配置不当。解决方案降低并发并增加暂停进入 菜单 → 工具 → 高级选项 → 字幕配音调整,将 EdgeTTS配音渠道配音并发数 设为 1,将 配音后暂停秒 设为 5~10。以低频方式调用,可有效避免被微软限流。检查/关闭代理如果填写了代...192.254**8 Posted at: 11 days ago -
#7010 [12.0099g99gg9994%] 404 Cient Eror: Not Found for urt https://edge.microsoft.com/translate/authfasterwhis HV- Power Dist......
💬 1[Last reply:11 days ago] 这是微软免费翻译接口已变更导致的。微软已关闭旧版免费翻译API,导致 https://edge.microsoft.com/translate/auth 返回 404 Not Found。解决方案(按优先级):更新软件版本:请确保软件已升级到 v4.09 或更高版本。若已是 v4.09,请重新下载最新补丁包覆盖主目录后重试。切换翻译渠道(推荐):微软翻译已不可用,建议改用更好的替代方案:DeepS...2409**e5e6 Posted at: 11 days ago -
#7009 我翻译好的字幕 现在出现了一句话 分成了很短甚至只有一个字 现在咋办...
💬 11[Last reply:11 days ago] 在 2060S 上,beam_size 和 best_of 设为 5 会显著增加解码时的搜索计算量,尤其是 beam search,它会同时探索多个候选路径,消耗大量 GPU 时间。虽然 large-v3-turbo 在模型结构上比 large-v3 更精简、推理更快,但 beam search 的额外开销会部分抵消这种优势,导致两者最终耗时趋近。之前给出的 beam_size=5 是针对“准确度...171.91**7 Posted at: 11 days ago -
#7008 Error during speech recognition stage[faster-whisper(Built-in)] Subprocess Error: [WinError 1455] The paging file is too small for this operation to complete.Traceback (most recent...
💬 1[Last reply:11 days ago] The error [WinError 1455] The paging file is too small for this operation to complete means your Windows virtual memory (pagefile) is insufficient to spawn the subprocess that runs Faster-Whisper. Thi...2402**9e5e Posted at: 11 days ago -
#7007 parallel_for failed: cudaErrorInvalidDevice: invalid device ordinal:Traceback (most recent call last): File...
💬 1[Last reply:11 days ago] 这是 CUDA 设备索引无效导致的错误,常见于显卡驱动/CUDA 环境异常、多卡识别错误或子进程无法正确获取 GPU 序号。解决方案(按顺序尝试)先验证 CUDA 环境 打开命令行(CMD),执行:nvidia-smi nvcc -V确认能正常输出显卡信息且 CUDA 版本 ≥ 12.8。如果 nvidia-smi 报错或看不到显卡,说明驱动未正确安装,请更新 NVIDIA 驱动。关闭多显卡模式...104.28**3 Posted at: 11 days ago -
#7006 语音识别阶段出错[faster-whisper(内置)] Unable to allocate 695. MiB for an array with shape (182129152,) and data type float32:Traceback (most recent call last): File...
💬 1[Last reply:11 days ago] 此报错为系统内存(CPU RAM)分配失败,而非GPU显存不足。Unable to allocate 695. MiB for an array with shape (182129152,) 表示 numpy 在申请约 695MB 内存时失败,根本原因是视频时长过长(Huberman 实验室播客通常1-2小时)+ 当前 large-v3 模型 + 整段音频缓冲导致可用内存不足。解决方法(按优先级...240e**f45 Posted at: 11 days 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.