From 575e0bc07d97f878cd33088d3272d2a0885abbbc Mon Sep 17 00:00:00 2001 From: Vadym Samoilenko Date: Fri, 24 Apr 2026 18:25:54 +0100 Subject: [PATCH] vault backup: 2026-04-24 18:25:54 --- .../cinema-studio-pro-kling/Cinema Studio Pro (Kling).md | 5 +++++ 99 Daily/2026-04-24.md | 3 +++ 2 files changed, 8 insertions(+) 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 6d8ff08..c3382eb 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 rate +**Asked:** Fix JSON parsing errors and rate limiting issues on Veo and Kling API generation endpoints. +**Done:** Pushed nginx `client_max_body_size` increase to 100M and corrected Veo I2V request format to use `bytesBase64Encoded` with `mimeType` in image object. + ### 2026-04-24 – Fix JSON parsing errors in Veo **Asked:** Fix JSON parsing errors in Veo and Kling generation and update log key references. **Done:** Corrected image key names in log checks and committed changes to git. @@ -229,6 +233,7 @@ cd backend && composer install && php -S localhost:5015 # :5015 ## Change Log | Date | Requested | Changed | Files | |------|-----------|---------|-------| +| 2026-04-24 | API generation fixes | nginx client_max_body_size 100M, Veo I2V bytesBase64Encoded format | nginx.conf, veo-api-handler.ts | | 2026-04-24 | Veo/Kling API fixes | JSON parsing error handling, log key references updated | generation.ts, logs.ts | | 2026-04-24 | API error debugging | nginx.conf body size limit increased, Docker container nginx configuration verified | docker/nginx.conf | | 2026-04-24 | Deploy script fix | Separate build from up, add --no-cache, add deployment logging | deploy-optical.sh | diff --git a/99 Daily/2026-04-24.md b/99 Daily/2026-04-24.md index 5b00616..3de449a 100644 --- a/99 Daily/2026-04-24.md +++ b/99 Daily/2026-04-24.md @@ -335,3 +335,6 @@ tags: [daily] - 18:23 | `cinema-studio-pro-kling` - **Asked:** Fix JSON parsing errors in Veo and Kling generation and update log key references. - **Done:** Corrected image key names in log checks and committed changes to git. +- 18:24 (1min) | `cinema-studio-pro-kling` + - **Asked:** Fix JSON parsing errors and rate limiting issues on Veo and Kling API generation endpoints. + - **Done:** Pushed nginx `client_max_body_size` increase to 100M and corrected Veo I2V request format to use `bytesBase64Encoded` with `mimeType` in image object.