From ae24224e9dcd299866fdb5d4f52cbb25ad175cdf Mon Sep 17 00:00:00 2001 From: Vadym Samoilenko Date: Fri, 1 May 2026 12:05:26 +0100 Subject: [PATCH] vault backup: 2026-05-01 12:05:26 --- .../video-accessibility-old/Video Accessibility Old.md | 1 + 99 Daily/2026-05-01.md | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/01 Projects/video-accessibility-old/Video Accessibility Old.md b/01 Projects/video-accessibility-old/Video Accessibility Old.md index 49f421d..d6a9c99 100644 --- a/01 Projects/video-accessibility-old/Video Accessibility Old.md +++ b/01 Projects/video-accessibility-old/Video Accessibility Old.md @@ -52,6 +52,7 @@ created: 2026-04-30 ## Change Log | Date | Requested | Changed | Files | |------|-----------|---------|-------| +| 2026-05-01 | AD text edit bug | Transcript file not updating on manual edits | transcription_service.py, docker-compose.yml | | 2026-05-01 | AD and CC transcript bugs | transcript file update logic, CC upload error handling, Docker rebuild requirement | transcription.ts, uploadHandler.ts, Dockerfile | | 2026-05-01 | Fix AD text sync, deploy to optical | Update text sync logic, redeploy container | transcription handler, docker config | | 2026-05-01 | Debug AD sync issue, deploy to optical | Fixed container image rebuild, added transcript logging, verified file sync | /opt/video-accessibility, container config | diff --git a/99 Daily/2026-05-01.md b/99 Daily/2026-05-01.md index 6bfdd08..a4970eb 100644 --- a/99 Daily/2026-05-01.md +++ b/99 Daily/2026-05-01.md @@ -119,3 +119,9 @@ tags: [daily] - 11:59 | `video-accessibility` - **Asked:** Install agent-sdk-dev plugin and verify deploy script compatibility with current branch. - **Done:** Installed agent-sdk-dev plugin and reviewed deploy script against fix/multi-tenancy-and-english-first branch changes. +- 12:03 | `video-accessibility` + - **Asked:** Installed agent-sdk-dev plugin for local development. | Installed agent-sdk-dev plugin and verified pre-existing errors remain unchanged. | package.json, plugin configuration + - **Done:** — +- 12:04 | `video-accessibility-old` + - **Asked:** Asked to check and fix bugs where AD text edits and CC file uploads weren't updating the transcription file. + - **Done:** Identified root cause: Docker image caches code, requiring `--build` flag on restart; fixed AD text update and CC upload transcript sync issues.