mirror of
https://github.com/A6-9V/MQL5-Google-Onedrive.git
synced 2026-04-11 10:40: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>
43 lines
1.6 KiB
Markdown
43 lines
1.6 KiB
Markdown
# User Notes & External References
|
|
|
|
This file serves as a central location for your personal notes, ideas, and external references.
|
|
|
|
**Note:** The following external links were provided but could not be accessed automatically. Please verify them or paste their content below.
|
|
|
|
## 🔗 External Links (OneDrive)
|
|
|
|
- [Notes Link 1](https://1drv.ms/o/c/8F247B1B46E82304/IgAVW6JHvCzgTZhhFdiBRaIlAb2Ows3ukWOcELwdE4GjKWI)
|
|
- [Notes Link 2](https://1drv.ms/o/c/8F247B1B46E82304/IgCn0LoFw14tTrriosbQa1eSAeHyq6tGmwTvJRDpCN9H5Uo)
|
|
|
|
---
|
|
|
|
## 📝 Notes Area
|
|
|
|
*(Paste your notes here. You can organize them using Markdown headings.)*
|
|
|
|
### Deployment Notes
|
|
- ...
|
|
|
|
### Strategy Ideas
|
|
- ...
|
|
|
|
### To-Do List
|
|
- [ ] Review GenX Workspace
|
|
- [ ] Update ZOLO plugin configuration
|
|
- [ ] Check new signal parameters
|
|
|
|
### Troubleshooting / Logs
|
|
- ...
|
|
|
|
### 📍 Locations
|
|
- **Battambang, Cambodia**: [Google Maps Link](https://goo.gl/maps/VSnv4avE8pHZxBzd9) (Approx: 13.126164, 103.189738)
|
|
- **ZOLO Bridge Server**: Phnom Penh, Cambodia (IP: 203.147.134.90)
|
|
|
|
### Research Schedule Setup
|
|
- **Date**: 2026-01-27 19:58:56
|
|
- **Status**: Setup Complete (Scheduler Running)
|
|
- **Issues**:
|
|
- **Gemini**: API Quota Exceeded (429). Requires waiting for quota reset or billing upgrade.
|
|
- **Jules**: Connection Failed (NameResolutionError). The API URL `https://api.jules.ai/v1/completion` is unreachable. Check if `JULES_API_URL` in `.env` matches the correct endpoint (possibly the ZOLO Bridge IP or a different service) or if the CLI tool (`@google/jules`) should be used instead.
|
|
- **Scheduler**: Running (PID verified)
|
|
- **Verification**: Market research script executes but analysis fails due to above issues.
|