vault backup: 2026-04-24 18:24:41

This commit is contained in:
Vadym Samoilenko 2026-04-24 18:24:41 +01:00
parent 7d9f61264a
commit 6438802c8b
2 changed files with 8 additions and 0 deletions

View file

@ -89,6 +89,10 @@ cd backend && composer install && php -S localhost:5015 # :5015
```
## Sessions
### 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.
### 2026-04-24 How to fix HTML parsing errors
**Asked:** How to fix HTML parsing errors and rate limit issues with Veo and Kling generation APIs?
**Done:** Identified nginx body size limit as root cause of 413 errors in Docker container and verified Apache reverse proxy configuration.
@ -225,6 +229,7 @@ cd backend && composer install && php -S localhost:5015 # :5015
## Change Log
| Date | Requested | Changed | Files |
|------|-----------|---------|-------|
| 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 |
| 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 |

View file

@ -332,3 +332,6 @@ tags: [daily]
- 18:21 | `cinema-studio-pro-kling`
- **Asked:** How to fix HTML parsing errors and rate limit issues with Veo and Kling generation APIs?
- **Done:** Identified nginx body size limit as root cause of 413 errors in Docker container and verified Apache reverse proxy configuration.
- 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.