-
#1885 TaskCfg(cache_folder='G:/py/tmp/32596/bdd78580ea', target_dir='g:/py/output/tts', remove_noise=False, is_separate=False,...
💬 1[Last reply:6 days ago] 这是一个 pyVideoTrans 在处理 Qwen3 TTS 配音时遇到的内部错误,具体原因是程序试图修改一个不可变的字符串对象。核心原因: 软件在调用 Qwen3 TTS 接口时,传入的某个参数(很可能是 voice_role 或 target_language_code)被错误地当作字典或列表处理,尝试进行赋值操...130.51* Posted at: 6 days ago -
#1884 requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=9880): Max retries exceeded with url: /tt...
💬 1[Last reply:6 days ago] 错误显示软件无法连接到 127.0.0.1:9880,这是 GPT-SoVITS 语音克隆服务的默认地址。问题在于您选择了 GPT-SoVITS 进行配音,但本地并未启动该服务。解决方案:确认需求:您是否确实需要使用 GPT-SoVITS 进行语音克隆?如果不需要,请返回主界面,在“配音”设置中选择其他渠道,例如 Ed...23.165* Posted at: 6 days ago -
#1883 requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=9880): Max retries exceeded with url: /tt...
💬 1[Last reply:6 days ago] 错误信息显示软件无法连接到 127.0.0.1:9880。这是 GPT-SoVITS 语音克隆服务的默认端口。问题在于您选择了 GPT-SoVITS 作为配音角色,但该服务并未在本地启动。请按以下步骤解决:启动 GPT-SoVITS 服务:您需要先下载并运行 GPT-SoVITS 项目。请访问其官方 GitHub 仓库...23.165* Posted at: 6 days ago -
#1882 RuntimeError: submitting a packet to the muxer: Bad file descriptor muxing a packet writing trailer: Bad file descriptor...
💬 1[Last reply:6 days ago] The error "Bad file descriptor" during the ffmpeg processing step is typically caused by an issue with the input video file path or the output directory permiss...191.6* Posted at: 6 days ago -
#1870 [15.170999999999905%] No audio was received. please verify that your parameters are correct.12.图像翻转(1).mp4...
💬 9[Last reply:6 days ago] 问题已明确:您的网络代理(http://127.0.0.1:7890)是导致 Edge-TTS 请求失败的根源。日志显示,即使将并发设为1并增加暂停时间,所有请求依然失败。这表明代理服务器可能阻止了 Edge-TTS 服务的连接,或者代理本身不稳定。请立即执行以下操作:关闭代理,使用直连:在主界面第5行,找到“网络代理...192.9* Posted at: 6 days ago -
#1879 requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=9874): Max retries exceeded with url: /tts?...
💬 1[Last reply:6 days ago] 您在使用 GPT-SoVITS 语音克隆功能时,将 API 地址设置为了 0.0.0.0,这是一个无效的本地地址。请按以下步骤修改:在 pyVideoTrans 主界面,点击菜单栏的 工具 -> 设置。在设置窗口的左侧,找到并点击 GPT-SoVITS。在右侧的 API地址 输入框中,将 0.0.0.0 修改为 ...23.165* Posted at: 6 days ago -
#1878 requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://127.0.0.1:9874/tts?text=%E4%BD%A0%E5%A5%BD%E5...
💬 1[Last reply:6 days ago] 这个错误表明软件在尝试连接到本地的 GPT-SoVITS 语音克隆服务时,收到了“404 Not Found”的响应。核心原因是 GPT-SoVITS 服务没有成功启动,或者启动的端口与软件中配置的端口不一致。请按以下步骤排查:确认 GPT-SoVITS 服务已正确启动:确保你已经按照 GPT-SoVITS 官方教程,...23.165* Posted at: 6 days ago -
#1877 修改 GPT-SoVITS 启动后监听的 IP 地址和端口详细步骤,带图片...
💬 1[Last reply:6 days ago] 要修改 GPT-SoVITS 启动后监听的 IP 地址和端口,您需要修改其配置文件或启动命令。以下是详细步骤:方法一:通过修改配置文件(推荐)找到配置文件:在您的 GPT-SoVITS 项目根目录下,找到名为 config.yml 或 config.yaml 的文件。编辑配置文件:用文本编辑器(如记事本、VS Code...23.165* Posted at: 6 days ago -
#1876 [Errno 2] No such file or directory: 'E:/arquivo convertido/_video_out/A Girl Wakes Up in a Restaurant and Meets 6 Hands...
💬 1[Last reply:6 days ago] The error indicates that the software cannot find the expected subtitle file (en.srt) in the output directory. This is a common issue when the input video file ...191.6* Posted at: 6 days ago -
#1872 aonde fica o diretorio do edge_tts ? da versão 3.76?...
💬 5[Last reply:6 days ago] 在 pyVideoTrans v3.76 的预打包(绿色压缩)版本中,Edge-TTS 的缓存目录位于软件主目录下的 tts/edgetts 文件夹中。完整路径示例:[您解压软件的路径]/tts/edgetts/例如,如果您将软件解压到 D:\videotrans,那么目录就是:D:\videotrans\tts\ed...191.6* Posted at: 6 days ago -
#1875 HTTPSConnectionPool(host='api-edge.cognitive.microsofttranslator.com', port=443): Max retries exceeded with url: /transl...
💬 1[Last reply:6 days ago] 此错误表明软件在连接微软翻译API (api-edge.cognitive.microsofttranslator.com) 时超时。这通常是由于网络连接问题或代理设置不正确导致的。请按以下步骤排查:检查网络连接:确认您的电脑可以正常访问互联网,并且没有被防火墙或安全软件阻止。配置网络代理:如果您在中国大陆,使用微软、...14.119* Posted at: 6 days ago -
#1873 GPT-SoVITS启动后监听的 IP 地址 和 端口怎么查看...
💬 1[Last reply:6 days ago] 要查看 GPT-SoVITS 启动后监听的 IP 地址和端口,请查看其启动时的命令行输出或 Web 界面。方法一:查看启动日志(最直接)启动 GPT-SoVITS 后,在命令行窗口或终端中,寻找类似以下内容的行:Running on local URL: http://127.0.0.1:9880或Running o...23.165* Posted at: 6 days ago -
#1871 TaskCfg(cache_folder='D:/tts/tmp/1628/2b918cd303', target_dir='d:/tts/output/tts', remove_noise=False, is_separate=False...
💬 1[Last reply:6 days ago] 该错误表明 Edge-TTS 服务器未返回任何音频数据。这通常是由于 目标语言代码与所选配音角色不匹配 或 网络连接不稳定 导致的。请按以下步骤排查:检查语言与角色匹配:错误日志显示 target_language_code='de'(德语),但您选择的角色是 Florian Mehrsprachi...1.161* Posted at: 6 days ago -
#1695 Como adicionar ollama.ai...
💬 24[Last reply:6 days ago] aonde fica o diretorio do edge_tts ? da versão 3.76?...191.6* Posted at: 15 days ago -
#1869 requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=9880): Max retries exceeded with url: /tt...
💬 1[Last reply:6 days ago] 错误显示无法连接到 127.0.0.1:9880。这表明您正在使用 GPT-SoVITS 或类似的本地语音克隆服务进行配音,但该服务没有启动。核心解决方法:启动您的本地 TTS 服务。请按以下步骤操作:确认并启动服务:根据您使用的具体语音克隆工具(如 GPT-SoVITS、F5-TTS、CosyVoice 等),启动其...23.165* Posted at: 6 days ago -
#1868 RuntimeError: <400> InternalError.Algo.InvalidParameter: Voice 'Serena' is not supported....
💬 1[Last reply:6 days ago] 这个错误表明您选择的配音角色 "Serena" 不被阿里云 Qwen-TTS 支持。Serena 是 Edge-TTS 的角色名称,而您当前使用的是阿里云 Qwen-TTS。解决方案:切换配音渠道: 在主界面第4行“配音”下拉菜单中,将渠道从“阿里云Qwen-TTS”切换为“Edge-TTS”。切换后,“角色”列表会自...2408:8226* Posted at: 6 days ago -
#1867 requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=9880): Max retries exceeded with url: /tt...
💬 1[Last reply:6 days ago] 错误信息表明软件无法连接到本地端口 127.0.0.1:9880。这是 GPT-SoVITS 语音克隆服务的默认端口。问题在于您选择了 GPT-SoVITS 作为配音角色,但该服务并未在您电脑上启动。请按以下步骤解决:确认需求:您是否确实需要使用 GPT-SoVITS 进行语音克隆?如果不需要,请直接在配音角色列表中选...23.165* Posted at: 6 days ago -
#1866 TaskCfg(cache_folder='F:/win-pyvideotrans-v3.86/tmp8108/754b144e85', target_dir='H:/xiazai/out/videoandaudio/_video_out/...
💬 1[Last reply:6 days ago] 错误原因是输出目录路径过长或包含特殊字符(省略号“...”),导致文件创建失败。请按以下步骤解决:重命名源文件:将视频文件 I Investigated the Country Where Every Drug is Legal....mp4 重命名为一个简短的英文名称,例如 video.mp4。移动文件位置:将重命名...2408:821a* Posted at: 6 days ago -
#1865 RuntimeError: Access to model denied. Please make sure you are eligible for using the model....
💬 1[Last reply:6 days ago] 这个错误表明您使用的阿里Qwen TTS模型访问被拒绝。这通常是由于API密钥无效、过期,或者该模型需要特定的权限或付费套餐才能使用。请按以下步骤排查:检查API密钥:前往阿里云百炼平台(https://bailian.console.aliyun.com/),确认您的API密钥(api_key)和密钥ID(acces...2408:8226* Posted at: 6 days ago -
#1864 cuda issue....
💬 1[Last reply:6 days ago] 根据您提供的错误截图,这是一个典型的 CUDA 显存不足问题。核心原因是 faster-whisper 的 large-v3 模型在您的 GPU 上运行时超出了可用显存。请按以下步骤解决:第一步:立即缓解(降低显存占用)在软件主界面,将 语音识别模型 从 large-v3 更换为更小的模型,例如 medium 或 sm...123.27* Posted at: 6 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.
Related resource
Trending Questions
-
【这样设置,才能取得最佳断句效果-faster-whisper语音识别!】... 💬 11 👁 1230
-
edge_tts.exceptions.NoAudioReceived: No audio was received. Please verify that your parameters are correct.... 💬 3 👁 1005
-
翻译断句过长,全屏字幕问题... 💬 3 👁 755
-
【faster-whisper模式】下载模型失败解决办法... 💬 1 👁 723
-
ImportError: cannot import name 'Sentinel' from 'typing_extensions' (/home/Timoshenko/miniconda3/lib... 💬 1 👁 660
-
语音转字幕问题... 💬 8 👁 574
-
RuntimeError: Data processing error: CAS service error : Reqwest Error: HTTP status client error (401 Unauthorized), dom... 💬 2 👁 540
-
大佬帮帮忙,总是到结尾出现这样,不知道哪里出了问题... 💬 1 👁 518
-
助力项目持续维护... 💬 0 👁 497
-
识别语音设置怎么感觉没用啊... 💬 4 👁 473
-
翻译字幕阶段出错:Traceback (most recent call last): File "videotrans\translator\_base.py", line 77, in run File "... 💬 1 👁 449
-
翻译钢铁侠2,使用批量翻译srt,中间有字幕没有翻译,同时出现把参数显示出来了。... 💬 1 👁 442
-
声画不同步的问题... 💬 2 👁 436
-
2025-09-10 11:09:02,333 - VideoTrans - ERROR - FFmpeg 命令执行失败 (force_cpu=True)。 命令: ffmpeg -hide_banner -ignore_unknown -... 💬 11 👁 433
-
{'code': 6, 'msg': 'CUDA error: no kernel image is available for execution on the device\nCUDA ... 💬 12 👁 413
-
Unable to open file 'model.bin' in model 'C:/Users/wujin/Desktop/win-videotrans-v3.78-0821/models\models-... 💬 3 👁 406
-
Unable to open file 'model.bin' in model 'D:/BaiduNetdiskDownload/win-videotrans-v3.78-0821/models\models... 💬 1 👁 400
-
('400 Client Error: Bad Request for url: http://127.0.0.1:9880/tts?text=%E5%91%83%2C%E5%85%B6%E5%AE%9E%E6%9C%AC%E6%... 💬 1 👁 380
-
_process:cuBLAS failed with status CUBLAS_STATUS_NOT_SUPPORTED:FasterAll... 💬 1 👁 379
-
videotrans.configure._except.TranslateSrtError: Request triggered 429, please increase the pause time: Error code: 429 -... 💬 3 👁 376