mirror of
https://github.com/langgenius/dify-docs-archived.git
synced 2026-07-25 05:25:44 -04:00
File "/app/app.py", line 62, in <module> #33
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@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