ErrLookup › hsliuping/TradingAgents-CN

hsliuping/TradingAgents-CN

基于多智能体LLM的中文金融交易框架 - TradingAgents中文增强版 · Python · 747 source files

Analyzed at 74783e8817 on 2026-08-28. 48 documented errors.

Code / MessageTypeSeverityTags
name
exception error python, import, lazy-loading, attributeerror
MongoDB连接字符串未配置。请设置环境变量 MONGODB_CONNECTION_STRING\n例如: MONGO
validation critical python, mongodb, env-var, config
Redis连接配置未完整设置。请设置以下环境变量之一:\n1. REDIS_CONNECTION_STRING=redi
validation critical python, redis, env-var, config
pymongo is not installed. Please install it with: pip instal
exception critical python, mongodb, dependency, importerror
MongoDB连接字符串未配置。请通过以下方式之一进行配置:\n1. 设置环境变量 MONGODB_CONNECTION
validation critical python, mongodb, env-var, config
不支持的数据源: {self.current_source}
validation error python, datasource, enum, config
Indicator {indicator} is not supported. Please choose from:
validation error python, indicators, validation
Get_YFin_Data: {end_date} is outside of the data range of 20
exception error python, yfinance, offline-data, date-range
REDDIT FETCHING ERROR: max limit is less than the number of
validation warning python, reddit, offline-data, validation
无法获取股票 {symbol} 的财务数据。已尝试所有数据源(MongoDB、AKShare、Tushare)均失败。
validation error python, akshare, tushare, mongodb, financial-data
AKShare API 调用超时(其他线程占用)
exception error python, akshare, hong-kong-stocks, concurrency, timeout
❌ Alpha Vantage API Key 未配置!\n请通过以下任一方式配置:\n1. Web 后台配置(推荐):
validation critical python, alpha-vantage, api-key, env-var
Alpha Vantage API Error: {error_msg}
error_code error python, alpha-vantage, api-error
Alpha Vantage API rate limit exceeded. Please wait a moment
error_code error python, alpha-vantage, rate-limit, retry
Alpha Vantage API limit: {info_msg}
error_code error python, alpha-vantage, rate-limit, quota
Alpha Vantage API request timeout
error_code error python, alpha-vantage, timeout, network
Alpha Vantage API request failed: {e}
error_code error python, alpha-vantage, network, connection-error
Failed to parse Alpha Vantage API response: {e}
error_code error python, alpha-vantage, json, parsing
Failed to get data from Alpha Vantage after {max_retries} at
error_code error python, alpha-vantage, retry, exhausted
Stockstats fail: Yahoo Finance data not fetched yet!
exception error python, stockstats, offline-data, filenotfound
Trading Agents Graph Setup Error: no analysts selected!
validation error configuration, validation, graph-setup, tradingagents
使用Google需要设置GOOGLE_API_KEY环境变量或在数据库中配置API Key
validation critical api-key, missing-env-var, google, llm, configuration
使用SiliconFlow需要设置SILICONFLOW_API_KEY环境变量
validation critical api-key, missing-env-var, siliconflow, llm, configuration
使用OpenRouter需要设置OPENROUTER_API_KEY或OPENAI_API_KEY环境变量
validation critical api-key, missing-env-var, openrouter, llm, configuration
使用AiHubMix需要设置AIHUBMIX_API_KEY环境变量
validation critical api-key, missing-env-var, aihubmix, llm, configuration
使用火山方舟需要设置VOLCENGINE_API_KEY或ARK_API_KEY环境变量
exception critical api-key, missing-env-var, volcengine, ark, llm
使用火山方舟编程需要设置VOLCENGINE_CODING_API_KEY环境变量
exception critical api-key, missing-env-var, volcengine, coding-plan, llm
使用Google AI需要在数据库中配置API Key或设置GOOGLE_API_KEY环境变量
exception critical api-key, missing-env-var, google, configuration, llm
使用DeepSeek需要设置DEEPSEEK_API_KEY环境变量
exception critical api-key, missing-env-var, deepseek, llm, configuration
使用自定义OpenAI端点需要设置CUSTOM_OPENAI_API_KEY环境变量
exception critical api-key, missing-env-var, custom-endpoint, openai-compatible, llm
使用智谱AI需要在数据库中配置API Key或设置ZHIPU_API_KEY环境变量
exception critical api-key, missing-env-var, zhipu, glm, llm
使用自定义厂家 {provider_name} 需要设置以下环境变量之一: - {provider_name.upp
exception critical api-key, missing-env-var, custom-provider, llm, configuration
使用自定义厂家 {provider_name} 需要在数据库配置中设置 default_base_url
exception critical configuration, missing-base-url, custom-provider, openai-compatible
DashScope API key not found. Please configure API key in web
exception critical api-key, missing-env-var, dashscope, qwen, llm
DeepSeek API密钥未找到。请在 Web 界面配置 API Key (设置 -> 大模型厂家) 或设置 DEEP
exception critical api-key, missing-env-var, deepseek, placeholder, llm
Google API key not found. Please configure API key in web in
exception critical api-key, missing-env-var, google, gemini, llm
{provider_name} API密钥未找到。请在 Web 界面配置 API Key (设置 -> 大模型厂家) 或
exception critical api-key, missing-env-var, openai-compatible, llm, adapter
千帆模型需要配置 API Key。请在 Web 界面配置 (设置 -> 大模型厂家) 或设置 QIANFAN_API_K
exception critical api-key, missing-env-var, qianfan, baidu, llm
QIANFAN_API_KEY格式错误,应为: bce-v3/ALTAK-xxx/xxx
validation critical api-key, invalid-format, qianfan, baidu, validation
不支持的OpenAI兼容提供商: {provider}
exception error provider-registry, unknown-provider, factory, validation, typo
Unsupported LLM provider: {provider}
exception error llm, factory, provider, configuration, python
股票代码必须是6位数字
validation error pydantic, validation, symbol, a-share, stock-data
DataFrame缺少必要列: {missing}, 现有列: {list(df.columns)[:10]}...
validation error pandas, dataframe, indicators, column-mismatch, precondition
不支持的RSI计算方法: {method},支持的方法: 'ema', 'sma', 'china'
validation error rsi, indicators, parameter-validation, ta, pandas
不支持的指标: {name}
validation error indicators, dispatch, unsupported-operation, validation
DataFrame缺少收盘价列: {close_col}
validation error pandas, indicators, dataframe, column-mismatch, precondition
ConfigManager is deprecated and will be removed in version 2
console warning deprecation, config, migration, python-warnings
Model '{self.model}' is not in the known model list for prov
console warning llm, model-name, runtime-warning, configuration