wzpan/wukong-robot

HTTPS请求时, 技能报错

guojishuo opened this issue · 1 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

请问您解决这个问题了吗 我也在调用接口时碰到了类似的情况