ErrLookup › TauricResearch/TradingAgents

TauricResearch/TradingAgents

TradingAgents: Multi-Agents LLM Financial Trading Framework · Python · 81 source files

Analyzed at a33fd4c0f1 on 2026-08-14. 40 documented errors.

Code / MessageTypeSeverityTags
ALPHA_VANTAGE_API_KEY environment variable is not set.
exception error configuration, api-key, alpha-vantage, environment
Unsupported date format: {date_input}
exception error validation, date-format, alpha-vantage, valueerror
Date must be string or datetime object, got {type(date_input
exception error validation, type-error, date-format, alpha-vantage
Alpha Vantage rate limit exceeded: {notice}
exception warning rate-limit, alpha-vantage, network, throttling
Alpha Vantage API key invalid or missing: {notice}
exception error api-key, alpha-vantage, configuration, authentication
Indicator {indicator} is not supported. Please choose from:
validation error validation, indicators, alpha-vantage, valueerror
FRED_API_KEY environment variable is not set. Get a free key
exception error configuration, api-key, fred, environment, macro-data
'{indicator}' is not a known macro alias or a valid FRED ser
validation error validation, fred, macro-data, llm-input, valueerror
FRED request failed: {message}
exception error fred, http-400, macro-data, api-error
Method '{method}' not found in any category
validation error validation, routing, interface, valueerror, api-contract
Method '{method}' not supported
validation error routing, interface, registry, version-skew
Configured vendor(s) {explicit} not available for '{method}'
validation error configuration, routing, vendor-selection, valueerror
No available vendor for '{method}'
exception error routing, interface, registry, runtimeerror
No OHLCV data available for {symbol}.
exception warning data-quality, ohlcv, validation, symbols
No OHLCV rows on or before {curr_date} for {symbol}.
exception warning data-quality, ohlcv, backtesting, look-ahead, validation
latest row is {latest.date()}, {stale_days} days before the
exception warning data-quality, stale-data, ohlcv, backtesting, market-calendar
Yahoo Finance returned no rows
exception warning data-quality, yfinance, symbols, ohlcv
ticker must be a non-empty string, got {value!r}
validation error validation, security, path-traversal, type-guard, symbols
ticker exceeds {max_len} chars: {value!r}
validation error validation, security, path-traversal, llm-input, symbols
ticker contains characters not allowed in a filesystem path:
validation error security, path-traversal, validation, prompt-injection, symbols
ticker cannot consist solely of dots: {value!r}
validation error validation, path-traversal, ticker, input-validation
no rows between {start_date} and {end_date}
exception error market-data, yfinance, empty-response, ticker
Indicator {indicator} is not supported. Please choose from:
validation error validation, indicators, yfinance, input-validation
no fundamentals returned
exception error market-data, yfinance, fundamentals, ticker
no fundamental fields returned
exception error market-data, yfinance, fundamentals, stub-response
no balance sheet data
exception error market-data, yfinance, balance-sheet, financials
no cash flow data
exception error market-data, yfinance, cash-flow, financials
no income statement data
exception error market-data, yfinance, income-statement, financials
expected a boolean ({'/'.join(_BOOL_TRUE + _BOOL_FALSE)}), g
validation error configuration, environment-variables, validation, startup
Invalid value for {env_var}: {exc}
validation error configuration, environment-variables, startup, validation
unknown analyst key: {analyst_key}
validation error validation, configuration, analysts, graph
at least one analyst must be selected
validation error validation, configuration, analysts, graph
llm_max_retries must be an integer, not a boolean: {value!r}
validation error configuration, validation, retries, startup
llm_max_retries must be an integer, got {value!r}
validation error configuration, validation, retries, startup
llm_max_retries must be >= 0, got {n}
validation error configuration, validation, retries, startup
AWS Bedrock support requires the optional 'langchain-aws' de
exception error dependency, bedrock, aws, installation
Unsupported LLM provider: {provider}
validation error configuration, llm-provider, factory, validation
{self.model_name} has no structured-output method available;
exception warning llm, structured-output, capabilities, fallback
Provider '{self.provider}' requires a base_url. Set it via b
exception error
API key for provider '{self.provider}' is not set. Please se
exception error