From 58a6b4d44cf66b06dcb6189a13775adf31c5354e Mon Sep 17 00:00:00 2001 From: Vadym Samoilenko Date: Fri, 1 May 2026 11:42:37 +0100 Subject: [PATCH] vault backup: 2026-05-01 11:42:37 --- 01 Projects/video-accessibility-old/Video Accessibility Old.md | 1 + 99 Daily/2026-05-01.md | 3 +++ 2 files changed, 4 insertions(+) diff --git a/01 Projects/video-accessibility-old/Video Accessibility Old.md b/01 Projects/video-accessibility-old/Video Accessibility Old.md index d1d9d3b..d5ba547 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 sync issue & server deployment | Fixed transcription file updates, changed git remote, committed and pushed changes | /opt/video-accessibility | | 2026-05-01 | Pydantic validation fix | Added field_validator for empty adVtt handling, convert empty strings to None | VttUpdateRequest class, optical server config | | 2026-05-01 | AD text sync issue, server deployment | Update routes_jobs.py and validation.py with pending fixes, change git remote from video-accessibility.git to video-accessibility-old.git | routes_jobs.py, validation.py | | 2026-05-01 | AD text sync fix | Update transcription file on AD text change, restart backend container | /opt/video-accessibility, backend service | diff --git a/99 Daily/2026-05-01.md b/99 Daily/2026-05-01.md index 0b0a377..a5eb34b 100644 --- a/99 Daily/2026-05-01.md +++ b/99 Daily/2026-05-01.md @@ -77,3 +77,6 @@ tags: [daily] - 11:40 | `video-accessibility-old` - **Asked:** Check why AD text updates don't reflect in the transcription file and fix the Pydantic v2 validation error on the optical server. - **Done:** Identified that empty `adVtt` strings cause validation errors in `VttUpdateRequest`, implemented a field_validator to convert empty strings to `None`, and applied the patch to the optical server. +- 11:41 | `video-accessibility-old` + - **Asked:** Check why AD text updates aren't reflecting in the transcription file and deploy changes to optical server. + - **Done:** Reviewed code on optical server, committed changes locally, switched remote repository, and pushed to new repo.