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

Closed
opened 2026-02-16 11:19:33 -05:00 by yindo · 1 comment
Owner

Originally created by @dockercore on GitHub (Nov 12, 2024).

#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

Originally created by @dockercore on GitHub (Nov 12, 2024). #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 <module> 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 <module> 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
yindo added the bug label 2026-02-16 11:19:33 -05:00
yindo closed this issue 2026-02-16 11:19:33 -05:00
Author
Owner

@AllenWriter commented on GitHub (Nov 24, 2024):

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

@AllenWriter commented on GitHub (Nov 24, 2024): Do you want to contribute to the documentation? If you have any usage issues, please submit your issue to the Dify [main repository](https://github.com/langgenius/dify)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-docs-archived#33