diff --git a/.obsidian/plugins/hoarder-sync/data.json b/.obsidian/plugins/hoarder-sync/data.json index db262e6..900e074 100644 --- a/.obsidian/plugins/hoarder-sync/data.json +++ b/.obsidian/plugins/hoarder-sync/data.json @@ -4,7 +4,7 @@ "syncFolder": "Hoarder", "attachmentsFolder": "Hoarder/attachments", "syncIntervalMinutes": 60, - "lastSyncTimestamp": 1777566853448, + "lastSyncTimestamp": 1777570435192, "updateExistingFiles": false, "excludeArchived": true, "onlyFavorites": false, diff --git a/99 Daily/2026-04-30.md b/99 Daily/2026-04-30.md index fe1859f..dcc8f90 100644 --- a/99 Daily/2026-04-30.md +++ b/99 Daily/2026-04-30.md @@ -452,3 +452,12 @@ tags: [daily] - 18:30 | `ai_leed` - **Asked:** How to connect an LM Studio model to Cursor with step-by-step instructions. - **Done:** Reviewed LM Studio logs and API endpoint configuration for Cursor integration troubleshooting. +- 18:32 | `ai_leed` + - **Asked:** How to connect an LM Studio model to Cursor in Obsidian? + - **Done:** Identified timeout issue with LM Studio provider and switched to OpenAI Compatible provider with correct base URL. +- 18:33 | `video-accessibility` + - **Asked:** Investigate 403 Forbidden error on production queue stats API endpoint. + - **Done:** Identified NoneType error in glossary term matching and verified MongoDB documents for null source_term_lower fields. +- 18:34 | `video-accessibility` + - **Asked:** Developer encountered 403 Forbidden error on queue-stats API endpoint and needed to rebuild services. + - **Done:** Rebuilt tts-worker and worker containers with updated dependencies and redeployed services to optical-dev environment.