Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTPS请求时, 技能报错 #283

Open
guojishuo opened this issue Jul 25, 2023 · 1 comment
Open

HTTPS请求时, 技能报错 #283

guojishuo opened this issue Jul 25, 2023 · 1 comment
Assignees
Labels
operation problem 用户操作问题

Comments

@guojishuo
Copy link

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

@guojishuo guojishuo added the operation problem 用户操作问题 label Jul 25, 2023
@Bestbbb
Copy link

Bestbbb commented Oct 4, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
operation problem 用户操作问题
Projects
None yet
Development

No branches or pull requests

3 participants