-
#1887 Could not parse response content as the length limit was reached - CompletionUsage(completion_tokens=8092, prompt_tokens=5821, total_tokens=13913, completion_tokens_details=None, p...
💬 1[Last reply:6 months ago] 这个错误提示表明在使用 OpenAI 的 API 进行翻译时,返回的翻译结果内容过长,超出了模型的处理限制。这通常发生在视频字幕内容非常多,或者您设置的“LLM重新断句每批字词数”过大时。请按以下步骤解决:减少单次翻译量:在软件主界面,点击菜单栏的 工具 -> 选项 -> 高级选项。在“字幕翻译调整”区域,找到 “每批字幕行数”,将数值调小(例如从默认的 50 改为 20 或 10)。...120.229* Posted at: 6 months ago -
#1886 TaskCfg(cache_folder='D:/win-pyvideotrans-v3.86/tmp19852/8ad3d13483', target_dir='D:/win-pyvideotrans-v3.86/output/tts', remove_noise=False, is_separate=False, detect_language=None...
💬 1[Last reply:6 months ago] 此错误表明 Edge-TTS 服务未返回音频数据。根据错误日志,您正在使用“批量为字幕配音”功能,且目标语言为西班牙语 (es),配音角色为 Alonso(Male/US)。核心原因与解决方案:角色与语言不匹配(最可能):您选择的配音角色 Alonso(Male/US) 是美式英语角色,但您设置的目标语言是西班牙语 (es)。Edge-TTS 的每个角色仅支持其对应的语言,跨语言使用会导致无音频返...103.151* Posted at: 6 months ago -
#1885 TaskCfg(cache_folder='G:/py/tmp/32596/bdd78580ea', target_dir='g:/py/output/tts', remove_noise=False, is_separate=False, detect_language=None, subtitle_language=None, source_langua...
💬 1[Last reply:6 months ago] 这是一个 pyVideoTrans 在处理 Qwen3 TTS 配音时遇到的内部错误,具体原因是程序试图修改一个不可变的字符串对象。核心原因: 软件在调用 Qwen3 TTS 接口时,传入的某个参数(很可能是 voice_role 或 target_language_code)被错误地当作字典或列表处理,尝试进行赋值操作,但实际它是一个字符串。解决方案:检查配音角色设置:在“配音”行,确认您选择的...130.51* Posted at: 6 months ago -
#1884 requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=9880): Max retries exceeded with url: /tts?text=%E4%BD%A0%E5%A5%BD%E5%95%8A%E6%88%91%E7%9A%84%E6%9C%8...
💬 1[Last reply:6 months ago] 错误显示软件无法连接到 127.0.0.1:9880,这是 GPT-SoVITS 语音克隆服务的默认地址。问题在于您选择了 GPT-SoVITS 进行配音,但本地并未启动该服务。解决方案:确认需求:您是否确实需要使用 GPT-SoVITS 进行语音克隆?如果不需要,请返回主界面,在“配音”设置中选择其他渠道,例如 Edge-TTS(免费)或 Azure TTS(需API Key)。如需使用 GPT...23.165* Posted at: 6 months ago -
#1883 requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=9880): Max retries exceeded with url: /tts?text=%E4%BD%A0%E5%A5%BD%E5%95%8A%E6%88%91%E7%9A%84%E6%9C%8...
💬 1[Last reply:6 months ago] 错误信息显示软件无法连接到 127.0.0.1:9880。这是 GPT-SoVITS 语音克隆服务的默认端口。问题在于您选择了 GPT-SoVITS 作为配音角色,但该服务并未在本地启动。请按以下步骤解决:启动 GPT-SoVITS 服务:您需要先下载并运行 GPT-SoVITS 项目。请访问其官方 GitHub 仓库 (https://github.com/RVC-Boss/GPT-SoVITS...23.165* Posted at: 6 months ago -
#1882 RuntimeError: submitting a packet to the muxer: Bad file descriptor muxing a packet writing trailer: Bad file descriptor closing file: Bad file descriptor...
💬 1[Last reply:6 months 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 permissions.Based on the error log, the problem...191.6* Posted at: 6 months ago -
#1870 [15.170999999999905%] No audio was received. please verify that your parameters are correct.12.图像翻转(1).mp4...
💬 9[Last reply:6 months ago] 问题已明确:您的网络代理(http://127.0.0.1:7890)是导致 Edge-TTS 请求失败的根源。日志显示,即使将并发设为1并增加暂停时间,所有请求依然失败。这表明代理服务器可能阻止了 Edge-TTS 服务的连接,或者代理本身不稳定。请立即执行以下操作:关闭代理,使用直连:在主界面第5行,找到“网络代理”输入框,将其中的内容 http://127.0.0.1:7890 完全清空(留...192.9* Posted at: 6 months ago -
#1879 requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=9874): Max retries exceeded with url: /tts?text=%E4%BD%A0%E5%A5%BD%E5%95%8A%E6%88%91%E7%9A%84%E6%9C%8B%...
💬 1[Last reply:6 months ago] 您在使用 GPT-SoVITS 语音克隆功能时,将 API 地址设置为了 0.0.0.0,这是一个无效的本地地址。请按以下步骤修改:在 pyVideoTrans 主界面,点击菜单栏的 工具 -> 设置。在设置窗口的左侧,找到并点击 GPT-SoVITS。在右侧的 API地址 输入框中,将 0.0.0.0 修改为 127.0.0.1。确保 端口 设置与您本地启动的 GPT-SoVITS 服务端...23.165* Posted at: 6 months ago -
#1877 修改 GPT-SoVITS 启动后监听的 IP 地址和端口详细步骤,带图片...
💬 1[Last reply:6 months ago] 要修改 GPT-SoVITS 启动后监听的 IP 地址和端口,您需要修改其配置文件或启动命令。以下是详细步骤:方法一:通过修改配置文件(推荐)找到配置文件:在您的 GPT-SoVITS 项目根目录下,找到名为 config.yml 或 config.yaml 的文件。编辑配置文件:用文本编辑器(如记事本、VS Code)打开该文件。修改监听地址和端口:在配置文件中,找到与服务器(server)或应...23.165* Posted at: 6 months ago -
#1876 [Errno 2] No such file or directory: 'E:/arquivo convertido/_video_out/A Girl Wakes Up in a Restaurant and Meets 6 Handsome Boys, but one of them.../en.srt'...
💬 1[Last reply:6 months 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 path contains special characters or is t...191.6* Posted at: 6 months ago -
#1872 aonde fica o diretorio do edge_tts ? da versão 3.76?...
💬 5[Last reply:6 months ago] 在 pyVideoTrans v3.76 的预打包(绿色压缩)版本中,Edge-TTS 的缓存目录位于软件主目录下的 tts/edgetts 文件夹中。完整路径示例:[您解压软件的路径]/tts/edgetts/例如,如果您将软件解压到 D:\videotrans,那么目录就是:D:\videotrans\tts\edgetts\如何操作以更新 pt-BR-Thalita 语音:关闭 pyVide...191.6* Posted at: 6 months ago -
#1875 HTTPSConnectionPool(host='api-edge.cognitive.microsofttranslator.com', port=443): Max retries exceeded with url: /translate?from=&to=en&api-version=3.0&includeSentenceLength=true (...
💬 1[Last reply:6 months ago] 此错误表明软件在连接微软翻译API (api-edge.cognitive.microsofttranslator.com) 时超时。这通常是由于网络连接问题或代理设置不正确导致的。请按以下步骤排查:检查网络连接:确认您的电脑可以正常访问互联网,并且没有被防火墙或安全软件阻止。配置网络代理:如果您在中国大陆,使用微软、Google、OpenAI等服务必须配置代理。在软件主界面第5行找到“网络代理”...14.119* Posted at: 6 months ago -
#1873 GPT-SoVITS启动后监听的 IP 地址 和 端口怎么查看...
💬 1[Last reply:6 months ago] 要查看 GPT-SoVITS 启动后监听的 IP 地址和端口,请查看其启动时的命令行输出或 Web 界面。方法一:查看启动日志(最直接)启动 GPT-SoVITS 后,在命令行窗口或终端中,寻找类似以下内容的行:Running on local URL: http://127.0.0.1:9880或Running on public URL: https://xxxxxx.gradio.live...23.165* Posted at: 6 months ago -
#1871 TaskCfg(cache_folder='D:/tts/tmp/1628/2b918cd303', target_dir='d:/tts/output/tts', remove_noise=False, is_separate=False, detect_language=None, subtitle_language=None, source_langu...
💬 1[Last reply:6 months ago] 该错误表明 Edge-TTS 服务器未返回任何音频数据。这通常是由于 目标语言代码与所选配音角色不匹配 或 网络连接不稳定 导致的。请按以下步骤排查:检查语言与角色匹配:错误日志显示 target_language_code='de'(德语),但您选择的角色是 Florian Mehrsprachig(Male/DE)。请确认:您的字幕文件内容是否为德语?在“翻译设置”中,“目...1.161* Posted at: 6 months ago -
#1695 Como adicionar ollama.ai...
💬 24[Last reply:6 months ago] aonde fica o diretorio do edge_tts ? da versão 3.76?...191.6* Posted at: 7 months ago -
#1869 requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=9880): Max retries exceeded with url: /tts?text=hello%2C+my+dear+friend.+i+hope+your+every+day+is+bea...
💬 1[Last reply:6 months ago] 错误显示无法连接到 127.0.0.1:9880。这表明您正在使用 GPT-SoVITS 或类似的本地语音克隆服务进行配音,但该服务没有启动。核心解决方法:启动您的本地 TTS 服务。请按以下步骤操作:确认并启动服务:根据您使用的具体语音克隆工具(如 GPT-SoVITS、F5-TTS、CosyVoice 等),启动其对应的本地 Web 服务。确保服务启动后监听的 IP 地址 和 端口 与 pyV...23.165* Posted at: 6 months ago -
#1868 RuntimeError: <400> InternalError.Algo.InvalidParameter: Voice 'Serena' is not supported....
💬 1[Last reply:6 months ago] 这个错误表明您选择的配音角色 "Serena" 不被阿里云 Qwen-TTS 支持。Serena 是 Edge-TTS 的角色名称,而您当前使用的是阿里云 Qwen-TTS。解决方案:切换配音渠道: 在主界面第4行“配音”下拉菜单中,将渠道从“阿里云Qwen-TTS”切换为“Edge-TTS”。切换后,“角色”列表会自动更新为 Edge-TTS 支持的列表,您就可以选择并使用“Serena”了。选...2408:8226* Posted at: 6 months ago -
#1867 requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=9880): Max retries exceeded with url: /tts?text=%E4%BD%A0%E5%A5%BD%E5%95%8A%E6%88%91%E7%9A%84%E6%9C%8...
💬 1[Last reply:6 months ago] 错误信息表明软件无法连接到本地端口 127.0.0.1:9880。这是 GPT-SoVITS 语音克隆服务的默认端口。问题在于您选择了 GPT-SoVITS 作为配音角色,但该服务并未在您电脑上启动。请按以下步骤解决:确认需求:您是否确实需要使用 GPT-SoVITS 进行语音克隆?如果不需要,请直接在配音角色列表中选择其他角色(如 Edge-TTS 下的各种声音)。如需使用 GPT-SoVITS...23.165* Posted at: 6 months ago -
#1866 TaskCfg(cache_folder='F:/win-pyvideotrans-v3.86/tmp8108/754b144e85', target_dir='H:/xiazai/out/videoandaudio/_video_out/I Investigated the Country Where Every Drug is Legal...', re...
💬 1[Last reply:6 months ago] 错误原因是输出目录路径过长或包含特殊字符(省略号“...”),导致文件创建失败。请按以下步骤解决:重命名源文件:将视频文件 I Investigated the Country Where Every Drug is Legal....mp4 重命名为一个简短的英文名称,例如 video.mp4。移动文件位置:将重命名后的视频文件移动到一个路径较短的纯英文目录下,例如 D:/video/。重新处理...2408:821a* Posted at: 6 months ago -
#1865 RuntimeError: Access to model denied. Please make sure you are eligible for using the model....
💬 1[Last reply:6 months ago] 这个错误表明您使用的阿里Qwen TTS模型访问被拒绝。这通常是由于API密钥无效、过期,或者该模型需要特定的权限或付费套餐才能使用。请按以下步骤排查:检查API密钥:前往阿里云百炼平台(https://bailian.console.aliyun.com/),确认您的API密钥(api_key)和密钥ID(access_key_id)填写正确且未过期。确保在pyVideoTrans的 设置 -&...2408:8226* Posted at: 6 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