Files
aitbc/cli/handlers
aitbc 6d8bcca6c9 revert: restore CLI and training script to use port 8006
Reverted previous changes that incorrectly changed RPC port from 8006 to 8005.
Investigation revealed:
- Port 8005 runs AI service (uvicorn src.ai_service.main:app)
- Port 8006 runs blockchain node HTTP RPC (uvicorn aitbc_chain.app:app)

The blockchain node HTTP RPC is actually on port 8006, not 8005.
The issue is that the blockchain node on port 8006 is not responding to HTTP requests.

Next step: Debug why blockchain node on port 8006 is not responding to HTTP.
2026-05-04 09:45:39 +02:00
..