2026-03-03 14:35:02.301 | INFO | iflow.process_manager:223 - iFlow process started on port 8090 (PID: 3012600)
2026-03-03 14:35:02.302 | INFO | iflow.client:218 - Started iFlow process at ws://localhost:8090/acp
2026-03-03 14:35:05.306 | INFO | iflow.file_handler:54 - FileSystemHandler initialized with 1 allowed directories
2026-03-03 14:35:05.307 | INFO | iflow.client:236 - File system access enabled with read-write mode
2026-03-03 14:35:05.308 | INFO | iflow.transport:76 - Connecting to ws://localhost:8090/acp
2026-03-03 14:35:05.328 | WARNING | iflow.client:265 - Connection attempt 1 failed: Failed to connect to ws://localhost:8090/acp: Multiple exceptions: [Errno 111] Connect call failed (‘::1’, 8090, 0,
2026-03-03 14:35:06.330 | INFO | iflow.transport:76 - Connecting to ws://localhost:8090/acp
2026-03-03 14:35:06.333 | WARNING | iflow.client:265 - Connection attempt 2 failed: Failed to connect to ws://localhost:8090/acp: Multiple exceptions: [Errno 111] Connect call failed (‘::1’, 8090, 0,
2026-03-03 14:35:07.836 | INFO | iflow.transport:76 - Connecting to ws://localhost:8090/acp
2026-03-03 14:35:07.838 | INFO | iflow.client:645 - Stopping iFlow process…
2026-03-03 14:35:07.838 | INFO | iflow.process_manager:242 - Stopping iFlow process (PID: 3012600)
2026-03-03 14:35:12.846 | WARNING | iflow.process_manager:281 - iFlow process did not terminate gracefully, forcing kill
2026-03-03 14:35:12.873 | INFO | iflow.client:652 - Disconnected from iFlow
2026-03-03 14:35:12.884 | ERROR | iflow.requirement_flow:1033 - 异常堆栈信息:
Traceback (most recent call last):
File “iflow_sdk/_internal/transport.py”, line 77, in connect
File “asyncio/tasks.py”, line 520, in wait_for
File “websockets/asyncio/client.py”, line 541, in await_impl
File “websockets/asyncio/client.py”, line 467, in create_connection
File “asyncio/base_events.py”, line 1140, in create_connection
OSError: Multiple exceptions: [Errno 111] Connect call failed (‘::1’, 8090, 0, 0), [Errno 111] Connect call failed (‘127.0.0.1’, 8090)
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File “iflow_sdk/client.py”, line 258, in connect
File “iflow_sdk/_internal/transport.py”, line 97, in connect
iflow_sdk._errors.ConnectionError: Failed to connect to ws://localhost:8090/acp: Multiple exceptions: [Errno 111] Connect call failed (‘::1’, 8090, 0, 0), [Errno 111] Connect call failed (‘127.0.0.1’, 8090)
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File “workspace/requirement_flow.py”, line 996, in handle_coding
File “iflow/iflow_agent.py”, line 92, in iflow_chat
File “asyncio/runners.py”, line 195, in run
File “asyncio/runners.py”, line 118, in run
File “asyncio/base_events.py”, line 691, in run_until_complete
File “iflow/iflow_agent.py”, line 66, in chat
File “iflow_sdk/client.py”, line 1191, in aenter
File “iflow_sdk/client.py”, line 383, in connect
iflow_sdk._errors.ConnectionError: Failed to connect: Failed to connect to ws://localhost:8090/acp: Multiple exceptions: [Errno 111] Connect call failed (‘::1’, 8090, 0, 0), [Errno 111] Connect call failed (‘127.0.0.1’, 8090)