diff --git a/01 Projects/cinema-studio-pro-kling/Cinema Studio Pro (Kling).md b/01 Projects/cinema-studio-pro-kling/Cinema Studio Pro (Kling).md index 8ce5f20..dbc7ead 100644 --- a/01 Projects/cinema-studio-pro-kling/Cinema Studio Pro (Kling).md +++ b/01 Projects/cinema-studio-pro-kling/Cinema Studio Pro (Kling).md @@ -89,6 +89,10 @@ cd backend && composer install && php -S localhost:5015 # :5015 ``` ## Sessions +### 2026-04-24 – Fix JSON parsing errors and API +**Asked:** Fix JSON parsing errors and API rate limit issues with Veo and Kling generation. +**Done:** Pushed changes to git, upgraded to Gemini 2.0 Flash for higher rate limits, and fixed deploy script to separate build and up steps with cache busting. + ### 2026-04-24 – Asked the developer to debug JSON **Asked:** Asked the developer to debug JSON parsing errors and Kling API rate limit issues on the video generation service. **Done:** Pushed changes to git and diagnosed server status via SSH logs and Docker container checks. @@ -213,6 +217,7 @@ cd backend && composer install && php -S localhost:5015 # :5015 ## Change Log | Date | Requested | Changed | Files | |------|-----------|---------|-------| +| 2026-04-24 | API rate limit & deploy fix | Upgrade to gemini-2.0-flash, split docker compose build/up, add --no-cache flag | deploy-optical.sh | | 2026-04-24 | Video generation API | Switch gemini-2.0-flash-lite to gemini-2.0-flash for prompt optimizer, check server logs and container status | docker-compose.prod.yml, deploy-optical.sh | | 2026-04-24 | GD library fix | Added zlib-dev dependency, implemented fallback in PHP and Dockerfile, added diagnostic SSH commands | Dockerfile, PHP config | | 2026-04-24 | API error fixes, git push | JSON parsing error handling, rate limit handling, wiki documentation | veo-generation.ts, kling-api.ts, wiki-docs.md | diff --git a/99 Daily/2026-04-24.md b/99 Daily/2026-04-24.md index 528fe2e..05237e4 100644 --- a/99 Daily/2026-04-24.md +++ b/99 Daily/2026-04-24.md @@ -323,3 +323,6 @@ tags: [daily] - 18:14 | `cinema-studio-pro-kling` - **Asked:** Asked the developer to debug JSON parsing errors and Kling API rate limit issues on the video generation service. - **Done:** Pushed changes to git and diagnosed server status via SSH logs and Docker container checks. +- 18:16 | `cinema-studio-pro-kling` + - **Asked:** Fix JSON parsing errors and API rate limit issues with Veo and Kling generation. + - **Done:** Pushed changes to git, upgraded to Gemini 2.0 Flash for higher rate limits, and fixed deploy script to separate build and up steps with cache busting.