You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: