-
#854 videotrans.configure._except.StopRetry: GPT-SoVITS error-1:{'message': 'tts failed', 'Exception':...
💬 1[Last reply:8 months ago] 这个问题是由于在使用GPT-SoVITS语音合成时CUDA兼容性错误导致的。具体错误信息"cudaErrorNoKernelImageForDevice"表明您的显卡驱动或CUDA版本与GPT-SoVITS模型不兼容。 解决方案: 1. 更新NVIDIA显卡驱动:前往NVIDIA官网下载并安装最新的显卡驱动程序。 2. 检查CUDA兼容性: 在命令行执行 n...240e:345* Posted at: 8 months ago -
#853 gradio_client.exceptions.AppError: The upstream Gradio app has raised an exception: torch.cat(): expected a non-empty list of Tensors...
2a02:6ea0* Posted at: 8 months ago -
#849 PermissionError: [Errno 13] Permission denied: 'c:/users/c1/videos/pyvideotrans/tmp/1759816840.0416818-gptsovits.wav.wav'...
💬 1[Last reply:8 months ago] 删掉 videotrans/cfg.json 文件,重新启动软件...120.227* Posted at: 8 months ago -
#852 huggingface_hub.errors.LocalEntryNotFoundError: Cannot find an appropriate cached snapshot folder for the specified revision on the local disk and outgoing traffic has been disable...
💬 1[Last reply:8 months ago] 这个问题是由于 faster-whisper 模型从国内镜像站下载失败导致的网络连接问题。错误显示"由于目标计算机积极拒绝,无法连接",表明网络代理设置可能存在问题,导致无法访问 huggingface 镜像站。 解决方案: 1. 创建 huggingface.lock 文件(推荐) 在软件目录下(sp.exe 所在文件夹)创建一个名为 huggingfac...120.34* Posted at: 8 months ago -
#851 2025-10-07 14:21:10,429 - VideoTrans - INFO - 平台: Windows。正在按优先级检测最佳的 'h264' 编码器: ['nvenc', 'qsv', 'amf'] 2025-10-07 14:......
💬 1[Last reply:8 months ago] 根据您提供的日志信息,问题出现在使用 GPT-SoVITS 进行语音合成(配音)时,pyVideoTrans 软件会闪退。从日志中可以看到,软件在调用 http://127.0.0.1:9880/tts 这个本地 API 时,虽然发送了请求数据,但某些请求耗时较长(例如一个耗时约10秒),这可能是导致闪退的诱因。 主要原因分析: 1. GPT-SoVITS 服务不...103.135* Posted at: 8 months ago -
#847 must be selet role for listen...
💬 1[Last reply:8 months ago] issue you're reporting appears to be related to the voice recognition/transcription feature in pyVideoTrans. The error message "must be select role for listen" ...92.195* Posted at: 8 months ago -
#845 Cannot connect to host api.msedgeservices.com:443 ssl:<ssl.SSLContext object at 0x0000029577C7C8C0> [指定的网络名不再可用。]...
💬 1[Last reply:8 months ago] 这个错误是由于网络连接不稳定,导致软件无法连接到微软的 Edge TTS 服务 (api.msedgeservices.com)。这在使用 Edge-TTS 进行配音时很常见,尤其是在网络状况不佳或请求频率过高时。 核心解决方案:优化网络连接并调整软件设置。 1. 检查网络连接:请确保您的网络连接稳定。如果使用了代理或 VPN,可以尝试暂时关闭它们,或者反之,如...110.90* Posted at: 8 months ago -
#844 111videotrans.configure._except.StopRetry: Could not fetch config for http://127.0.0.1:7860/...
💬 1[Last reply:8 months ago] 这个错误表明在使用 F5/Index/Spark/Dia TTS 进行语音合成时,软件无法连接到本地部署的TTS服务。错误信息显示无法从 http://127.0.0.1:7860/ 获取配置,这意味着该TTS服务没有正常运行或无法访问。 问题分析: 您选择了 F5/Index/Spark/Dia TTS 作为配音渠道 软件尝试连接到 http://12...2a02:6ea0* Posted at: 8 months ago -
#843 gradio_client.exceptions.AppError: The upstream Gradio app has raised an exception but has not enabled verbose err...
💬 1[Last reply:8 months ago] 这个问题是由于您使用的 F5/Index/Spark/Dia TTS 本地语音合成服务没有正确启动或配置导致的。从错误信息可以看出,软件无法连接到本地的 Gradio 服务接口。 问题原因分析: 错误信息显示 "The upstream Gradio app has raised an exception" - 这意味着您本地部署的 TTS 服务(F5-TT...2a02:6ea0* Posted at: 8 months ago -
#842 RuntimeError: {'code': 6, 'msg': 'CUDA error: no kernel image is available for execution on the device\nCUDA kernel errors might be asynchronously reported at some other API call, ...
💬 1[Last reply:8 months ago] 这个错误表明您的显卡驱动或CUDA版本与pyVideoTrans软件不兼容,导致无法使用GPU加速功能。 问题原因: CUDA error: no kernel image is available for execution on the device 错误通常发生在: 1. 显卡驱动过旧,不支持当前软件所需的CUDA版本 2. 安装的CUDA Toolkit版...142.171* Posted at: 8 months ago -
#841 urllib.error.URLError: <urlopen error [WinError 10061] 由于目标计算机积极拒绝,无法连接。>...
💬 1[Last reply:8 months ago] 这个错误是由于在使用 openai-whisper(本地) 进行语音识别时,软件无法连接到模型下载服务器导致的。具体表现为"由于目标计算机积极拒绝,无法连接",这通常是因为网络连接问题。 问题分析: 您使用的是 openai-whisper 本地模式,该模式需要从 huggingface.co 下载模型文件 错误显示软件尝试下载模型时连接被拒绝 这可...1.199* Posted at: 8 months ago -
#840 requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=5066): Max retries exceeded with url: /v1/audio/speech (Caused by NewConnectionError('<urllib3.connec...
💬 1[Last reply:8 months ago] 这个问题是由于 pyVideoTrans 在尝试连接本地语音合成服务 Kokoro-TTS 时失败导致的。错误显示软件无法连接到 127.0.0.1:5066,表明 Kokoro-TTS 服务没有成功启动或正在运行。 问题原因: 您选择了 Kokoro-TTS 作为配音渠道,但该服务没有在本地启动,或者启动的端口不是 5066。 解决方案: 1. 启动 Kokor...203.168* Posted at: 8 months ago -
#839 [Errno 2] No such file or directory: 'C:/Users/savior/Desktop/_video_out/AI Agents Crash Course_ A Step_by_Step Beginner’s Guide _ Featuring N8N _ YouTube/en.srt'...
💬 1[Last reply:8 months ago] 这个问题与 pyVideoTrans 软件直接相关。错误信息表明软件在尝试读取一个名为 en.srt 的英文字幕文件时,系统提示该文件不存在。 问题分析: 根据错误路径,您似乎正在尝试使用"本地已有SRT字幕"功能。软件期望在特定位置找到字幕文件,但文件路径中的特殊字符可能导致识别失败。 具体原因: 1. 视频文件名 AI Agents Crash Course_...2406:da1e* Posted at: 8 months ago -
#838 [Errno 2] No such file or directory: 'D:/[Fl-StudioPro] Пошаговое создание Deep House треков (Paul Wallen & Djaspro)/Deep House/Видео курс «Пошаговое создание вокального Deep House...
💬 1[Last reply:8 months ago] 这个错误是由于文件路径中包含特殊字符(如方括号 [ ]、空格、中文、俄文等)导致的。pyVideoTrans 在处理包含复杂字符的路径时,可能会遇到文件无法创建或访问的问题。 解决方案: 1. 简化视频文件命名和路径: 将视频文件重命名为仅包含英文字母、数字、短横线 - 和下划线 _ 的简单名称。例如,将 [Fl-StudioPro] Пошаговое с...95.170* Posted at: 8 months ago -
#837 requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.gladia.io/v2/upload...
💬 1[Last reply:8 months ago] 这个错误是由于你在使用自定义语音识别API时,向 https://api.gladia.io/v2/upload 发送请求后收到了 400 错误响应。HTTP 400 错误通常表示请求格式不正确、缺少必要参数、认证失败或文件格式不支持等。 解决方案: 1. 检查API配置:请前往 菜单 → 语音识别设置 → 自定义语音识别API,确认你填写的API地址、密钥等参数...176.34* Posted at: 8 months ago -
#836 requests.exceptions.HTTPError: 401 Client Error: Unauthorized for url: https://api.gladia.io/v2/upload...
💬 1[Last reply:8 months ago] 这个问题是由于语音识别渠道使用了 Gladia.io API 但认证失败导致的 401 未授权错误。从错误日志可以看出,软件在调用 https://api.gladia.io/v2/upload 接口时返回了 401 状态码,表明 API 密钥无效或未正确配置。 解决方案: 1. 检查 Gladia.io API 密钥配置 打开 pyVideoTrans 软...176.34* Posted at: 8 months ago -
#835 [WinError 3] 系统找不到指定的路径。: 'C:\\Users\\Administrator\\Desktop\\[Fl-StudioPro] Пошаговое создание Deep House треков (Paul Wallen & Djaspro)\\Deep House\\Видео курс «Пошаговое создани...
💬 1[Last reply:8 months ago] 这个错误是由于文件路径中包含特殊字符或路径过长导致的。pyVideoTrans 在处理包含俄语字符和特殊符号的文件夹路径时,Windows系统无法正确识别和创建文件。 解决办法: 1. 简化文件夹路径:将视频文件移动到一个简单的英文路径下,例如 D:\video_input,避免使用俄语字符、空格和特殊符号。 2. 缩短文件夹名称:将嵌套的深层文件夹结构简化,减少...95.170* Posted at: 8 months ago -
#834 openai.RateLimitError: Error code: 429 - {'error': {'message': 'Provider returned error', 'code': 429, 'metadata': {'raw': 'moonshotai/kimi-k2:free is temporarily rate-limited upst...
💬 1[Last reply:8 months ago] 这个错误是由于您使用的 OpenRouter.ai 翻译渠道触发了频率限制(429错误)。具体来说,您正在使用免费版的 moonshotai/kimi-k2:free 模型,该模型有严格的请求频率限制。 解决方案: 1. 增加暂停时间(最直接的解决方法): 进入软件菜单 → 工具 → 高级选项 在"翻译调整"部分,找到"翻译后暂停时间/秒" 将数值调...113.84* Posted at: 8 months ago -
#833 Can This Man Live Forever The Big Interview WIRED split no voice videoerror...
💬 1[Last reply:8 months ago] 根据您提供的信息,您在使用pyVideoTrans v3.80版本处理视频“Can This Man Live Forever The Big Interview WIRED split no voice video”时遇到了问题。从视频名称中的“split no voice”来看,这很可能是一个没有语音内容的视频片段。 核心问题分析: pyVideoTrans的...49.85* Posted at: 8 months ago -
#774 index-TTS2 torch.AcceleratorError: CUDA error: no kernel image is available for execution on the device...
💬 2[Last reply:8 months ago] 已经更新了驱动,并重新安装了CUDA,还是报错误,请问什么问题呢! ...18.176* 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.
Dondate: ko-fi.com/jianchang512