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

File "/app/app.py", line 62, in <module> #365

Closed
dockercore opened this issue Nov 12, 2024 · 1 comment
Closed

File "/app/app.py", line 62, in <module> #365

dockercore opened this issue Nov 12, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@dockercore
Copy link

#docker logs docker-dod-app-1
2024-11-12 10:31:13.551 | INFO | main:run:33 - 待启动机器人数量:1, 预计使用最大线程数:2
Traceback (most recent call last):
File "/app/app.py", line 62, in
run()
File "/app/app.py", line 55, in run
futures.append(executor.submit(start_dingtalk_stream_client, bot_app_client_id, bot_app_client_secret, bot_handler))
File "/usr/local/lib/python3.10/concurrent/futures/thread.py", line 176, in submit
self._adjust_thread_count()
File "/usr/local/lib/python3.10/concurrent/futures/thread.py", line 199, in _adjust_thread_count
t.start()
File "/usr/local/lib/python3.10/threading.py", line 935, in start
_start_new_thread(self._bootstrap, ())
RuntimeError: can't start new thread
2024-11-12 10:31:13.552 | INFO | main:run:37 - 启动第1个机器人:问答助手
2024-11-12 10:33:36.764 | INFO | main:run:33 - 待启动机器人数量:1, 预计使用最大线程数:2
2024-11-12 10:33:36.765 | INFO | main:run:37 - 启动第1个机器人:问答助手
Traceback (most recent call last):
File "/app/app.py", line 62, in
run()
File "/app/app.py", line 55, in run
futures.append(executor.submit(start_dingtalk_stream_client, bot_app_client_id, bot_app_client_secret, bot_handler))
File "/usr/local/lib/python3.10/concurrent/futures/thread.py", line 176, in submit
self._adjust_thread_count()
File "/usr/local/lib/python3.10/concurrent/futures/thread.py", line 199, in _adjust_thread_count
t.start()
File "/usr/local/lib/python3.10/threading.py", line 935, in start
_start_new_thread(self._bootstrap, ())
RuntimeError: can't start new thread

@dosubot dosubot bot added the bug Something isn't working label Nov 12, 2024
@AllenWriter
Copy link
Collaborator

Do you want to contribute to the documentation?
If you have any usage issues, please submit your issue to the Dify main repository

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants