mirror of
https://github.com/A6-9V/MQL5-Google-Onedrive.git
synced 2026-04-11 11:50:57 +00:00
- Updated `scripts/market_research.py` to provide helpful hints on Jules NameResolutionError. - Updated `docs/USER_NOTES.md` to document the schedule setup and current API status. - Created `docs/upgrade_suggestions.md` to establish the upgrade context (NotebookLM) and track pending analysis. - Verified scheduler execution (PID running). - Note: Gemini API is currently rate-limited (429) and Jules API endpoint requires verification. Co-authored-by: Mouy-leng <199350297+Mouy-leng@users.noreply.github.com>
61 lines
2.3 KiB
Markdown
61 lines
2.3 KiB
Markdown
# Market Research Report
|
|
|
|
Generated: 2026-01-27 20:03:42
|
|
|
|
## Gemini Analysis
|
|
|
|
Gemini analysis failed: 429 You exceeded your current quota, please check your plan and billing details. For more information on this error, head to: https://ai.google.dev/gemini-api/docs/rate-limits. To monitor your current usage, head to: https://ai.dev/rate-limit.
|
|
* Quota exceeded for metric: generativelanguage.googleapis.com/generate_content_free_tier_requests, limit: 0, model: gemini-2.0-flash
|
|
* Quota exceeded for metric: generativelanguage.googleapis.com/generate_content_free_tier_requests, limit: 0, model: gemini-2.0-flash
|
|
* Quota exceeded for metric: generativelanguage.googleapis.com/generate_content_free_tier_input_token_count, limit: 0, model: gemini-2.0-flash
|
|
Please retry in 17.329816566s. [links {
|
|
description: "Learn more about Gemini API quotas"
|
|
url: "https://ai.google.dev/gemini-api/docs/rate-limits"
|
|
}
|
|
, violations {
|
|
quota_metric: "generativelanguage.googleapis.com/generate_content_free_tier_requests"
|
|
quota_id: "GenerateRequestsPerDayPerProjectPerModel-FreeTier"
|
|
quota_dimensions {
|
|
key: "model"
|
|
value: "gemini-2.0-flash"
|
|
}
|
|
quota_dimensions {
|
|
key: "location"
|
|
value: "global"
|
|
}
|
|
}
|
|
violations {
|
|
quota_metric: "generativelanguage.googleapis.com/generate_content_free_tier_requests"
|
|
quota_id: "GenerateRequestsPerMinutePerProjectPerModel-FreeTier"
|
|
quota_dimensions {
|
|
key: "model"
|
|
value: "gemini-2.0-flash"
|
|
}
|
|
quota_dimensions {
|
|
key: "location"
|
|
value: "global"
|
|
}
|
|
}
|
|
violations {
|
|
quota_metric: "generativelanguage.googleapis.com/generate_content_free_tier_input_token_count"
|
|
quota_id: "GenerateContentInputTokensPerModelPerMinute-FreeTier"
|
|
quota_dimensions {
|
|
key: "model"
|
|
value: "gemini-2.0-flash"
|
|
}
|
|
quota_dimensions {
|
|
key: "location"
|
|
value: "global"
|
|
}
|
|
}
|
|
, retry_delay {
|
|
seconds: 17
|
|
}
|
|
]
|
|
|
|
## Jules Analysis
|
|
|
|
Jules analysis failed: HTTPSConnectionPool(host='api.jules.ai', port=443): Max retries exceeded with url: /v1/completion (Caused by NameResolutionError("HTTPSConnection(host='api.jules.ai', port=443): Failed to resolve 'api.jules.ai' ([Errno -2] Name or service not known)"))
|
|
|
|
**Hint:** The Jules API URL might be incorrect. Please check `JULES_API_URL` in `.env`. If you intended to use the Jules CLI tool, note that this script attempts a REST API call.
|
|
|