在发送语音时经常出现的问题,请问应该怎么解决? #2527
Unanswered
HIT-Asgore
asked this question in
Q&A
Replies: 1 comment
-
求求大佬指点迷津 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
本人在搭建一个qq机器人,使用手表协议登录,目前集成了chatgpt回复以及图片生成功能,效果比较稳定。
在语言回复上使用GPT-SVITS对回复文字本地进行推理,并且使用url进行传输,CQ格式大致如下:
[CQ:record,file=http://127.0.0.1:5000/tts?text=%E4%BD%A0%E5%A5%BD%EF%BC%81%E5%BE%88%E9%AB%98%E5%85%B4%E8%AE%A4%E8%AF%86%E4%BD%A0%E3%80%82%E6%9C%89%E4%BB%80%E4%B9%88%E5%8F%AF%E4%BB%A5%E5%B8%AE%E5%8A%A9%E4%BD%A0%E7%9A%84%E5%90%97%EF%BC%9F]
然而,这种有时候能够成功发送语音,有时候则不行,不行的时候,在go-cqhttp的cmd中经常会出现这样的错误

而在我的程序中,POST后返回的信息也有两种情况

第一种情况,往往是在第一次开启语言的时候
第二种情况,则是在第一次报错之后,重新启动go-cqhttp的时候出现的问题

请问这是什么错误,我又该怎么解决?
Beta Was this translation helpful? Give feedback.
All reactions