wzpan / wukong-robot

🤖 wukong-robot 是一个简单、灵活、优雅的中文语音对话机器人/智能音箱项目,支持ChatGPT多轮对话能力,还可能是首个支持脑机交互的开源智能音箱项目。

Home Page:https://wukong.hahack.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTTPS请求时, 技能报错

guojishuo opened this issue · comments

File "/usr/local/lib/python3.9/site-packages/tornado/web.py", line 1784, in _execute
result = method(*self.path_args, **self.path_kwargs)
File "/root/server/server.py", line 276, in post
conversation.doResponse(
File "/root/robot/Conversation.py", line 177, in doResponse
if self._InGossip(query) or not self.brain.query(query, parsed):
File "/root/robot/Brain.py", line 80, in query
continueHandle = plugin.handle(text, parsed)
File "/root/.wukong/custom/Weather.py", line 95, in handle
self.say(responds, cache=True)
File "/root/robot/sdk/AbstractPlugin.py", line 49, in say
self.con.say(text, cache=cache, plugin=self.SLUG, onCompleted=onCompleted)
File "/root/robot/Conversation.py", line 445, in say
audios = self._tts(lines, cache, onCompleted)
File "/root/robot/Conversation.py", line 353, in _tts
task = pool.submit(
File "/usr/local/lib/python3.9/concurrent/futures/thread.py", line 163, in submit
raise RuntimeError('cannot schedule new futures after '
RuntimeError: cannot schedule new futures after interpreter shutdown