From 09af060e2f98150c2d64198ac68f6e927a498e00 Mon Sep 17 00:00:00 2001 From: Vadym Samoilenko Date: Thu, 30 Apr 2026 16:48:10 +0100 Subject: [PATCH] vault backup: 2026-04-30 16:48:10 --- 99 Daily/2026-04-30.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/99 Daily/2026-04-30.md b/99 Daily/2026-04-30.md index 4588c3f..1b7bfe8 100644 --- a/99 Daily/2026-04-30.md +++ b/99 Daily/2026-04-30.md @@ -332,3 +332,6 @@ tags: [daily] - 16:45 | `video-accessibility` - **Asked:** Developer encountered a 403 Forbidden error when calling the production queue-stats API endpoint. - **Done:** Identified that the error stems from permission issues with the `/video-accessibility/api/v1/admin/production/queue-stats` endpoint and provided debugging steps. +- 16:47 | `video-accessibility` + - **Asked:** What is causing a 403 Forbidden error when fetching production queue stats? + - **Done:** Identified that the job is still processing in `translating` status and the UI is requesting download prematurely; advised checking JobStatus enum for blocked states.