Summary
TradingAgents crashes during execution in the market data module (tools_market) and fails to complete any analysis or produce a trading decision.
Environment
- OS: Linux (Docker)
- Execution method:
docker compose run --rm tradingagents
Error
CurlError: Failed to perform, curl: (7) Failed to connect to fc.yahoo.com port 443 after 0 ms: Connection refused
Behavior
- Container starts normally
- LLM agents initialize successfully
- Failure occurs in
tools_market (market data step)
- Entire pipeline stops before generating any output
Summary
TradingAgents crashes during execution in the market data module (
tools_market) and fails to complete any analysis or produce a trading decision.Environment
docker compose run --rm tradingagentsError
Behavior
tools_market(market data step)