Newer
Older
cortex-hub / agent-node / C:\CortexAgent\fatal.log
--- Sun Apr 19 14:32:19 2026 ---
[!] Task stream error: 'AgentNode' object has no attribute 'stop'
Traceback (most recent call last):
  File "/Users/axieyangb/Project/CortexAI/agent-node/src/agent_node/node.py", line 166, in run_task_stream
    for msg in responses:
  File "/Users/axieyangb/Project/CortexAI/cortex-ai/lib/python3.9/site-packages/grpc/_channel.py", line 538, in __next__
    return self._next()
  File "/Users/axieyangb/Project/CortexAI/cortex-ai/lib/python3.9/site-packages/grpc/_channel.py", line 947, in _next
    _common.wait(self._state.condition.wait, _response_ready)
  File "/Users/axieyangb/Project/CortexAI/cortex-ai/lib/python3.9/site-packages/grpc/_common.py", line 154, in wait
    _wait_once(wait_fn, MAXIMUM_WAIT_TIMEOUT, spin_cb)
  File "/Users/axieyangb/Project/CortexAI/cortex-ai/lib/python3.9/site-packages/grpc/_common.py", line 114, in _wait_once
    wait_fn(timeout=timeout)
  File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/threading.py", line 316, in wait
    gotit = waiter.acquire(True, timeout)
  File "/Users/axieyangb/Project/CortexAI/agent-node/src/agent_node/main.py", line 220, in handle_exit
    node.stop()
AttributeError: 'AgentNode' object has no attribute 'stop'